Streamer: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
m (description etc.)
m (set categories)
Line 10: Line 10:
==External Links==
==External Links==
* [http://linux.bytesex.org/xawtv xawtv project page]
* [http://linux.bytesex.org/xawtv xawtv project page]

[[Category:Software]]
[[Category:Apps & Utilities]]

Revision as of 00:39, 5 December 2008

streamer is a commandline utility, from the xawtv package, used to record movies to hard disk.

Usage

streamer -i 1 -c /dev/video0 -s 320x240 -q -j 80 -f jpeg -n ntsc -b 24 -o /var/www/webcam.jpeg
streamer -i 1 -c /dev/video0 -s 320x240 -q -j 80 -f jpeg -n ntsc -b 24 -o /dev/stdout |uuencode thief.jpeg|sendmail alarm@foo.com
streamer -n ntsc -t 10:00 -s 720x480 -r 30 -o stream.avi -f mjpeg -F stereo -c /dev/video0

External Links