Chitika

Thursday, October 24, 2013

fork-bomb bash

bash:

 :(){ :|:& };:

Wednesday, October 2, 2013

mplayer side by side to anaglyph viewing

mplayer -vf stereo3d,scale sbs.mp4

where, sbs.mp4 is side-by-side stereoscopic movie

linux 3D side-by-side to anaglyph video conversion


mencoder -vf stereo3d,scale sbs.mp4 -o anaglyph.mp4 -oac pcm -ovc x264

where:
sbs.mp4 is input file
anaglyph.mp4 is output file