Search Results

ubuntu and ffmpeg - #1

Tuesday, August 14th, 2007
If you’re new here, you may want to subscribe to my RSS feed. Thanks for visiting!i installed ffmpeg with apt-get this weekend. prior to installing i installed the windows codecs. ubuntu installed alot of the rest when i installed Mmovie player,vls, xmms, and Exaile. i’ve had no issues encoding anything yet, so i think […]


getting started with ruby - links to everything you need.

Monday, August 13th, 2007
A group of us at DIF are getting into ruby / rails. I posted this in our forum, then realized it might help others. Here’s the book i’m currently reading / doing : http://www.amazon.com/Agile-Development-Rails-Pragmatic-Programmers/dp/0977616630/ref=pd_bbs_sr_1/104-4633763-6766336?ie=UTF8&s=books&qid=1187036058&sr=8-1 I’m also reading the pickaxe : http://www.amazon.com/Programming-Ruby-Pragmatic-Programmers-Second/dp/0974514055/ref=pd_bbs_2/104-4633763-6766336?ie=UTF8&s=books&qid=1187036058&sr=8-2 and rails recipes : http://www.amazon.com/Rails-Recipes-Pragmatic-Programmers-Fowler/dp/0977616606/ref=pd_bbs_sr_1/104-4633763-6766336?ie=UTF8&s=books&qid=1187036074&sr=8-1 I recommend anyone who hasn’t go through the Curtis Hibb ruby intro series […]


How to convert/encode files to FLV using FFMPEG & PHP

Thursday, June 7th, 2007
vexxhost again has another good tutorial : How to convert/encode files to FLV using FFMPEG & PHP from the site : So, as I’ve written in an earlier article on how to install FFMPEG on your server, while there are those who probably use a “YouTube Clone” script, there might be those who want to create […]


ffmpeg tutorial

Friday, June 1st, 2007
found a good tutorial by Aaron Gadberry on using ffmpeg from a php backend. from the site After that install process is over, you will need to test ffmpeg. The executable should be installed to /usr/bin/ffmpeg. To test it, just run /usr/bin/ffmpeg -version and check that the output has no errors. Then run a simple, short audio […]