Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

luvcview(1) [debian man page]

LUVCVIEW(1)						      General Commands Manual						       LUVCVIEW(1)

NAME
luvcview - USB Video Class grabber SYNOPSIS
luvcview [options]... DESCRIPTION
luvcview is a camera viewer for UVC based webcams. It includes an mjpeg decoder and is able to save the video stream as an AVI file. OPTIONS
A summary of options is included below. -c Enable raw frame capturing for the first frame. -C Enable raw frame stream capturing from the start. -d /dev/videoX Specify the video device to use. -f format Specify the video format to use. jpg or MJPG JPEG format. This is the default if available. yuv or YUYV YUV format. uyvy or UYVY UYV format. -g Grab the images with READ method instead of default MMAP. -h Print a help text and exit. -L Query valid video formats. -l Query valid controls and settings. -o outputfile Create an AVI file with the stream received from the video device. -r Read and set control settings from the luvcview.cfg file in the current directory. Such a configuration file can be created by using the F1 key in the interface. -s widthxheight Select the image input size. -S Enable raw stream capturing from the start. AUTHORS
Laurent Pinchart && Michel Xhaard. This manual page was originaly written by Aurelien Jarno <aurel32@debian.org>, for the Debian GNU/Linux system (but may be used by others). June 19, 2007 LUVCVIEW(1)

Check Out this Related Man Page

lavtrans(1)							MJPEG tools manual						       lavtrans(1)

NAME
lavtrans - Convert MJPEG videos to other MJPEG video formats SYNOPSIS
lavtrans -o outputfile -f a|q|i|w [-i num] lavfile1 [lavfile2 ... lavfileN] DESCRIPTION
lavtrans can be used to convert the recorded videos from one MJPEG "container" format to another one. It can also be used to split the streams, or do destructive edits. Like all the other mjpegtools(1) lavtrans also accept a edit list file in place of actual video files. This allows it to be used to con- struct a stand-alone copy of the editted video sequence described in the editlist. Note that lavtrans can only change the container type of MJPEG video, not the format. As such it is not possible to use it combine streams of different format. OPTIONS
lavtrans accepts the following options: -f [a|q|m|i|w] Specifies the output format that should be saved. a - output to AVI file q - output to Qicktime file i - output single JPEG images, w - output WAV file (sound only!) -i num Convert a single frame to a JPEG file. -o outputfile Specifies the name of the output file If you want as output single JPEG images the output file string must be a valid format string filename Multiple filenames as input are acceped, also mixing of edit list files and other in video files. BUGS
There seem to be problems with the transoding of large Quicktime movies. One other thing is that with interlaced movies only one field is extracted. So you get pictures with the full horizontal size and half vertical size. AUTHOR
This man page was written by Bernhard Praschinger. If you have questions, remarks, problems or you just want to contact the developers, the main mailing list for the MJPEG-tools is: mjpeg-users@lists.sourceforge.net For more info, see our website at http://mjpeg.sourceforge.net SEE ALSO
mjpegtools(1), lavplay(1) MJPEG Linux Square 2 June 2001 lavtrans(1)
Man Page

3 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Remove duplicate line detail based on column one data

My input file: AVI.out <detail>named as the RRM .</detail> AVI.out <detail>Contains 1 RRM .</detail> AR0.out <detail>named as the tellurite-resistance.</detail> AWG.out <detail>Contains 2 HTH .</detail> ADV.out <detail>named as the DENR family.</detail> ADV.out ... (10 Replies)
Discussion started by: patrick87
10 Replies

2. Shell Programming and Scripting

Returning and capturing multiple return values from a function

Hi I am pretty confused in returning and capturing multiple values i have defined a function which should return values "total, difference" i have used as #!/usr/bin/ksh calc() { total=$1+$2 echo "$total" diff=$2-$1 echo "$diff" } I have invoked this function as calc 5 8 Now i... (2 Replies)
Discussion started by: Priya Amaresh
2 Replies

3. AIX

IP address not capturing in autil trails

Hi, I have AIX 6.1 server. unfortunately IP address of client is not capturing when logged with SSH, where as it is showing when logged with Telnet. Any configuration required in /etc/security/audit/events to capture IP address (SSH) ? (0 Replies)
Discussion started by: suresh3566
0 Replies