e_d_
Engaged
e_d_
Engaged
Activity
Jan 02, 2025
10:07 AM
Hi Bruce - I just found this thread, which relates in part to the question I'm asking over here: https://community.adobe.com/t5/premiere-pro-discussions/handling-inconsistent-nodeids-in-adobe-team-projects-across-different-users/m-p/15065985#M547286 I'm wondering if there was an update to this - on how to unique identify project items, as well as projects themselves. Thanks!
... View more
Jul 24, 2023
09:53 AM
Hi, ¿Does anyone has a follow up on this? thats a great idea, or at least have a way to select tracks without going the A1 in the UI, i work in an ultra wide monitor and it's literally so painfull to drag the mouse each time to active or deactive a track to insert sounds.
... View more
Jul 28, 2022
12:13 PM
Xxx and to
... View more
Sep 20, 2021
02:27 AM
2 Upvotes
I downloaded MarkerBox for macOS and installed it according to the instructions. The only sign of correct installation is that it appears under Window Menu> Extensions> Markerbox. Selecting "Markerbox" in the sub-menu doesn't reveal the palette anywhere that i can find it unfortuately. Thoughts?
... View more
Jul 08, 2021
04:34 PM
Looks good but instead of getActiveSequence how can work on any sequence with sequence number. Something like this - project.sequences[10]; But in QE it doesn't work. how to define Sequence 10 instead of active sequence?
... View more
Oct 20, 2020
10:19 AM
The place to post this so it goes to the engineers would be their UserVoice system. Post this information over their with complete details. Every post is read and logged into their system by at least one engineer. And then all posts are collated and sent to the upper managers who determine budgets and live by metrics.
Give them metrics.
Neil
... View more
Jan 15, 2020
05:08 AM
Hi, should this method still work? I'm trying this on a mac with this line: window.cep.process.createProcess('/usr/bin/open','Volumes/.../90834_Render_Log.txt'); I took away part of the path for securty reasons. When I try to run this within my CEP panel it gives me the error 'window is not defined'. Do I need to do something to define 'window'? EDIT: I figured it out. I had put the code in the premiere.jsx but it needs to be in the index.html. It works now.
... View more
May 10, 2018
11:12 AM
Thank you!
... View more
Apr 20, 2018
05:42 AM
You can post here if you want broad feedback, and/or send it to me directly; b b b at adobe dot com.
... View more
Apr 26, 2018
10:50 AM
Updated. Related: Yikes, looks like I have some more doc work to do.
... View more
Apr 24, 2018
05:42 PM
Any Solutions?
... View more
Apr 15, 2018
10:42 PM
I'm a bit suspicious about the type being used (time2.seconds += 2). Usually JS performs implicit type conversion, but you might want to make sure you're really using floats and not getting int or even string by accident. Always perform explicit type conversions...
... View more
Feb 05, 2018
06:49 AM
Yes, thank you very much! projectItem.moveBin(targetFolder); Works well!
... View more
Dec 21, 2017
01:15 AM
Hi Erik, Changing the frame rate to 24, is making the timecode match with that of FCP and mediainfo. Thank you for your quick update. Thanks and Regards, Anoop NR
... View more
Dec 13, 2017
06:52 AM
e.d, I'm sorry not to respond immediately. I simply opened a sequence and tried to run the code as-is, from ExtendScript Toolkit , Premiere Pro stopped responding and I had to Shut down. And I couldn't open the sequence again. I had to get a copy of sequence to restore it. I'm sure I might have done something wrong. May be I have to include additional libraries. I'm not sure. But thanks for your solution. I'll try again.
... View more
Dec 03, 2017
07:47 AM
1 Upvote
Ah. So you want an event listener which in this specific case is listening to a "bin created" event. Well if you create a function in your panel which creates a bin and emits a catchable event, that's feasible, but if a user created the bin from the PrPro UI there'd be no event (please somebody correct me if I'm wrong here...). Polling (through a timer or timeout) is bad practice in general...
... View more
Jun 05, 2018
09:22 AM
> can it be change to below to just affect the Video Previews? Yes; any of the values for ScratchDiskType will work. From the ESTK Data Browser: ScratchDiskType.FirstAudioCaptureFolder ScratchDiskType.FirstAudioPreviewFolder ScratchDiskType.FirstAutoSaveFolder ScratchDiskType.FirstCapsuleMediaFolder ScratchDiskType.FirstCCLibrariesFolder ScratchDiskType.FirstVideoCaptureFolder ScratchDiskType.FirstVideoPreviewFolder
... View more
Dec 03, 2017
09:08 AM
How do you mean, exactly? app.project.activeSequence.getPlayerposition() will give you either a seconds value or ticks value. Both values are calculated by multiplication of the timecode with the inverse of the frame rate divider.
... View more
Sep 27, 2018
06:08 AM
1 Upvote
I have tested this in 12.1.2 and it works as expected. Thank you Bruce Bullis and the team. Thanks, Meet
... View more
Dec 04, 2017
11:11 AM
Ah you're right, single precision stores the ticks as 1.01708005376e+12 while doubles can store 1.017080064e+12. However wouldn’t this imply that it’s not possible for Premier to store the correct ticks if it’s using single precision? And if it is using double precision behind the scenes why use single precision to do these conversions? It seems like technically if Premier can handle ticks with high precision then it should also be possible to set the ticks with high precision (whether using seconds as a proxy or not).
... View more
Dec 01, 2017
02:05 AM
2 Upvotes
Hi Meet, I guess it's because they're fundamentally different. For the lack of better knowledge iI would assume it works like this: app.project = an object with a set of properties and methods, so if you compare two of those their properties and methods are being checked for equality. app.projects = an array of "some references". When compared, there is no drilldown (recursion) to check if the reference is identical, it's just "some reference". So you would always need to check for a specific property (like documentID) to check for equality. if (app.project.documentID === app.project.documentID) { $.writeln ("Project equal"); } else { $.writeln ("Project NOT equal"); } if (app.projects[0].documentID === app.project.documentID) { $.writeln ("Project equal"); } else { $.writeln ("Project NOT equal"); } if (app.projects[0].documentID === app.projects[0].documentID) { $.writeln ("Project equal"); } else { $.writeln ("Project NOT equal"); } Best, Erik
... View more
Dec 03, 2017
07:49 AM
Neat!
... View more
Dec 01, 2017
01:42 AM
Thank you e.d.
... View more
Nov 24, 2017
11:39 AM
>Thoughts? I'll share your suggestion with PPro, AND...I seem to recall that we did support the SMPTE ones. I'll bet we key off the localized name, because the fruit company behaves similarly.
... View more
Dec 10, 2017
06:25 AM
Yes, why not figure out the start time offset from the beginning of the sequence, and just apply that?
... View more
Nov 21, 2017
01:39 PM
If I remember correctly (and if it's still of interest), FCP uses a translation to 1024 or 2048 [-1..1] ... you will find out by moving your image 100% to the left or the right...or top... or bottom. Or save time by combining two! 😄
... View more
Nov 16, 2017
07:09 AM
2 Upvotes
Ahaha when I said should it was more like: - your making a great media editor and provide functions to devs, why limit the direct access (thought object properties) to metadata ? (real question not rhetorical) I have done just that: I use mediainfo to gather all the necessary media infos which I compare to the project item metas. As for the reason I think I've just explained in the previous post one of the use case. If you want to step out of the adobe ecosystem for finishing for instance it's important to have the proper datas. XML, EDL and such are great but having messed around the API for a week I was able to find better ways to transfer edit back and forth, send it to scratch for conformation (EDL based but again using the API I can customise how it is generated (One EDL per tracks, with detailed notes about the effects used)...) meett9325076: I think post #16 "should" (ahaha) be the accepted answer (for others to find it when googling) Thanks for the follow up Bruce Bullis
... View more
Aug 31, 2017
06:22 AM
The fact that sequences can be nested, really messes up the distinction at the project level. Erik's hint is a good approach.
... View more
Feb 01, 2018
01:55 AM
Hello Bruce Bullis, Any update on this? Thanks, Meet
... View more
Aug 14, 2017
06:24 AM
Hi, Is it means if the video my plugin process is interleaved,I should use FIELD pixel format,otherwise use FRAME pixel format? my plugin do h264 & hevc video encoding,so should I use MPEG4 pixel format ?
... View more