Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

mpeg2dec(1) [debian man page]

mpeg2dec(1)						      General Commands Manual						       mpeg2dec(1)

NAME
mpeg2dec - decode MPEG and MPEG2 video streams SYNOPSIS
mpeg2dec [-h] [-s [track]] [-t pid] [-c] [-o mode] [file] DESCRIPTION
`mpeg2dec' displays MPEG1 and MPEG2 video stream. Input is from stdin if no file is given. -h display help and available video modes -s use program stream demultiplexer, track 0-0xf or 0xe0-0xef -t pid use transport stream demultiplexer, pid 0x10-0x1ffe -c use c implementation, disables all accelerations -o mode use video output driver `mode'. A list of modes is available using the -h option. AUTHORS
Michel Lespinasse <walken@zoy.org> Aaron Holtzman <aholtzma@ess.engr.uvic.ca> And many others on the net. REPORTING BUGS
Report bugs to <libmpeg2-devel@lists.sourceforge.net>. COPYRIGHT
Copyright (C) 2000-2003 Michel Lespinasse Copyright (C) 1999-2000 Aaron Holtzman This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICU- LAR PURPOSE. SEE ALSO
extract_mpeg2(1) mpeg2dec mpeg2dec(1)

Check Out this Related Man Page

yuvplay(1)							MJPEG tools manual							yuvplay(1)

NAME
yuvplay - Display YUV4MPEG2 streams (using SDL) SYNOPSIS
yuvplay [options] DESCRIPTION
yuvplay produces on-screen playback of a YUV4MPEG2 stream which is provided to stdin, typically through piping from the stdout of lavpipe(1), lav2yuv(1), mpeg2dec(1) or a similar program. It should be noted that for pure playback lavplay should be a superior option. yuvplay is intended primarily as a debugging or diagnostic utility when setting up video processing pipelines. OPTIONS
yuvplay accepts the following options: -s WxH The size of the SDL window. By default, it uses the size of the input video stream scaled to yield 1:1 pixels (using the sample aspect ratio encoded in the stream header). However, you can specify any size you want. WxH is the width x height of the scaled window. -ttitle Set the window title. -f num Override the framerate specified in the input stream header. -c By default, yuvplay will try to play at the framerate of the input movie. With this option, yuvplay will just play all the frames as fast as it can. -v [0,1,2] Set the verbosity of user feedback. Default is "1": errors, warnings, and info messages. AUTHOR
This man page was originally written by Ronald Bultje (and since edited by Matt Marjanovic). 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), lavpipe(1), lav2yuv(1) lavplay(1) MJPEG Linux Square 8 April 2002 yuvplay(1)
Man Page