MCPcopy Create free account
hub / github.com/OpenShot/libopenshot / ImageWriter

Method ImageWriter

src/ImageWriter.cpp:27–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25using namespace openshot;
26
27ImageWriter::ImageWriter(std::string path) :
28 path(path), cache_size(8), write_video_count(0), image_quality(75), number_of_loops(1),
29 combine_frames(true), is_open(false)
30{
31 info.has_audio = false;
32 info.has_video = true;
33}
34
35// Set video export options
36void ImageWriter::SetVideoOptions(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected