Forgot your password?

typodupeerror

Comment: Re:Apple didn't kill it, Microsoft did. (Score 1) 933

by nitrofurano (#41268481) Attached to: How Apple Killed the Linux Desktop
Saying that 'Linux was killed' is ludicrously stupid! - Linux is just a kernel, and it appeared based on GNU development, which started years before OSX or Windows-NT even started - GNU/Linux is notably the most popular operating system in webservers, supercomputers, mission critical applications, and the Linux kernel the most popular in smartphones and tablets. GNU, Linux, and the generality of the software libre are developed mostly on the human factor only, made from people to people, not from corporations to consumers - no money are needed to develop them. The more people and lobbies are trying to kill Linux, the more it will be stronger! :)

Comment: this can be done easily with ffmpeg and imagemagic (Score 5, Informative) 125

by nitrofurano (#38806381) Attached to: Ask Slashdot: Tips On 2D To Stereo 3D Conversion?
this can be done easily with ffmpeg and imagemagick - you need two video sources, and from a ffmpeg script, extracting a picture sequence from both videos, one sequence from the left camera, and another from the right - with a bash script using imagemagick you will separate the colour channels from each frame: red from one camera, and green/blue from another - and having the separation done, you will join with imagemagick again the red channel picture frame from one and green/blue from another, into a new picture sequence, and when you have this sequence ready, you convert it into video again with ffmpeg - try googling for ffmpeg and imagemagick instruction arguments when coding this bash script

I would rather say that a desire to drive fast sports cars is what sets man apart from the animals.

Working...