Scripting language inside C1
ImplementedCan you please add a capture one scipting support?
For example, I want to process 1000 photos (captured with different cameras, lenses and different light sources) and i have styles ready for every combination of light sources/lenses/camera.
If i'd have scipting inside C1 i could automate image processing.
It could be good to have an ability to call a script like
foreach($file in $dir) {
if($file.camera -eq "canon 5d mark iv" -and $file.lens -eq "canon ef 24 f1.4")
{ export ($file,"CanonStyle24" }
elseif ($file.camera -eq "sony alpha a7iii" -and getAvarageWightBallance($file) -gt 4200)
{ export ($file,"MySonyGenericStyle") }
elseif ($file.camera -eq "canon R" -and $file.aperture -lt 4 -and $file.lens -eq "sigmaart 50 f1.4")
{ export ($file,"sigma50open") }
default {export($file,"genericStyle")}
}
Thanks for Your attention!
-
Hi Sergey,
Thank you for feedback on Capture One - we appreciate the time you've taken to contribute towards the development of the software.
I have forwarded your comments and suggestions on to our Product Management team as something to consider in a future release. Hopefully your feedback contributes towards a future version of Capture One.
Though we cannot comment on future releases and the features to be added, we recommend keeping an eye on this article - click Follow next to the title of the article to stay up to date with new features and improvements.0
Post is closed for comments.
Comments
1 comment