Dec 01
A pair of scripts to simplify posting videos to YouTube
Cats: News|
We have had a few video cameras, but it was always a real pain to submit short video clips to YouTube. Basically, I would need to create a short movie in a program like iMovie or Final Cut Express and then export it. This is something that is too complicated for my wife, so she asked me for some way to simply drag and drop a video onto an icon in her dock.
I put together these two scripts to automate that process. Just install youtube into /usr/bin/local, and youtube.app into /Applications (and then drag it to your Dock). First, here's the youtube shell script:
I put together these two scripts to automate that process. Just install youtube into /usr/bin/local, and youtube.app into /Applications (and then drag it to your Dock). First, here's the youtube shell script:
#!/bin/sh
URL='http://www.youtube.com/my_videos_upload'
BROWSER=/Applications/Firefox.app
VIEWER=/Applications/QuickTime\ Player.app
...
Leave a Reply
You must be logged in to post a comment.
Subscribe
