jump to navigation

A script to Slice, Encode and Upload videos to Youtube April 17, 2008

Posted by GuySoft in Crictor, Hamakor, linux, open source, podcast, programming, python.
Tags: , , , ,
3 comments

In the past few days, I wrote a script that will take basically any video file, chop it to equal parts under 10 minutes, and upload the result to youtube.

The effect is that I can publish all of my video podcast to youtube, without the long and painful chopping and uploading of files via a browser.

I based the uploading on a perl script from catonmat. I wrote my extension in python.

Here is a link to the sourcecode (under GPL license)

I would love to receive feedback, and improvments.