Search found 12 matches

by payal1711
December 13th, 2005, 11:36 am
Forum: Scripts Discussion
Topic: Text wrap in Text layer
Replies: 2
Views: 9302

Thanks TW for your reply. Actually its a year and a month since I posted it :). I have found out a way on how to do that. I insert a Text Layer with the Height and Width that I want. Then I modify the SourceText property of the layer to insert the Text. It auto wraps as it hits the width. But it wil...
by payal1711
October 26th, 2005, 5:10 pm
Forum: Scripts Discussion
Topic: Font family for Text Layer
Replies: 9
Views: 23536

Thanks Paul, Setting the scale of the Text Layer surely helps. But I also need a way to change the fond Style to Bold, but that is not possible. Also, Thanks Keiko for your suggestion. But this is not the option for me, as I am dynamically creating the project on every command. Thank you guys.
by payal1711
September 2nd, 2005, 10:32 am
Forum: Scripts Discussion
Topic: AE Output module template
Replies: 1
Views: 7458

problem solved

I found the solution. I use aerender command to render the projects and it has an option to specify the output module template. I had completely forgotton about that.

Thanks.
by payal1711
September 2nd, 2005, 10:18 am
Forum: Scripts Discussion
Topic: AE Output module template
Replies: 1
Views: 7458

AE Output module template

Hi all, I have a 2 template projects set up for rendering. So whenever I want to make a quicktime, I use one of the templates. I have two render nodes which do this job. Both the project templates use the same "Render Settings template" but have different "Output module templates"...
by payal1711
August 30th, 2005, 4:49 pm
Forum: General Scripts Library
Topic: Fit to Frame
Replies: 2
Views: 13693

Re: Fit to Frame

Hey Lloyd,

Thanks so much, this is the script that I was looking for...the proportional scaling...

Thanks,
Payal :)
by payal1711
August 29th, 2005, 7:34 pm
Forum: General Scripts Library
Topic: Compify 720x486 -- update for AE7 to allow adding Presets
Replies: 18
Views: 52607

letterbox size

I found my mistake.. I didnt see that the scale values were multiplied by 100 in setscale method. So this works fine.

Now one quesion. Is there any similar formulae to fit the comp into letterbox size?

Thanks,
Payal
by payal1711
August 29th, 2005, 7:08 pm
Forum: General Scripts Library
Topic: Compify 720x486 -- update for AE7 to allow adding Presets
Replies: 18
Views: 52607

Stretch to fit script

Hi, I tried to use your script to scale a 1920 x 1080 footage to 720 x 486. But it scales it down to (0.3,0.4).. What am I doing wrong? my footage framerate is 30 fps and is square pixels. My composition is at 24 fps and has 0.9 aspect ratio. What are the correct parameters I should use to build the...
by payal1711
November 17th, 2004, 11:47 am
Forum: Scripts Discussion
Topic: Text wrap in Text layer
Replies: 2
Views: 9302

Text wrap in Text layer

Hi,

Is there any way to specify the height of the text layer in terms of number of rows using Javascript. Currently when I add the text through javascript, it does not wrap and is cut at the edge of the frame, it does not wrap to the next line. Can I do this somehow?

Thanks,
Payal
by payal1711
October 13th, 2004, 5:34 pm
Forum: Impudent 1's Scripts
Topic: Default Folders
Replies: 13
Views: 122369

Awesome!!

Hi,

This is awesome. DefaultFoldersStartup.jsx is the type of feature I was looking for.

Thanks a bunch!

-Payal
by payal1711
October 13th, 2004, 5:18 pm
Forum: Scripts Discussion
Topic: Create a new folder inside a project
Replies: 7
Views: 17413

Regarding the script

Hi,

the script you posted doesnt seem to work or may be I am doing it wrong. This is what I guess that it creates a project and 6 folders in it and that is what I want. And if it is for this purpose, tell me how to make it run.

Correct me if that is not what this script does?

-Payal
by payal1711
August 4th, 2004, 10:48 am
Forum: Scripts Discussion
Topic: Font family for Text Layer
Replies: 9
Views: 23536

Font family for Text Layer

Hi,

I want to change the font family and font size of the source Text in the Text layer.

Can anyone tell me how to do it?

Thanks.
payal
by payal1711
August 4th, 2004, 9:31 am
Forum: Scripts Discussion
Topic: Starting frames in Timecode property
Replies: 3
Views: 10307

Starting frames in Timecode property

Hi, I have been trying to change the Starting Frame field in the Timecode property of a layer. How is it done? I have tried something like this var myFolder = app.project.item(i); myFolder.layer(d).property("Effects").property("Timecode").timecodeStartFrame.setValue(85); But ther...