|
Comments
Did you read today's front page stories & breaking news?
SYS-CON.TV
|
From Author Blogs
Converting Nikon D90 Videos to work with Adobe Premiere Pro CS4
From: Mike Chambers
Sep. 24, 2009 03:47 PM
I recently bought my first DSLR, the Nikon D90, which I have been having a blast with. One of the cool features of the camera, is that it supports creating HD video clips (of up to 5 minutes) (view an example here). However, the way the clips are created seems to confuse Adobe Premiere Pro CS4, which won’t open or import the clips without a little work on your part. Usage:
The “dirWithClips” argument is optional, and if not specified will assume the clips are in the current working director. Requirements The script requires the “setfile” command, which is available in the free Mac OS X Developer SDK. Script #/bin/bash
oldExt=mov
newExt=AVI
d="./"
if [ -n "$1" ];then
d="$1"
fi
if [ ! -e "$d" ]; then
echo "$d does not exist"
exit 0;
fi
for filename in "$d"*.$oldExt
do
if [ ! -e "$filename" ]; then
continue;
fi
If you run into any issues, or have any improvements for the script, post them in the comments. Latest Cloud Developer Stories
Subscribe to the World's Most Powerful Newsletters
Subscribe to Our Rss Feeds & Get Your SYS-CON News Live!
|
SYS-CON Featured Whitepapers
Most Read This Week
|
||||||||||||||||||||||||||||||||||||||||||||||||