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

Method init_effect_details

src/effects/AnalogTape.cpp:37–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37void AnalogTape::init_effect_details() {
38 InitEffectInfo();
39 info.class_name = "AnalogTape";
40 info.name = "Analog Tape";
41 info.description = "Vintage home video wobble, bleed, and grain.";
42 info.has_video = true;
43 info.has_audio = false;
44}
45
46static inline float lerp(float a, float b, float t) { return a + (b - a) * t; }
47

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected