#include "Media/UcbMpegOutputStream.H"
#include "Component/ModelOptionDef.H"
#include "Media/UcbMpegEncoder.H"
#include "Raster/GenericFrame.H"
#include "Transport/TransportOpts.H"
#include "Util/Assert.H"
#include "Util/FileUtil.H"
#include "Util/log.H"
#include "rutz/shared_ptr.h"
#include "rutz/trace.h"
#include <map>
#include <string>
Go to the source code of this file.
Variables | |
const ModelOptionDef | OPT_UcbMpegFrameRate |
const ModelOptionDef | OPT_UcbMpegQuality |
Write mpeg video frames using mpeg_encode/ppmtompeg
Definition in file UcbMpegOutputStream.C.
const ModelOptionDef OPT_UcbMpegFrameRate |
{ MODOPT_ARG(SimTime), "UcbMpegFrameRate", &MOC_OUTPUT, OPTEXP_CORE, "The frame rate, in frames-per-second, for ucb mpeg streams", "ucbmpeg-framerate", '\0', "<23.976, 24, 25, 29.97, 30, 50, 59.94, 60>Hz", "29.97Hz" }
Definition at line 57 of file UcbMpegOutputStream.C.
const ModelOptionDef OPT_UcbMpegQuality |
{ MODOPT_ARG_STRING, "UcbMpegQuality", &MOC_OUTPUT, OPTEXP_CORE, "The baseline quality settings for ucb mpeg streams (these " "settings may be further refined by additional command-line " "options)", "ucbmpeg-quality", '\0', "<basic|hq|superhq>", "basic" }
Definition at line 64 of file UcbMpegOutputStream.C.