Search found 30 matches

by sshahriyari
November 30th, 2019, 2:02 am
Forum: Script requests
Topic: New version msg script
Replies: 1
Views: 13142

Re: New version msg script

akudanae wrote: November 22nd, 2019, 3:21 am Hi forum, im looking a freelancer who can create a AE script that notify user if a new version available from current version user use and link them to the page.
Thanks :)
Hi,

new version of what?
by sshahriyari
October 21st, 2019, 1:36 am
Forum: Scripts Discussion
Topic: Is there any command for stabbilize a selected layer?
Replies: 1
Views: 14143

Re: Is there any command for stabbilize a selected layer?

Hi, I have searched about this question but I could'nt find anything. Is there any command in adobe extendScript for stabbilize a selected layer that I tracked it by motion tracker ? and what about applying a tracked point in motion tracker (for example by default current track: tracker 1or etc... ...
by sshahriyari
October 19th, 2019, 2:10 pm
Forum: Script requests
Topic: Import coordinates as rotoscoping path
Replies: 1
Views: 14751

Re: Import coordinates as rotoscoping path

Hello, Is there a script that imports coordinates of the rotobrush results into after effects? I have found http://clearvid.io online service that performs rotoscoping and they provide the points of the resultant masks of rotoscoping in a text file. Please find the video and the points https://www....
by sshahriyari
October 19th, 2019, 1:55 pm
Forum: General Scripts Library
Topic: Instagram Video Splitter (After Effects Script)
Replies: 1
Views: 20225

Re: Instagram Video Splitter (After Effects Script)

version 0.92 released.

some bug fixes and performance improvements.

I hope you enjoyd :mrgreen:
by sshahriyari
April 7th, 2019, 4:13 am
Forum: General Scripts Library
Topic: Instagram Video Splitter (After Effects Script)
Replies: 1
Views: 20225

Instagram Video Splitter (After Effects Script)

When you want to upload your video to social media (instagram especially) but you can't, as the video has duration over the determined limit. This After Effects Script will help you to split your video become any parts based on duration. so you could still upload your video partially. this version i...
by sshahriyari
November 8th, 2017, 2:45 pm
Forum: Script requests
Topic: Select all keyframes from all layers in the current frame
Replies: 8
Views: 28395

Re: Select all keyframes from all layers in the current frame

I spent a lot of time looking for script that allows me to select all keyframes from all layers in the current frame and current comp. The idea is to select keys on all layers, collapsed or not. It can be script or ui with button. It will be useful for ae character-animators who need to set keys to...
by sshahriyari
November 8th, 2017, 1:05 pm
Forum: Script requests
Topic: Need a automated script to quick split video clip on After Effects
Replies: 3
Views: 14939

Re: Need a automated script to quick split video clip on After Effects

gmkibria wrote:Please check the image.
403. That’s an error.
by sshahriyari
October 27th, 2017, 3:03 am
Forum: Script requests
Topic: Need a automated script to quick split video clip on After Effects
Replies: 3
Views: 14939

Re: Need a automated script to quick split video clip on After Effects

gmkibria wrote:I need split/trim the clip of a layer, from 0 second to 10 seconds. This work is doing to me around 1000 of time in a single layer. That's why, I need a script. It's urgent and really very very essential for me.
please explain more.
by sshahriyari
October 27th, 2017, 2:06 am
Forum: Script requests
Topic: script encryption
Replies: 0
Views: 11868

script encryption

Hi,

I am working on a commercial script that took about one year of my time.
This script comes with a hardware offering.
Now, the question is, how can I prevent the script from copying or decrypting?

Thanks.
by sshahriyari
October 5th, 2017, 1:12 pm
Forum: General Scripts Library
Topic: Advanced Camera Tracking Tool
Replies: 2
Views: 22419

Re: Advanced Camera Tracking Tool

So what does it do? I don't understand what is happening in the screenshot you posted. - Spencer track a scene with AE 3D Camera Tracker and Select Camera then hit "U" button and see Orientation keyframes in graph editor. you can't edit keyframes! now convert keyframes using my script and...
by sshahriyari
April 30th, 2017, 2:04 am
Forum: Script requests
Topic: Convert 3d Rotation to Orientation
Replies: 10
Views: 30885

Re: Convert 3d Rotation to Orientation

use this script :
viewtopic.php?f=3&t=3087
by sshahriyari
March 28th, 2017, 8:45 am
Forum: General Scripts Library
Topic: Advanced Camera Tracking Tool
Replies: 2
Views: 22419

Advanced Camera Tracking Tool

Advanced Camera Tracking Tools – After Effects Script This script help you to improve your camera tracking project.  Note: This version of the script requires After Effects CS5 or later. It can be used as a dockable panel by placing the script in a ScriptUI Panels subfolder of the Scripts folder, an...
by sshahriyari
February 23rd, 2017, 1:45 am
Forum: Scripts Discussion
Topic: How to update UI apps ?
Replies: 3
Views: 11951

Re: How to update UI apps ?

I Have a same question! 
sylvaimz wrote:Hello,

I've a script that change PAR of the active comp for example...
but i've to unselect then reselect that comp to see the change...

Is there a function to update-refresh the UI of After effect ?

Thanks.
by sshahriyari
February 10th, 2017, 1:45 am
Forum: Scripts Discussion
Topic: reading float values from binary file
Replies: 0
Views: 7695

reading float values from binary file

Hi all, I have a binary file containing data recorded using a c program. the data stored in files are float values. Now I need  to retrieve the float numbers from binary file in after effects script This is my code: var myFile = File.openDialog('select file'); myFile.open("r"); myFile.enco...
by sshahriyari
January 23rd, 2017, 10:55 am
Forum: Script requests
Topic: Convert 3d Rotation to Orientation
Replies: 10
Views: 30885

Re: Convert 3d Rotation to Orientation

This script will convert orientation values to rotation values for all 3D layers in the selected comp. I've assumed the layers don't have keyframed rotation/orientation values. If they do, the script will fail. { var theComp = app.project.activeItem; if (theComp != null && theComp instanceo...