YouTube On the Go
Development, Gentoo, Palm April 15th, 2007
Everybody loves YouTube, the hub of short video clips uploaded by the users. It makes more sense to watch YouTube clips than King Kong in the Metro. To watch one small clip, you need to:
- Install VideoDownloader Firefox Extension
- Download the video clips to the harddisk
- Manually convert the .flv to .avi using ffmpeg like this ffmpeg -i foo.flv foo.avi
- Copy to the Treo 650’s extension card
That is quite tedious. I need a tool to automate the above procedures, here come the tubefetch.txt:
TubeFetch: Download the video clips from YouTube
Version 0.1.0. developed by Kun Xi <kunxi@kunxi.org>
Usage: tubefetch.py [options] files …
Examples:
tubefetch.py -c http://the-url http://the-url2 …
Options:
-h –help print this information
-v –version version information
-c convert the flv file to avi, needs ffmpeg
This script would download the flv files and convert them to avi file automatically, then copy the files to Treo 650 using CardReader, CardExport.
A better solution may go further:
- Develop a Firefox addon: one-click would download/convert the file to the specified path
- Develop a KPilot conduit, download the AVI files to Treo 650’s extension card when HotSync
Well, if I persist the enthusiasm for 3 months, I might roll up the sleeves and go through all the way to do so.
Update The DownloadHelper plugin is exactly what I am looking for. The author does not address the CJK file name issue, here is the modified version to bypass that problem.
The best solution I found was simply to download the flv files and copy them to the extension card. Play them on Kinoma v.4, which supports flv files as well as many others. It’s a fantasic piece of software.
In fact, I tried Kinoma trial from their web site one week ago, since it is the only player that claims to support Adobe Flash. Unfortunately, it does not recognize the format of YouTube clips. Maybe I would check whether they have an update.
The conversion is lightening fast, it only takes around 40 sec to convert a 23M, 9min clip, the downloading takes around 3 - 4 min. By the way, conversion is spawned, kind of parallel.
Review Request Sample:
Was reading one of your blog posts about Widgets and thought I’d ask if you do reviews? We have software that we are looking for some good bloggers to review.
FREE 1-Click YouTube Batch Downloader
Let me know! You can look at our stuff at our new website we just unveiled recently at http://eurekr.com/download.html
Thanks!