Forum Replies Created

  • Adam Ghering

    August 12, 2012 at 5:58 am in reply to: Canon EOS 5D Mark II – good for chroma keying?

    Just to pipe in here. I agree with a couple other folk. 5d mark II records H.264 8bit 4:2:0 according to all resources on the internet. I, as well as the other resources, could be missing something. But, as a professional….I am pretty sure that the only way to get real 4:2:2 is to hack the camera using magic lantern and get a true 4:2:2 signal from the HDMI port and an external recorder. Somebody help me out with this.

  • Adam Ghering

    May 19, 2010 at 11:56 pm in reply to: Script to make new folders in the finder ?

    Thank you Dan…that worked

    What about creating a wildcard for looking for a script like

    /c/user/*.jsx

    and having the script return whatever it .jsx it finds there.

    thanks,

  • Adam Ghering

    April 18, 2010 at 2:19 am in reply to: Script to make new folders in the finder ?

    Ok so I have tried numerous ways to create a folder on the drive with no luck…every time I use the examples that people have posted it doesn’t work. I have tried your above examples but I still have no luck. this is what I have tried

    myfolder = new File(“c:\\Newfolder\\”);

    didn’t work so I found a command in the java script toolkit and tried this

    Folder.create(“c:\\Newfolder\\”);

    this gives the error that Folder.create is undefined so I tried this

    myfolder = new File(“c:\\Newfolder\\”);
    Folder.create(myfolder);

    still no luck

    also
    myfolder = Folder.create(“c:\\Newfolder\\”);

    some of the examples seem to run without errors but there is no folder created in the directory.

    What am I missing.

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