A few nifty Linux video tricks with cat
Have a webcam or a TV tuner? Need to test it to make sure it’s working? Have some video files you want to combine? You’d be surprised what the command line tool cat can do. Test a webcam or TV Tuner: # cat /dev/v4l/video0 > /tmp/vidtest.mpg (Note, your device may be video1 or similar.) Wait […]