Search Results
Friday, September 5th, 2008
If you’re new here, you may want to subscribe to my RSS feed. Thanks for visiting!Most of us love / hate / use ffmpeg. Well meet your other new best friend: Sox
From the site:
Welcome to the home of SoX, the Swiss Army knife of sound processing
programs. SoX is a cross-platform (Windows, Linux, Solaris, […]
Tuesday, July 15th, 2008
Ok so in the last 2 weeks I’ve written 3-4 ffmpeg installation tutorials (centos, ubuntu, source, ffmpeg-php). Yes I know I haven’t posted any of them. Today I ran across this
www.sherin.in/ffmpeg/index.php?option=com_content&task=view&id=14&Itemid=1
Guess that that link goes to? Yeap an auto installer that installs ffmpeg and ffmpeg-php. So basicly all the searching I’ve had to do to […]
Sunday, June 22nd, 2008
As the title shows, Ubuntu’s seriously pissing me off at the moment. After fighting with an ffmpeg install ( theres a bug in the libgpac-dev package, so you’ll need to build from source). And the fact that php is just acting weird. So 3 nights from dead line, 3 days into trying to fix issues […]
Sunday, September 16th, 2007
Video Contact Sheet *NIX (vcs for short) is a script that creates a contact sheet (preview) from videos by taking still captures distributed over the length of the video. The output image contains useful information on the video such as codecs, file size, screen size, frame rate, and length. It requires mplayer, ImageMagick (convert and […]
Wednesday, September 5th, 2007
Here’s the settings i use for encoding flash video (flv)
medium
ffmpeg -i RulesOf_30sec.mov -acodec mp3 -ab 48k -ac 1 -ar 44100 -f flv -deinterlace -nr 500 -croptop 4 -cropbottom 4 -cropleft 8 -cropright 8 -s 320×240 -aspect 4:3 -r 25 -b 270k -me_range 25 -i_qfactor 0.71 -g 500 high.flv
high
ffmpeg -i RulesOf_30sec.mov -acodec mp3 -ab 64k -ac […]
Wednesday, September 5th, 2007
here is the code for a Proof of concept i did a few months ago. Its a demo ffmpeg and ffmpeg-php video conversion system that will also generate thumbnails. you either upload a file to the server (for large files) or select the file to upload (small files).
the code is offered as is. Please note […]
Wednesday, September 5th, 2007
I’ve noticed I had a post telling others to just use apt-get or yum to install ffmpeg on servers. Using apt-get or yum is fine if your only using ffmpeg on a stand alone machine, or workstation. Or if your just trying to make sure all dependencies are there before compiling.
but you should know that […]
Tuesday, September 4th, 2007
You can find a list of projects I am / have worked on since Mar 2007 (Freedom Day), what I do, and what I love. If you’d like to know more about my role in a project feel free to shoot me a message at the end of the page
Projects
NFL Rush
Meteor The Monster Truck
Urbaniacs
HalfGray
Spaztek
Crandleberry’s
2007 […]
Tuesday, September 4th, 2007
Decided to make a section for me to post whats going code wise, It’s just till i get my other site done
Current Projects
urbaniacs
nflrush
bacon 100%
Upcoming Projects
ummm
wish i had the time
stick crisis
personal site
halfgray site
Myspaceapi.info
presentation access system
mp3 / desktop calender / player - since 2002, might be time to kill this idea
Looking forward to
Sleep
Would love
dream = flash, […]
Tuesday, August 14th, 2007
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 all codecs were done proper by the above mentioned installs depends