Tuesday, 17 July 2012

Mplayer udp Synchronisation Shell script

ssh -f user@192.168.2.222 "DISPLAY=:0 nohup mplayer -osdlevel 0 -vo gl -xineramascreen 0 -udp-slave -loop 0 -fixed-vo -fs video1.mp4"&
ssh -f user@192.168.2.223 "DISPLAY=:0 nohup mplayer -osdlevel 0 -vo gl -xineramascreen 0 -udp-slave -loop 0 -fixed-vo -fs video2.mp4"&
mplayer -vo gl -xineramascreen 1 -udp-slave -osdlevel 0 -loop 0 -fixed-vo -fs video3& sleep 5
mplayer -vo gl -xineramascreen 0 -udp-master -loop 0 -osdlevel 0 -fixed-vo -fs -udp-ip 192.168.2.255 video4.mp4&

Saturday, 7 July 2012

Notes of my commandline converting with x264 and ffmpeg. This gets updated when I use something new. This is no rocket science, I just don't want to google everytime I need it.

x264 lind.mp4 --video-filter resize:width=960,height=540,method=spline --preset ultrafast -o lind_little.h264

Sunday, 10 June 2012

Screencast Tutorial for Ubuntu http://blog.pcode.nl/2012/06/09/how-i-screencast-on-ubuntu/

Tuesday, 13 March 2012

Tuesday, 7 February 2012