OutputMPEGStream writes mpeg video frames using the avcodec library. More...
#include <Media/MpegOutputStream.H>
Public Member Functions | |
OutputMPEGStream (OptionManager &mgr, const std::string &descrName="Output MPEG Stream", const std::string &tagName="OutputMPEGStream") | |
Construct an mpegstream object for mpeg output. | |
virtual void | setConfigInfo (const std::string &filestem) |
Override from FrameOstream; just calls setFileStem(). | |
void | setFileStem (const std::string &s) |
Specify a filename prefix to be used for all generated movie files. |
OutputMPEGStream writes mpeg video frames using the avcodec library.
Definition at line 52 of file MpegOutputStream.H.
OutputMPEGStream::OutputMPEGStream | ( | OptionManager & | mgr, | |
const std::string & | descrName = "Output MPEG Stream" , |
|||
const std::string & | tagName = "OutputMPEGStream" | |||
) |
Construct an mpegstream object for mpeg output.
Definition at line 100 of file MpegOutputStream.C.
void OutputMPEGStream::setConfigInfo | ( | const std::string & | filestem | ) | [virtual] |
Override from FrameOstream; just calls setFileStem().
Reimplemented from FrameOstream.
Definition at line 115 of file MpegOutputStream.C.
References setFileStem().
void OutputMPEGStream::setFileStem | ( | const std::string & | s | ) |
Specify a filename prefix to be used for all generated movie files.
By default, the prefix is the empty string.
Definition at line 125 of file MpegOutputStream.C.
Referenced by setConfigInfo().