Techie: Importing D90, D300s and D3s dmovie video into Premiere Pro

Filed under Uncategorized Tags: , , , , , , — • Written by Alex @ 9:46 am on July 2, 2009.

Edit: Apparently this also works on the D300s and the D3s! Feel free to share your experiences in the comments.
Edit2 -The non-techie way… OK this subject appears to get an awful lot of attention and some people are having problems following all the steps/not liking using the terminal. As such I’ve decided to be nice to you all and package up an automator script which does all the heavy lifting for you. No need to use the Terminal with this method. Check out the method section for details.

So this is the first of a couple of techie posts to my blog. I know, I know you all come here for the pictures of Orcs but hey this is my way of helping other professional photographers save a bit of time and hair pulling.

The D90 is a Nikon camera used by Holly and myself which allows the recording of HD video. What makes it special is the fact that it has a large sensor and can use any nikon lens, this in turn means you can get truly cinema like depth of feel. If you don’t have a D90 and Premier, I suggest you bail out now, else..

The D90 unfortunately shoots a bit of a bizarre format which premiere claims is an unsupported compression type. However it lies! Thanks to Jean-Luc for helping me to figure it out but I think the main problem is that Premiere is an old Carbon based application and can’t quite understand the D90 file type.

Method1: The non techie way:

  1. Download your movies as per normal and place them in a directory on their own
  2. Download this zip file
  3. Extract both files to your /Application directory (Note that SetFile must be in this directory or else the script won’t work)
  4. Double click to run SetFileApp
  5. Select the directory with all your D90 movies in it which need to be changed
  6. Profit!

Method2: For those who like the gory details:

  1. Download the movies as you normally would and make a note of where you’ve stored them.
  2. Either install the Mac Developer tools or visit this page to download the setfile application
  3. Fire up the Terminal application (yes I know this is scary and I may try and automate this for people in the future…)
  4. if you downloaded setfile rather than installing the developer tools, cd into the directory where is it located eg: cd downloads/setfile – tip: if you press tab twice the terminal will autocomplete things for you!
  5. In the terminal run this command to set the correct file type  SetFile -t "VfW " pathtofolderwithyourmovies/*.AVI eg (SetFile -t "VfW " movies/test/*.AVI)
  6. In the terminal again run this command to rename the files to .mov:  rename -v 's/\.AVI$/\.mov/' pathtofolderwithyourmovies/*.AVI
  7. You should find all of your movies have now been renamed to .mov and will now all open in premier!

So there you go, that’s how you open D90 movies in premier for editing. If anybody has any problems hit me up in the comments.

Alex :D

Spread the word!
  • email
  • Facebook
  • Twitter
  • MySpace
  • Digg
  • del.icio.us
  • Google Bookmarks
  • Slashdot
  • Print
  • StumbleUpon
  • FriendFeed

18 Comments »

  1. Great post!

    Comment by idophy — July 6, 2009 @ 5:18 pm
  2. Thanks for these tips. I’m running into similar problems, but I’m running Premiere on a Windows machine, so I’ll have to dig a bit deeper…

    Comment by Michael M. — July 16, 2009 @ 5:28 pm
  3. Cool! Let me know if you figure it out and I’ll update the post. Alex

    Comment by Alex — July 16, 2009 @ 5:38 pm
  4. [...] won’t open or import the clips without a little work on your part. I found instructions here on how to use the terminal to get Premiere to understand the clips, and based on that (with some [...]

  5. Nice. On my machine, with the latest dev tools installed, there is no “rename” command (although there is a man entry for it). You can use “mv” instead.

    I created a bash script based on your post, which uses “mv”, and allows you to batch process all of the AVI files in a specified folder:

    http://www.mikechambers.com/blog/2009/08/02/convert-nikon-d90-videos-to-work-with-adobe-premiere-pro-cs4/

    Thanks for figuring this out…

    mike

    Comment by mike chambers — August 2, 2009 @ 7:53 pm
  6. Ah cheers Mike, I’m always switching between Linux and Mac these days and sometimes take for granted commands on one OS… My bad! You’re right though mv does the same trick. I’ll update the post to point to your script.

    Alex

    Comment by Alex — August 3, 2009 @ 9:10 am
  7. hi i’m having the same problem with d90 and premiere on macbookpro.
    how do you install mac developer tools?
    i’m a novice. thanks,
    jac

    Comment by jac — August 4, 2009 @ 11:29 pm
  8. Hi Jac,
    You either need to go here:
    http://developer.apple.com/tools/
    and install the tools or simply get the setfile binary from here:
    http://corz.org/osx/su/setfile.php:
    Hope that helps.
    Alex

    Comment by Alex — August 5, 2009 @ 9:22 am
  9. [...] Beckett zeigt, was man machen muss, damit die Videos von der Nikon D90 von Adobe Premiere korrekt erkannt werden. Mike Chambers hat ein Batch-Skript erstellt, damit man die Umwandlung nicht händisch [...]

  10. hey… thanks for sharing….

    I’ve just got the Nikon D90 too… And this one was one of my biggest problems…

    Now I’m downloading the Depeloper tool….. I’ll check this… I don’t know if it works… but thanks for the tip… that’s the important part….

    Comment by JAV — August 11, 2009 @ 2:38 am
  11. Hi Alex,
    I have OS X 10.5 and installed the Developer Tools per your instruction. When I run the first command, nothing happens (but I get no error msg, so I guess this is good). When I run the second command, I get an error mgs reading the rename command is not found. I am a complete newbie at this. Can you please help? Thank you.
    Andy

    new-host:~ andrewpark$ SetFile -t “VfW” /Users/andrewpark/Pictures/Kaylin/*.AVI
    new-host:~ andrewpark$ rename -v ’s/\.AVI$/\.mov/’ /Users/andrewpark/Pictures/Kaylin/*.AVI
    -bash: rename: command not found
    new-host:~ andrewpark$

    Comment by Andy — September 8, 2009 @ 2:42 am
  12. Hi Andy,

    Yes looks like I got a bit ahead of myself and rename doesn’t exist on a vanilla OSX. You’ve got three options, you can either rename the files in the finder, use the mv command or use the script kindly created by Mike Chambers and linked above. Good luck!

    Alex

    Comment by Alex — September 10, 2009 @ 12:07 pm
  13. Hi. I have just got the Nikon D300s – and testing the video find that the AVI files will play in Quicktime but will not import in to CS4 and play. I am using a PC 64bit can any one help on how to get these files to work on the PC – yes I know everyone says get a MAC – but then I have to buy all that software again. Thanks

    Comment by Jeremy White — October 6, 2009 @ 5:42 pm
  14. Updated, this now seems to work for the D300s and the D3s

    Comment by Alex — December 11, 2009 @ 5:23 pm
  15. [...] http://www.alexbeckett.co.uk/blog/2009/07/02/techie-importing-d90-d300s-d3s-dmovie-video-into-premie... [...]

  16. [...] D90, D300s and D3s dmovie video into Premiere Pro Nice writeup.  Click here to find [...]

  17. Worked Great!! Thanks!!!!!

    Comment by Deron — January 3, 2010 @ 2:03 am
  18. Just came across this after searching the forums http://www.apple.com/downloads/macosx/video/nikopre.html
    Although I think Adobe should have handled this problem, leave it to mac to clean up their mess. Thanks Mac.

    I’m running CS4 on a MacbookPro

    Comment by Dale — January 26, 2010 @ 2:24 pm

RSS feed for comments on this post. TrackBack URI

Leave a comment

A collection of work by British photographer Alex Beckett. Weddings, Commercial and Fine Art Photography.
| (c) 2010 Alex Beckett