Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums VEGAS Pro Hey John or Mike, Could you point me in the direction of these?

  • Hey John or Mike, Could you point me in the direction of these?

    Posted by Steve Rhoden
    on September 20, 2012 at 2:35 pm

    If you know, could you point me as to where i can locate those
    scripts where you can open after effects and photoshop
    from within Vegas. Clicking on the icons and the timeline
    opens up in them…Forgot where i came across them.

    Steve Rhoden
    (Cow Leader)
    Film Editor & Compositor.
    Filmex Creative Media.
    1-876-832-4956

    Steve Rhoden
    replied 13 years, 8 months ago
    4 Members · 8 Replies
  • 8 Replies
  • Mike Kujbida

    September 20, 2012 at 2:55 pm

    Steve, I can’t speak for AE but the Photoshop script is called “Open in Graphic Editor” and is available for free at https://sony.vegas.1.free.fr/

    Could this be the AE script you were referring to?
    https://dl.dropbox.com/u/20488019/ImportSonyVegasEDL.zip

  • Steve Rhoden

    September 20, 2012 at 3:01 pm

    Thanks Mike, but unfortunately those are not the ones im referring to.

    Steve Rhoden
    (Cow Leader)
    Film Editor & Compositor.
    Filmex Creative Media.
    1-876-832-4956

  • Mike Kujbida

    September 20, 2012 at 3:53 pm

    Steve, you have me puzzled as those are the only two that I’m aware of.
    I’ll be curious to see what others can find as new scripts are always good to have around.

  • Steve Rhoden

    September 20, 2012 at 4:34 pm

    Yep, there are two scripts available as ive described.
    Downloaded and tried them some months back, but lost them
    on a crashed drive. But now want to see if i can make some
    modifications to them, but unfortunately dont remember where
    to find them again online.

    Steve Rhoden
    (Cow Leader)
    Film Editor & Compositor.
    Filmex Creative Media.
    1-876-832-4956

  • John Bolton

    September 20, 2012 at 5:23 pm

    Hi Steve, This will open Photoshop in a script

    ==============

    using System;using System.Diagnostics;using Sony.Vegas;public class EntryPoint{ public void FromVegas(Vegas vegas) { TrackEvent evnt =

    FindFirstSelectedEvent(vegas.Project); if (evnt != null) { Process.Start(@”C:\Program Files (x86)\Adobe\Adobe Photoshop

    CS2\photoshop.exe”,”\””+evnt.ActiveTake.MediaPath+”\””); } } public TrackEvent FindFirstSelectedEvent(Project project) { foreach

    (Track testedTrack in project.Tracks) foreach (TrackEvent testedEvent in testedTrack.Events) if (testedEvent.Selected)

    ====
    Adjust the PATH to where your Photoshop is

    Copy and paste to Notepad and save as something you can remember like Open Photoshiop.CS ( I guess you know that anyway )

    Then drop it into the Script folder

    It does open Photoshop in 10e 64bit for Photoshop 32bit on my system and any changes in Photoshop you save are reflected in the Clip you selected on the time line

    Hope this is what you are looking for

    JB

  • Steve Rhoden

    September 21, 2012 at 9:23 am

    Thanks still Bolton….

    Steve Rhoden
    (Cow Leader)
    Film Editor & Compositor.
    Filmex Creative Media.
    1-876-832-4956

  • John Rofrano

    September 21, 2012 at 10:53 am

    Hey Steve, I don’t remember one for After Effects. I have a script similar to John Bolton’s for Photoshop that I wrote myself which you are welcome to.

    What did the After Effects script do? I could write one for you if I know what it did other than just call After Effects which you could do by modifying John’s script above.

    ~jr

    http://www.johnrofrano.com
    http://www.vasst.com

  • Steve Rhoden

    September 22, 2012 at 10:35 am

    Hey John. yeah, there is one for after effects, but have
    absolutely no idea of remembering where i initially
    got them from. It opened the Vegas timeline in after Effects.

    Would appreciate it if you could write me both, didnt have great
    luck using and modifying the method above, simply opening them up
    from within Vegas is good enough for me.

    Steve Rhoden
    (Cow Leader)
    Film Editor & Compositor.
    Filmex Creative Media.
    1-876-832-4956

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