Search found 13 matches

by chris w
December 14th, 2010, 4:52 pm
Forum: Scripts Discussion
Topic: system.callSystem with pipes
Replies: 2
Views: 7895

Re: system.callSystem with pipes

I tried that. cmd opens up with a brief 80 but alert(iso); is blank. For some reason, it doesn't transfer the data to the variable.
by chris w
November 6th, 2010, 11:37 pm
Forum: Script requests
Topic: Preset Typography Controls under Script Management
Replies: 7
Views: 16760

Re: Preset Typography Controls under Script Management

just edit this script so that it will assign keystrokes and keyframes to effects

http://aescripts.com/pt_effectsearch/
by chris w
November 5th, 2010, 1:46 am
Forum: Script requests
Topic: Auto match black white grey points of difference footage
Replies: 0
Views: 6820

Auto match black white grey points of difference footage

how hard would it be to have a script go through and keyframe the black, white, and grey points of footage so it all matches? It would have to read the histogram values somehow. is that possible? Also, I wrote a highlight restore program that is 2x better than adobe RAW. If the auto script is possib...
by chris w
November 3rd, 2010, 8:31 am
Forum: Animation presets Library
Topic: free HDR and highlight recovery preset
Replies: 0
Views: 23212

free HDR and highlight recovery preset

have you ever wished that it was easy to fix your blown out footage with missing highlights and/or dark shadows were fixed with a single click. Now they are. You can even tweak your footage to look like HDR in a few seconds even if you don't own 2 cameras and a beam splitter. AE CS3 HDR and highligh...
by chris w
October 23rd, 2010, 1:26 pm
Forum: Script requests
Topic: deinterlace script
Replies: 1
Views: 7669

Re: deinterlace script

ok, I talked with a really good c++ programmer and the good news is, is that it will be pretty easy to take After Effects and send it to directx 11 for deinterlacing, anti-aliasing that's already programmed in by microsoft. Also, the gpu will be able to work as another processor making your computer...
by chris w
October 22nd, 2010, 12:56 pm
Forum: Script requests
Topic: should i add folder hierachy?
Replies: 2
Views: 9133

Re: should i add folder hierachy?

i see it has that feature...but I'd like to hear the advantages of hierarchy's being useful to people in their daily workflow. pro's, con's, usefullness all around.


example:
con:
it seems like twirling down all the subfolders would be time consuming

pro:
better organized.
by chris w
October 22nd, 2010, 12:07 pm
Forum: Script requests
Topic: Nikon D90 destepping project to become a batch processor
Replies: 4
Views: 12623

Re: Nikon D90 destepping project to become a batch processor

this is all you need. import files and add to comp window ready to go.. http://aenhancers.com/viewtopic.php?f=11&t=758 look at renderNamedItems.jsx and smart import.jsx for multiple files in AE's script folder... curOM.file = new File(newLocation.toString() + "/" + oldLocation.name); /...
by chris w
October 21st, 2010, 12:37 pm
Forum: Script requests
Topic: deinterlace script
Replies: 1
Views: 7669

deinterlace script

Hey guys, how does an open source deinterlace script sound for the community. I think it would be huge. The best ones out there use adjacent frames to help improve the quality of the deinterlace(like topaz). Others use the amount of motion to key the sawteeth out.(fieldskit) I was looking for a bett...
by chris w
October 21st, 2010, 12:27 pm
Forum: Script requests
Topic: should i add folder hierachy?
Replies: 2
Views: 9133

should i add folder hierachy?

this is a reverse question to get input from the community. I merged smart import with replacing items and am thinking of adding hierarchy. How useful to you guys is when things get imported, their hiearchy in the hard drive is maintained? this adobe script http://www.adobe.com/cfusion/exchange/inde...
by chris w
October 19th, 2010, 6:03 pm
Forum: General Scripts Library
Topic: a gui that replaces and imports stuff.
Replies: 0
Views: 9081

a gui that replaces and imports stuff.

a gui that replaces and imports stuff. highlight 2 things, the thing you want to change, and the thing you want to change it too. If the item in the project menu is on top, hit "y" or if its below, hit "n". It will replace that item with the other item in the entire project autom...
by chris w
October 18th, 2010, 1:21 pm
Forum: Expression Discussion
Topic: Elastic motion
Replies: 4
Views: 34255

Re: Elastic motion

this dan ebberts code was used to create progressive wiggle which was used in a space simulation ae project.
it should be what you're looking for.

http://forums.creativecow.net/thread/227/15975#15991
by chris w
October 17th, 2010, 4:57 pm
Forum: Scripts Discussion
Topic: Is it possible to do a global source-replace on a comp?
Replies: 6
Views: 14725

Re: Is it possible to do a global source-replace on a comp?

i wrote a jsx that does this perfectly for huge ae projects. it can replace anything.
http://forums.creativecow.net/readpost/50/857857
by chris w
October 17th, 2010, 4:51 pm
Forum: Scripts Discussion
Topic: system.callSystem with pipes
Replies: 2
Views: 7895

system.callSystem with pipes

http://forums.creativecow.net/thread/227/16660#16664 we're trying to get iso info from jpg's into text in AE. So far it works perfect when I go to windows cmd c:\a\exiftool -T -iso c:\a\b.jpg > out.txt which gives me 80 iso in a text file. But when I try the java code jsx system.callSystem("cmd...