Hi Shotcut, sauron and QDSOV, great, this has inspired me to have a go at making some presets myself. But - I’m struggling with some aspects of the code, and how it works. For example in sauron’s code for 2X zoom:
---
1. transition.fill: 1
2. transition.distort: 0
3. transition.rect: "0=0%/0%:100%x100%; :1.0=-50%/-50%:200%x200%"
4. transition.halign: center
5. transition.valign: middle
6. "shotcut:animIn": 90
7. "shotcut:animOut": 0
...
I’m thinking I understand lines 1, 2, 4 and 5 but I’m struggling a lot with line 3 (ie what does “rect” mean, also not sure about all the numbers, especially the -50% bit…) and I’m stumped with lines 6 and 7 (no clue what it means!).
If anyone has a bit of spare time to explain lines 3, 6 and 7 in a bit more detail, I’d really appreciate it! Thanks!