September 2008
3 posts
3 tags
Old weird flash animations
I made this to answer the question “can you animate divs containing flash”
Sep 16th
Comments by disqus
Just added the service of disqus so ppl can let me know how helpful my blog was to find where to get effects.core.js and how to install ATI catalyst drivers on acer aspire laptops ;)
Sep 3rd
3 tags
Stream video from commandline with VLC
$ vlc --sout '#standard{access=http,mux=ts,dst:=8081}' \ --extraintf http /path/to/video.avi then point you’r video player to http://your.server:8081 Easy! (might need to change your mux according to video format or something. ts seems fine for most .avi) Update: Added the extra interface “http” that functions as a remote using a web interface. Just surf to...
Sep 2nd