#include "Media/MpegInputStream.H"
#include "Component/ModelOptionDef.H"
#include "Image/Image.H"
#include "Image/Pixels.H"
#include "Media/MediaOpts.H"
#include "Media/MovieDecoder.H"
#include "Raster/GenericFrame.H"
#include "Transport/TransportOpts.H"
#include "Util/Assert.H"
#include "Util/log.H"
#include "Video/VideoFrame.H"
#include "rutz/trace.h"
#include <libavformat/avformat.h>
#include "Media/FfmpegDecoder.H"
#include <cstdio>
#include <string>
Go to the source code of this file.
Variables | |
static const ModelOptionDef | OPT_InputMPEGStreamCodec |
Read frames from movie files
Definition in file MpegInputStream.C.
const ModelOptionDef OPT_InputMPEGStreamCodec [static] |
{ MODOPT_ARG_STRING, "InputMPEGStreamCodec", &MOC_INPUT, OPTEXP_CORE, "Type of video input codec to use (use value 'List' to see list of " "available codecs on your system, or 'Auto' to automatically determine " "which codec to use)", "input-codec", '\0', "<Auto|List|name>", "Auto" }
Definition at line 86 of file MpegInputStream.C.