Emanuele314007017uk3
Community Beginner
Emanuele314007017uk3
Community Beginner
Activity
‎Feb 18, 2025
05:03 AM
Great, now it's working! (almost) I realize that the code was running too fast and wasn't creating the sequences fast enough, so it was rewriting some resolutions already created. I've added a like of code to pause the loop to 2 seconds which should be enough 🙂 I've also attached it. Thanks again!
... View more
‎Feb 18, 2025
03:04 AM
Awesome, haven't thought about it, that's the solution I was looking for! I've tested the code, and I'm having one problem. I've tried various testing but still haven't found a solution. The problem seems to be that the XML doesn't get written inside the sqpreset before it creates a new sequence. I've placed an alert just before the "new sequence from preset file", I then opened the sqpreset with a text editor and found it empty. So of course the code stops when it tries to create the sequence, however when I reopen the sqpresent with the text editor after the code was stopped the XML was written correctly, at least the first line from the spreadsheet. What could be the cause of it? I've thought it might be because it needs to exit the loop but wouldn't make much sense. Thanks a lot for your help!
... View more
‎Feb 17, 2025
04:49 AM
Hi Mathias, thanks a lot for your solution! If I undestood it correctly I would still need to have a sqpreset file already made before running the script, correct? Because the issue I'm having is that for every project the resolution needed is so different, that I would need an infinite amount of formats in order to create all possible combinations. I've thought about creating it with the preset file option but I don't know what resolution I will need to create per project, therefore a more dynamic approach would be needed, is there any solution inside Automation blocks? Or for this case some JXS is needed? I have attach an example of the spreadsheet with some resolutions. many thanks again!
... View more
‎Feb 17, 2025
02:32 AM
Also I need to rename the sequences based on the resolutions, here mystakes can occur too, when doing it for 30 or 40 times
... View more
‎Feb 17, 2025
02:29 AM
Hi, yes that is true. But I often have this types of project, so in the long run automating it would save time, it's not this one project, and the resolutions are always different.
... View more
‎Feb 17, 2025
02:16 AM
Hi, thanks for your reply. I currently need it for Premier Pro 2024 only. I've been trying to find a way on how to implement it, but struggling a bit to find the right Scipt to add using Automation Blocks.
... View more
‎Feb 17, 2025
02:08 AM
2 Upvotes
Hi! I would need to create many custom sequences for a project, they all have a custom resolution (all at 25fps), examples: 336x672
1024X512
1080x1920
2048x512
3120x1248
1872x936 And many more... I was wondering if there was a way of creating all these sequences with the help of Automation Blocks, retrieving the height and width needed from a spreadsheet would be ideal. As doing more than 30 of these sequences manually would take a long time. Hope there's a solution, many thanks!
... View more