Forum Replies Created

Page 3 of 6
  • Usama Aslam

    January 14, 2024 at 5:15 pm in reply to: Creating Proxies for Clips Given List of Clip Names

    In your case, you can automate the processes by using the Extendscript API that Adobe offers.

    Please check the below script outline for your help:

    javascript, copy the code.

    Define your list of filenames

    var fileList = [“clip1.mov”, “clip2.mov”, /* … */];

    Loop through each file in the list

    for (var i = 0; i < fileList.length; i++) {

    var fileName = fileList[i];

    Create and attach proxy using Adobe Media Encoder

    var projectItem = app.project.rootItem.createProjectItem(‘file’, fileName);

    var proxyPreset = app.encoder.getPresetWithName(“ProRes Proxy”);

    Replace with your desired preset

    var outputFilePath = “path/to/output/folder/” + fileName.replace(/\.[^/.]+$/, “”) + “_proxy.mov”; // Modify the output path as needed

    Set up an encoding job

    var job = app.encoder.encodeProjectItem(projectItem, outputFilePath, proxyPreset);

    Wait for the job to complete

    while (job.status == 0) {

    $.sleep(1000);

    }

    Attach the proxy to the original clip in Premiere Pro

    projectItem.attachProxy(app.project.rootItem.createProjectItem(‘file’, outputFilePath), true);

    }

    Don’t forget to substitute the preset name you wish to use for “ProRes Proxy”. As necessary, modify the output path.

    Verify that “Allow Scripts to Write Files and Access Network” is enabled in the “Scripting & Expressions” section of the Adobe ExtendScript Toolkit options before executing the script.

    You might need to adjust it to fit your own needs and folder structures.

  • Usama Aslam

    January 14, 2024 at 4:46 pm in reply to: Import clips with timed intervals

    Sadly, there isn’t a direct tool in Premiere Pro that lets you automatically generate intervals based on in-out points that are encoded in metadata when you import a file.
    But, as you’re attempting to do, you can manually generate intervals by modifying the in and out points through markers in the timeline upon import.

  • Usama Aslam

    January 14, 2024 at 4:37 pm in reply to: Exporting ACES project to sRBG

    You’re on the right track. You’re able to preserve the appearance of your ACEScg renders in Cinema 4D by using the OpenColorIO effect on an adjustment layer in the final composition and choosing the right parameters, such as “Display” with ACES 1.0 SDR-video “View” preset. This method aids in colour management to guarantee application consistency.

  • Usama Aslam

    January 14, 2024 at 4:28 pm in reply to: AE ScriptUI Panel – onMouse hoverMenu issue

    Here’s a version of your code with a working solution for closing the hover Panel. This code should properly close the hover Panel when the mouse leaves the bounds of the main Panel. Adjust the logic as needed based on your specific requirements and layout.

    javascript

    Copy code

    var myPanel = createPanel();

    var hoverPanel = createHoverPanel(myPanel);

    function createPanel() {

    var win = new Window(“palette”, “Main Panel”, undefined);

    // Your main panel code here

    win.onMouseMove = function (e) {

    // Check if mouse is outside the bounds of the main panel

    var mousePos = win.globalToLocal(e.x, e.y);

    var panelBounds = win.bounds;

    if (

    mousePos.x < 0 ||

    mousePos.x > panelBounds.width ||

    mousePos.y < 0 ||

    mousePos.y > panelBounds.height

    ) {

    hoverPanel.hide();

    }

    };

    return win;

    }

    function createHoverPanel(parentPanel) {

    var hoverWin = new Window(“palette”, “Hover Panel”, undefined);

    // Your hover panel code here

    return hoverWin;

    }

    myPanel.show();

    I hope it will help.

  • Usama Aslam

    July 4, 2023 at 8:47 pm in reply to: Align tool like Max

    C4d has not introduced an alignment tool like 3Ds Max yet. You can use Snapping and Parenting techniques for aligning objects.

  • Shot markers from cameras such as the C70 are not supported by Premiere Pro. Still, there is a way out.

    Shot marks can be viewed and managed using the Canon XF Utility programme. Export XML or CSV files with the shot mark data after importing your video into XF Utility. These files will be imported into Premiere Pro, and using the shot mark information, you can just manually add markers to the timeline.

    Some third-party solutions, such as “Markers Import” or “Sync-N-Link X”, offer additional capability.

  • Usama Aslam

    July 4, 2023 at 8:23 pm in reply to: Phone and Canon video combined

    I have a great technique for it, import your canon videos in Premiere Pro and place a video on the timeline first, it will directly fix the aspect ratio and video quality according to the best resolution, you can then import and combine your phone videos in the timeline and it will automatically adapt the resolution. Make some changes in the colour grading panel on an adjustment layer to adjust the colours.

  • The percentage will be calculated automatically depending on the angle or distance between those points. This will eliminate the requirement of a manual slider.

    Start by connecting the position attributes of two null objects to the start and end point controls. You will be able to access their places in expressions as a result.

    The desired percentage range can be mapped to the angle range. For instance, if the angle range is 0 to 180 degrees and you want the completion percentage to be 0% at 0 degrees and 100% at 180 degrees:

    percentage = (angle – 0) / (180 – 0) * 100;

    You can use the following formula if the distance range is 0 to “maxDistance” and you want the completion percentage to be 0% at 0 distance and 100% at “maxDistance”:

    percentage = (distance – 0) / (maxDistance – 0) * 100;

    The completion % can be driven by an expression control slider, which will be linked to the linear wipe transition property.

  • Usama Aslam

    June 18, 2023 at 10:26 pm in reply to: Libraries not functioning properly

    As you suspected, having the wrong folder permissions could make it difficult to access and sync assets over different locations. Make sure that the Adobe 2020 documents folder has the proper read and write permissions for all users who require access by checking the folder permissions. Please make sure that Creative Cloud Sync is turned on and active across all of your devices. This can help maintaining Libraries synchronised between multiple machines.

    Also, reset the After Effects preferences. Sometimes, corrupt preferences lead to errors with Adobe software. You can attempt to restore After Effects’ preferences to their original state. To do this, start After Effects while holding down the Shift + Option (Mac) keys. If you want to erase the preferences, a dialogue box should prompt you before doing so, verify to see if it fixes the library problems.

    Unexpected behaviours or missing assets can be fixed by clearing the cache in After Effects. To remove the cache and see if it helps, go to Edit, Purge, All Memory & Disc Cache.

    You mentioned that you couldn’t update your After Effects version. When using Libraries, there are complications because different Adobe programme versions are incompatible.

  • Usama Aslam

    June 18, 2023 at 6:23 pm in reply to: Looping tunnel video effect

    Yes, it can be done in After Effects. Adjust the shape layers and their size, position, and curvature. You have to make sure that the animation transist from the end to the beginning. This can be done by copying and pasting keyframes or by using time-remapping methods.

    Give some depth and visual interest, use effects like Radial Blur, Glow, and Stylize to get the desired look. Adjust the effect parameters. This general outline will help you create a continuous looping illusion effect.

Page 3 of 6

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy