Forum Replies Created

  • Praveen Kulk

    May 7, 2023 at 2:46 am in reply to: Modify text of title layer in xml

    I have already created title from essential graphics tab. I am creating a python script which will replace the text and create separate xml for all texts. i am not using extendscript because i need to make a video speed change to bulk off clips which can’t be done with extendscript that’s why doing python. In xml file there is one element called value which seems to be base64 encoded. It has all the information regarding text but can’t encode it back properly

  • Praveen Kulk

    September 16, 2021 at 12:43 pm in reply to: if/else condition in 2-dimensional parameters (size)?

    var SizeY = thisComp.height;

    if((SizeX = thisComp.width) < 1000) {

    SizeX = SizeX / 2

    [SizeX,SizeY]
    }else{

    [SizeX,SizeY]
    };

  • Praveen Kulk

    March 18, 2020 at 3:51 am in reply to: Irritating color banding

    You can render it to mp4 if h264 available. 16bpc will mostly remove the banding, if it still exists then check your render settings.

    pbk

  • Praveen Kulk

    March 17, 2020 at 6:57 pm in reply to: Scripting – Keyframes not moving properly.

    ok, iam not getting the script to display correctly here, so here it goes –
    so here is the screenshot

    pbk

  • Praveen Kulk

    March 17, 2020 at 6:49 pm in reply to: Scripting – Keyframes not moving properly.

    here is the correct script –

    var mComp = app.project.activeItem;
    var selecLayers = mComp.selectedLayers;
    for (i=0;i=0; k–){
    var newKeyValue = seleProp[j].keyValue(seleKeys[k]);
    var newKeyTime = seleProp[j].keyTime(seleKeys[k]) + 0.06;
    var newKey = seleProp[j].addKey(newKeyTime);
    seleProp[j].setValueAtKey(newKey, newKeyValue);
    seleProp[j].removeKey(seleKeys[k]);
    }
    }
    }

    pbk

  • Praveen Kulk

    March 17, 2020 at 6:47 pm in reply to: Scripting – Keyframes not moving properly.

    example here – if i select some keys in position property and some keys in scale property and execute this script, only position keys will move, scale keys will not.
    i represents layer, j represents property and k represents key in for loops.
    Its nested for loop – ‘keyframe’ for loop is inside ‘property’ for loop which is inside ‘layer’ for loop.

    pbk

  • Praveen Kulk

    March 17, 2020 at 1:37 pm in reply to: Irritating color banding

    change the project settings to 16bpc or 32bpc (float)

    pbk

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