Jan
23
2012
ffmpeg – overlay
copy metadata from m4a to mp3 | ogg
ls *.m4a | while read line; do out=`echo $line|cut -d”.” -f1`; ffmpeg -i “$line” -ab 192k -ar 44100 -y “$out.mp3” Â -map_meta_data 0:0 ;done
overlay logo
ffmpeg -i IMG_0247.MOV -vf “movie=wm.png [logo]; [in][logo] overlay=10:10 [out]” -y out.mov
Jan
11
2012
Oktolight master 8 port smd is ready
Here we go , brand new and ready. 3 mcu powered 8 channel master with one (spi) output to the next 8 port smd slave. So 3 slaves an 1 master would be sufficient for 32 channels.
if the above video does not work for you, use this one, without music
with music, might not work in every country. then see video above without music…
Jan
5
2012