
#include "Transport/TransportOpts.H"#include "Component/ModelOptionDef.H"#include "Image/Dims.H"#include "Raster/RasterFileFormat.H"
Go to the source code of this file.
Variables | |
| const ModelOptionCateg | MOC_INPUT |
| Input reading/formatting options. | |
| const ModelOptionCateg | MOC_OUTPUT |
| Output writing/formatting options. | |
| const ModelOptionDef | OPT_ShowInputDetails |
| Command-line options for FrameIstream and subclasses. | |
| const ModelOptionDef | OPT_InputRasterFileFormat |
| Command-line options for RasterInputSeries. | |
| const ModelOptionDef | OPT_InputYuvDims |
| Command-line options for RasterInputOptions. | |
| const ModelOptionDef | OPT_InputYuvDimsLoose |
| const ModelOptionDef | OPT_InputDpxGamma |
| const ModelOptionDef | OPT_InputDpxSigmoidContrast |
| const ModelOptionDef | OPT_InputDpxSigmoidThreshold |
| const ModelOptionDef | OPT_InputDpxSrcClipLo |
| const ModelOptionDef | OPT_InputDpxSrcClipHi |
| const ModelOptionDef | OPT_OutputRasterFileFormat |
| Command-line options for RasterOutputSeries. | |
Definition in file TransportOpts.C.
| const ModelOptionCateg MOC_INPUT |
{
MOC_SORTPRI_2, "Input Reading/Formatting Options" }
Input reading/formatting options.
Definition at line 47 of file TransportOpts.C.
| const ModelOptionCateg MOC_OUTPUT |
{
MOC_SORTPRI_2, "Output Writing/Formatting Options" }
Output writing/formatting options.
Definition at line 50 of file TransportOpts.C.
| const ModelOptionDef OPT_InputDpxGamma |
{ MODOPT_ARG(float), "InputDpxGamma", &MOC_INPUT, OPTEXP_CORE,
"Gamma value to use when performing color correction of dpx images.",
"dpx-gamma", '\0', "<float>", "0.6" }
Definition at line 91 of file TransportOpts.C.
| const ModelOptionDef OPT_InputDpxSigmoidContrast |
{ MODOPT_ARG(float), "InputDpxSigmoidContrast", &MOC_INPUT, OPTEXP_CORE,
"Sigmoid contrast to use when performing color correction of dpx images.",
"dpx-sigmoid-contrast", '\0', "<float>", "10.0" }
Definition at line 97 of file TransportOpts.C.
| const ModelOptionDef OPT_InputDpxSigmoidThreshold |
{ MODOPT_ARG(float), "InputDpxSigmoidThreshold", &MOC_INPUT, OPTEXP_CORE,
"Sigmoid threshold to use when performing color correction of dpx images.",
"dpx-sigmoid-threshold", '\0', "<float>", "0.1" }
Definition at line 103 of file TransportOpts.C.
| const ModelOptionDef OPT_InputDpxSrcClipHi |
{ MODOPT_ARG(float), "InputDpxSrcClipHi", &MOC_INPUT, OPTEXP_CORE,
"Clamp larger values to this value when performing color "
"correction of dpx images.",
"dpx-src-clip-hi", '\0', "<float>", "5351.0" }
Definition at line 116 of file TransportOpts.C.
| const ModelOptionDef OPT_InputDpxSrcClipLo |
{ MODOPT_ARG(float), "InputDpxSrcClipLo", &MOC_INPUT, OPTEXP_CORE,
"Clamp smaller values to this value when performing color "
"correction of dpx images.",
"dpx-src-clip-lo", '\0', "<float>", "0.0" }
Definition at line 109 of file TransportOpts.C.
{ MODOPT_ARG(RasterFileFormat), "InputRasterFileFormat", &MOC_INPUT, OPTEXP_CORE,
"Input file format",
"input-format", '\0', "<PNM|PNG|PFM|YUV422|YUV420P|RAWIMAGE|JPEG|Auto>", "Auto" }
Command-line options for RasterInputSeries.
Definition at line 62 of file TransportOpts.C.
{ MODOPT_ARG(Dims), "InputYuvDims", &MOC_INPUT, OPTEXP_CORE,
"NOTE: This option is DEPRECATED; see the documentation of "
"--in=raster and --out=rawvideo for the preferred approach, in "
"which image dimensions are encoded into the filename. This "
"option is a deprecated approach to specifying the dimensions of "
"raw video frames. The dimensions must be supplied externally as "
"raw video frame files do not encode the dimensions in the file "
"internally. Note that this option does not rescale the input "
"frames at all, it just supplies the native size of the input "
"frames (for rescaling, use --rescale-input).",
"yuv-dims", '\0', "<w>x<h>", "640x480" }
Command-line options for RasterInputOptions.
Definition at line 68 of file TransportOpts.C.
| const ModelOptionDef OPT_InputYuvDimsLoose |
{ MODOPT_FLAG, "InputYuvDimsLoose", &MOC_INPUT, OPTEXP_CORE,
"Allow loose correspondence between the dimensions of raw yuv "
"video frames and the corresponding file size. Normally it is a "
"hard error if these values mismatch, but this option can be "
"used to allow file sizes larger than the expected data size.",
"yuv-dims-loose", '\0', "", "false" }
Definition at line 82 of file TransportOpts.C.
{ MODOPT_ARG(RasterFileFormat), "OutputRasterFileFormat", &MOC_OUTPUT, OPTEXP_CORE,
"Output file format",
"output-format", '\0', "<PNM|PNG|PFM|YUV422|YUV420P|RAWIMAGE|Auto>", "PNM" }
Command-line options for RasterOutputSeries.
Definition at line 123 of file TransportOpts.C.
{ MODOPT_FLAG, "ShowInputDetails", &MOC_INPUT, OPTEXP_CORE,
"Request that detailed information be printed about the input source "
"(for example, if input is coming from a camera, then try to print "
"details about the capabilities of that camera, its vendor and model, "
".etc)",
"show-input-details", '\0', "", "false" }
Command-line options for FrameIstream and subclasses.
Definition at line 53 of file TransportOpts.C.
1.6.3