Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

vidcat(1) [debian man page]

VIDCAT(1)							   Version 0.7.1							 VIDCAT(1)

NAME
vidcat - capture a frame from a video4linux device SYNOPSIS
vidcat [-h?blgV] [-d <device>] [-f jpeg|ppm|png] [-i tv|comp1|com1|s-video] [-n pal|ntsc|secam] [-q <1..100>] [-s WIDTHxHEIGHT] [-o <file>] DESCRIPTION
vidcat captures a frame from a video4linux device and writes the result to the standard output device. With the following options you can define output format, size etc.. OPTIONS
-d device Use an alternate v4l device, '/dev/video' is the default device. -b This applies only to PPM output. With this option the PPM ouput is written in binary mode. -f ppm|jpeg|png|yuv4mpeg Define the file format to use for the output stream. The default is "jpeg". -g Use greyscale instead of RGB24 for the output data. -i tv|comp1|comp2|s-video Set the input channel to use. The default value is none, which means the preset of the device is used. -l Loops until CTRL+C is pressed. This is the default for the YUV4MPEG output. -n pal|ntsc|secam Select the input norm for the grabbing device. The default value is none. -o file Use the named file for output instead of standard out. -p c|g|y|Y Set the palette to use: c = RGB24, g=GREY, y=YUV420P, Y=YUV422P. -q 1..100 Set the quality for JPEG output. The value could be a number between 1 and 100. The default value is 80. -s WIDTHxHEIGHT Define the size of the output frame in pixels. The default setting is 320x240. -V Show version number and exit. AUTHOR
Rasca http://home.pages.de/~rasca/ VIDCAT is published under the GNU General Public License GNU
Oct 2001 VIDCAT(1)

Check Out this Related Man Page

scantv(1)						      General Commands Manual							 scantv(1)

NAME
scantv - scan a v4l device for TV stations. SYNOPSIS
scantv [ options ] DESCRIPTION
scantv scans a v4l device for available TV stations and writes a xawtv/fbtv config file. OPTIONS
-i input set tv input (Television/Composite1/S-video and so on). Default is Television. -n norm set tv norm. scantv will ask interactively if none is given. -f table set frequency table. scantv will ask interactively if none is given. -o outfile specify output file. If none is specified, scantv writes to stdout. -c device specify video device file. Default is /dev/video0. -D driver specify video driver name. Default is "libv4l". -C device specify vbi device file. Default is /dev/vbi0. -s skip channel scan, just write norm + freqtab to the config file. -a Do a full scan (i.e. all frequencies, not just the ones from the frequency table). SEE ALSO
xawtv(1), fbtv(1) AUTHOR
Gerd Knorr <kraxel@bytesex.org> COPYRIGHT
Copyright (C) 2000 Gerd Knorr <kraxel@bytesex.org> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MER- CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. (c) 2000 Gerd Knorr scantv(1)
Man Page