I'd like to take the video stream from /dev/video0, apply some effects or changes and make the result available on /dev/video1.
/dev/video0 ---> Apply Effects ---> /dev/video1
For example, mplayer tv:// -vo caca will display the output of /dev/video in ascii art. I would like to make that available on /dev/video1 so that I could send that through skype instead of my default webcam feed....
Any suggestions?