Tagged Questions
2
votes
0answers
84 views
How to route one video device to multiple programs
I'd like to direct the output of a single capture card (Hauppauge PVR-150) to two programs: VLC (for streaming on LAN) and MythTV for scheduled recording. I think it's possible to do this with the ...
11
votes
2answers
2k views
Manipulating `/dev/video`
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 ...