Search found 12 matches
- December 13th, 2005, 11:36 am
- Forum: Scripts Discussion
- Topic: Text wrap in Text layer
- Replies: 2
- Views: 11342
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...
- October 26th, 2005, 5:10 pm
- Forum: Scripts Discussion
- Topic: Font family for Text Layer
- Replies: 9
- Views: 28809
- September 2nd, 2005, 10:32 am
- Forum: Scripts Discussion
- Topic: AE Output module template
- Replies: 1
- Views: 9019
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.
Thanks.
- September 2nd, 2005, 10:18 am
- Forum: Scripts Discussion
- Topic: AE Output module template
- Replies: 1
- Views: 9019
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"...
- August 30th, 2005, 4:49 pm
- Forum: General Scripts Library
- Topic: Fit to Frame
- Replies: 2
- Views: 15668
Re: Fit to Frame
Hey Lloyd,
Thanks so much, this is the script that I was looking for...the proportional scaling...
Thanks,
Payal
Thanks so much, this is the script that I was looking for...the proportional scaling...
Thanks,
Payal
- August 29th, 2005, 7:34 pm
- Forum: General Scripts Library
- Topic: Compify 720x486 -- update for AE7 to allow adding Presets
- Replies: 18
- Views: 65069
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
Now one quesion. Is there any similar formulae to fit the comp into letterbox size?
Thanks,
Payal
- August 29th, 2005, 7:08 pm
- Forum: General Scripts Library
- Topic: Compify 720x486 -- update for AE7 to allow adding Presets
- Replies: 18
- Views: 65069
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...
- November 17th, 2004, 11:47 am
- Forum: Scripts Discussion
- Topic: Text wrap in Text layer
- Replies: 2
- Views: 11342
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
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
- October 13th, 2004, 5:34 pm
- Forum: Impudent 1's Scripts
- Topic: Default Folders
- Replies: 13
- Views: 192234
Awesome!!
Hi,
This is awesome. DefaultFoldersStartup.jsx is the type of feature I was looking for.
Thanks a bunch!
-Payal
This is awesome. DefaultFoldersStartup.jsx is the type of feature I was looking for.
Thanks a bunch!
-Payal
- October 13th, 2004, 5:18 pm
- Forum: Scripts Discussion
- Topic: Create a new folder inside a project
- Replies: 7
- Views: 21636
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
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
- August 4th, 2004, 10:48 am
- Forum: Scripts Discussion
- Topic: Font family for Text Layer
- Replies: 9
- Views: 28809
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
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
- August 4th, 2004, 9:31 am
- Forum: Scripts Discussion
- Topic: Starting frames in Timecode property
- Replies: 3
- Views: 13020
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...