Copy link to clipboard
Copied
Hi - I am a bit confused by the following function in PProPanel:
You could wait to reframe, until isDoneAnalyzingForVideoEffects() is complete, on the original sequence.
Copy link to clipboard
Copied
You could wait to reframe, until isDoneAnalyzingForVideoEffects() is complete, on the original sequence.
Copy link to clipboard
Copied
this function
autoReframeActiveSequence : function () in PPropanel seems to be waiting until isDoneAnalyzingForVideoEffects() is complete.
Copy link to clipboard
Copied
Yes, that is correct; you don't seem to be missing anything.
>How can I include the time of the analysis for Auto Reframe?
I'm not sure I understand that question...?
Copy link to clipboard
Copied
If I put a timer as below:
Copy link to clipboard
Copied
Ahhh, I better understand what you're trying to do now.
PPro offers no better mechanism for timing that functionality, than the 'time math' you're already performing.
Copy link to clipboard
Copied
Maybe I could get the time taken from the trace logs from the Console that appeasr with Ctrl F12 - What is the location of the logs. Hopefully I could parse the file and get the time taken.
Copy link to clipboard
Copied
Do you see the information you're looking for, in PPro's Console window, now?
Here's PProPanel, saving Console output: https://github.com/Adobe-CEP/Samples/blob/e60d6a22ef44d8eb4cca3904c35a0c050576b697/PProPanel/jsx/PPR...
Copy link to clipboard
Copied
Thanks for this pointer. The log is currently not showing the end time. Shows the begining logs. Hopefully I can figure out why I dont see the end time stanp in the log