Archive for March, 2009
Bookmark It Hide Sites $$('div.d455').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); [ READ MORE ]
i did this because of the followin error: FFMPEG unsupported codec id=86018 port didn’t help much get the latest ffmpeg svn revision via svn download faac from here: http://sourceforge.net/project/showfiles.php?group_id=704 install it with: ./configure make && make install for ffmpeg do: make distclean && ./configure –enable-libmp3lame –enable-shared –disable-mmx –enable-gpl –enable-libfaac –enable-libfaad –disable-swscale-alpha && make && make install Bookmark It Hide Sites $$('div.d436').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); [ READ MORE ]
i tried several methods but this was the best: cat *.MPG | ffmpeg -i - -b 1500k -ar 44100 together.flv the * goes in ordered state so if you have videos from your camera they are already ordered. Bookmark It Hide Sites $$('div.d429').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); [ READ MORE ]