OpenShot Library | libopenshot
0.3.3
|
This is the complete list of members for openshot::FFmpegWriter, including all inherited members.
Close() | openshot::FFmpegWriter | |
CopyReaderInfo(openshot::ReaderBase *reader) | openshot::WriterBase | |
DisplayInfo(std::ostream *out=&std::cout) | openshot::WriterBase | |
FFmpegWriter(const std::string &path) | openshot::FFmpegWriter | |
info | openshot::WriterBase | |
IsOpen() | openshot::FFmpegWriter | inlinevirtual |
IsValidCodec(std::string codec_name) | openshot::FFmpegWriter | static |
Json() const | openshot::WriterBase | |
JsonValue() const | openshot::WriterBase | |
Open() | openshot::FFmpegWriter | virtual |
OutputStreamInfo() | openshot::FFmpegWriter | |
PrepareStreams() | openshot::FFmpegWriter | |
RemoveScalers() | openshot::FFmpegWriter | |
ResampleAudio(int sample_rate, int channels) | openshot::FFmpegWriter | |
SetAudioOptions(bool has_audio, std::string codec, int sample_rate, int channels, openshot::ChannelLayout channel_layout, int bit_rate) | openshot::FFmpegWriter | |
SetAudioOptions(std::string codec, int sample_rate, int bit_rate) | openshot::FFmpegWriter | |
SetJson(const std::string value) | openshot::WriterBase | |
SetJsonValue(const Json::Value root) | openshot::WriterBase | |
SetOption(openshot::StreamType stream, std::string name, std::string value) | openshot::FFmpegWriter | |
SetVideoOptions(bool has_video, std::string codec, openshot::Fraction fps, int width, int height, openshot::Fraction pixel_ratio, bool interlaced, bool top_field_first, int bit_rate) | openshot::FFmpegWriter | |
SetVideoOptions(std::string codec, int width, int height, openshot::Fraction fps, int bit_rate) | openshot::FFmpegWriter | |
WriteFrame(std::shared_ptr< openshot::Frame > frame) | openshot::FFmpegWriter | virtual |
WriteFrame(openshot::ReaderBase *reader, int64_t start, int64_t length) | openshot::FFmpegWriter | virtual |
WriteHeader() | openshot::FFmpegWriter | |
WriterBase() | openshot::WriterBase | |
WriteTrailer() | openshot::FFmpegWriter | |
~WriterBase()=default | openshot::WriterBase | virtual |