Snackycracky Techblog

  • HOME
  • About

Archive for March, 2009

flyer is ready!!!

  • March 30th, 2009
  • Posted in Uncategorized

Bookmark It Hide Sites $$('div.d455').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); [ READ MORE ]

screenflow capture to flv with ffmpeg on osx leopard

  • March 20th, 2009
  • Posted in Uncategorized

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 ]

concat videos with cat and ffmpeg

  • March 15th, 2009
  • Posted in Uncategorized

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 ]

  • 1
  • 2
  • »

Categories

  • No categories

Recent Posts

  • sexy slideshow with prototype and script.aculo.us
  • reading a reflexive association in a recursive way for grails and groovy
  • recursive search on a nested (multidimensional) collection for groovy
  • nice chat with india :)
  • 3.10. Möbelrücken @ Mädcheninternat + Internatsgarten
  • Copyright ©  2007-2009  Snackycracky Techblog
  • Theme designed by mono-lab
  • Powerd by WordPress