…just another hippy blog

Tags: UncategorizedSeptember 16, 2007 4:59 pm

I can’t find my post-it notes, so this is a quick reminder for myself (thanks to MisterHowTo.com for the suggestions):

Trim/split video files with mencoder:

mencoder -ss hh:mm:ss -oac copy -ovc copy in.avi -o out.avi mencoder -endpos hh:mm:ss -ovc copy -oac copy in.avi -o out.avi

Remove an audio stream (the first stream has ID 1):

mencoder -aid 1 -ovc copy -oac copy in.avi -o out.avi
Tags: Development, Movida 3:24 pm

The new movida logo 

movida stage 2 is up! :P

 

It took me some time to rewrite the website and I know it doesn’t look all that awesome, but hey.. I’m not an artist!! :P

Too sad sf.net servers use php4 and apache 1.3. I had to change a few things to make the new site work. The site language (currently either Italian or English) cannot be changed as the apache 1.3 mod_negotiation doesn’t support the prefer_language environment variable. You will have to stuck with the language set in your web browser.

Now I hope there ain’t too much typing errors *___* 

PS: The source code section contains some nice tarballs with the latest source code from the SVN.