Home
last modified time | relevance | path

Searched refs:requested_frame (Results 1 – 25 of 113) sorted by relevance

12345

/dports/multimedia/libopenshot/libopenshot-0.2.7/src/effects/
H A DCaption.cpp407 …property_json("Red", color.red.GetValue(requested_frame), "float", "", &color.red, 0, 255, false, in PropertiesJSON()
408 …perty_json("Blue", color.blue.GetValue(requested_frame), "float", "", &color.blue, 0, 255, false, in PropertiesJSON()
409 …rty_json("Green", color.green.GetValue(requested_frame), "float", "", &color.green, 0, 255, false,… in PropertiesJSON()
411 …operty_json("Red", stroke.red.GetValue(requested_frame), "float", "", &stroke.red, 0, 255, false, in PropertiesJSON()
412 …erty_json("Blue", stroke.blue.GetValue(requested_frame), "float", "", &stroke.blue, 0, 255, false,… in PropertiesJSON()
422 …y_json("Font Size", font_size.GetValue(requested_frame), "float", "", &font_size, 0, 200.0, false,… in PropertiesJSON()
423 …son("Font Alpha", font_alpha.GetValue(requested_frame), "float", "", &font_alpha, 0.0, 1.0, false,… in PropertiesJSON()
424 …n("Fade In (Seconds)", fade_in.GetValue(requested_frame), "float", "", &fade_in, 0.0, 3.0, false, in PropertiesJSON()
426 …property_json("Left Size", left.GetValue(requested_frame), "float", "", &left, 0.0, 0.5, false, re… in PropertiesJSON()
427 …dd_property_json("Top Size", top.GetValue(requested_frame), "float", "", &top, 0.0, 1.0, false, re… in PropertiesJSON()
[all …]
H A DBars.cpp178 std::string Bars::PropertiesJSON(int64_t requested_frame) const { in PropertiesJSON()
182 root["id"] = add_property_json("ID", 0.0, "string", Id(), NULL, -1, -1, true, requested_frame); in PropertiesJSON()
184 …root["layer"] = add_property_json("Track", Layer(), "int", "", NULL, 0, 20, false, requested_frame in PropertiesJSON()
186 …"] = add_property_json("End", End(), "float", "", NULL, 0, 1000 * 60 * 30, false, requested_frame); in PropertiesJSON()
191 …property_json("Red", color.red.GetValue(requested_frame), "float", "", &color.red, 0, 255, false, in PropertiesJSON()
192 …perty_json("Blue", color.blue.GetValue(requested_frame), "float", "", &color.blue, 0, 255, false, in PropertiesJSON()
193 …rty_json("Green", color.green.GetValue(requested_frame), "float", "", &color.green, 0, 255, false,… in PropertiesJSON()
194 …property_json("Left Size", left.GetValue(requested_frame), "float", "", &left, 0.0, 0.5, false, re… in PropertiesJSON()
195 …dd_property_json("Top Size", top.GetValue(requested_frame), "float", "", &top, 0.0, 0.5, false, re… in PropertiesJSON()
196 …operty_json("Right Size", right.GetValue(requested_frame), "float", "", &right, 0.0, 0.5, false, r… in PropertiesJSON()
[all …]
H A DChromaKey.cpp161 std::string ChromaKey::PropertiesJSON(int64_t requested_frame) const { in PropertiesJSON()
165 root["id"] = add_property_json("ID", 0.0, "string", Id(), NULL, -1, -1, true, requested_frame); in PropertiesJSON()
167 …root["layer"] = add_property_json("Track", Layer(), "int", "", NULL, 0, 20, false, requested_frame in PropertiesJSON()
168 …d_property_json("Start", Start(), "float", "", NULL, 0, 30 * 60 * 60 * 48, false, requested_frame); in PropertiesJSON()
169 …= add_property_json("End", End(), "float", "", NULL, 0, 30 * 60 * 60 * 48, false, requested_frame); in PropertiesJSON()
170 …perty_json("Duration", Duration(), "float", "", NULL, 0, 30 * 60 * 60 * 48, true, requested_frame); in PropertiesJSON()
173 …r"] = add_property_json("Key Color", 0.0, "color", "", &color.red, 0, 255, false, requested_frame); in PropertiesJSON()
174 …property_json("Red", color.red.GetValue(requested_frame), "float", "", &color.red, 0, 255, false, in PropertiesJSON()
175 …perty_json("Blue", color.blue.GetValue(requested_frame), "float", "", &color.blue, 0, 255, false, in PropertiesJSON()
176 …rty_json("Green", color.green.GetValue(requested_frame), "float", "", &color.green, 0, 255, false,… in PropertiesJSON()
[all …]
H A DWave.cpp172 std::string Wave::PropertiesJSON(int64_t requested_frame) const { in PropertiesJSON()
176 root["id"] = add_property_json("ID", 0.0, "string", Id(), NULL, -1, -1, true, requested_frame); in PropertiesJSON()
178 …root["layer"] = add_property_json("Track", Layer(), "int", "", NULL, 0, 20, false, requested_frame in PropertiesJSON()
179 … add_property_json("Start", Start(), "float", "", NULL, 0, 1000 * 60 * 30, false, requested_frame); in PropertiesJSON()
180 …"] = add_property_json("End", End(), "float", "", NULL, 0, 1000 * 60 * 30, false, requested_frame); in PropertiesJSON()
181 …property_json("Duration", Duration(), "float", "", NULL, 0, 1000 * 60 * 30, true, requested_frame); in PropertiesJSON()
184 …on("Wave length", wavelength.GetValue(requested_frame), "float", "", &wavelength, 0.0, 3.0, false,… in PropertiesJSON()
185 …y_json("Amplitude", amplitude.GetValue(requested_frame), "float", "", &amplitude, 0.0, 5.0, false,… in PropertiesJSON()
186 …son("Multiplier", multiplier.GetValue(requested_frame), "float", "", &multiplier, 0.0, 10.0, false… in PropertiesJSON()
187 …erty_json("X Shift", shift_x.GetValue(requested_frame), "float", "", &shift_x, 0.0, 1000.0, false,… in PropertiesJSON()
[all …]
H A DPixelate.cpp169 std::string Pixelate::PropertiesJSON(int64_t requested_frame) const { in PropertiesJSON()
173 root["id"] = add_property_json("ID", 0.0, "string", Id(), NULL, -1, -1, true, requested_frame); in PropertiesJSON()
175 …root["layer"] = add_property_json("Track", Layer(), "int", "", NULL, 0, 20, false, requested_frame in PropertiesJSON()
176 … add_property_json("Start", Start(), "float", "", NULL, 0, 1000 * 60 * 30, false, requested_frame); in PropertiesJSON()
177 …"] = add_property_json("End", End(), "float", "", NULL, 0, 1000 * 60 * 30, false, requested_frame); in PropertiesJSON()
178 …property_json("Duration", Duration(), "float", "", NULL, 0, 1000 * 60 * 30, true, requested_frame); in PropertiesJSON()
181 …ixelization", pixelization.GetValue(requested_frame), "float", "", &pixelization, 0.0, 0.9999, fal… in PropertiesJSON()
182 …operty_json("Left Margin", left.GetValue(requested_frame), "float", "", &left, 0.0, 1.0, false, re… in PropertiesJSON()
183 …_property_json("Top Margin", top.GetValue(requested_frame), "float", "", &top, 0.0, 1.0, false, re… in PropertiesJSON()
184 …erty_json("Right Margin", right.GetValue(requested_frame), "float", "", &right, 0.0, 1.0, false, r… in PropertiesJSON()
[all …]
H A DCrop.cpp213 std::string Crop::PropertiesJSON(int64_t requested_frame) const { in PropertiesJSON()
217 root["id"] = add_property_json("ID", 0.0, "string", Id(), NULL, -1, -1, true, requested_frame); in PropertiesJSON()
219 …root["layer"] = add_property_json("Track", Layer(), "int", "", NULL, 0, 20, false, requested_frame in PropertiesJSON()
220 … add_property_json("Start", Start(), "float", "", NULL, 0, 1000 * 60 * 30, false, requested_frame); in PropertiesJSON()
221 …"] = add_property_json("End", End(), "float", "", NULL, 0, 1000 * 60 * 30, false, requested_frame); in PropertiesJSON()
225 …property_json("Left Size", left.GetValue(requested_frame), "float", "", &left, 0.0, 1.0, false, re… in PropertiesJSON()
226 …dd_property_json("Top Size", top.GetValue(requested_frame), "float", "", &top, 0.0, 1.0, false, re… in PropertiesJSON()
227 …operty_json("Right Size", right.GetValue(requested_frame), "float", "", &right, 0.0, 1.0, false, r… in PropertiesJSON()
228 …rty_json("Bottom Size", bottom.GetValue(requested_frame), "float", "", &bottom, 0.0, 1.0, false, r… in PropertiesJSON()
229 … add_property_json("X Offset", x.GetValue(requested_frame), "float", "", &x, -1.0, 1.0, false, req… in PropertiesJSON()
[all …]
H A DColorShift.cpp264 std::string ColorShift::PropertiesJSON(int64_t requested_frame) const { in PropertiesJSON()
268 root["id"] = add_property_json("ID", 0.0, "string", Id(), NULL, -1, -1, true, requested_frame); in PropertiesJSON()
270 …root["layer"] = add_property_json("Track", Layer(), "int", "", NULL, 0, 20, false, requested_frame in PropertiesJSON()
276 …operty_json("Red X Shift", red_x.GetValue(requested_frame), "float", "", &red_x, -1, 1, false, req… in PropertiesJSON()
277 …operty_json("Red Y Shift", red_y.GetValue(requested_frame), "float", "", &red_y, -1, 1, false, req… in PropertiesJSON()
278 …y_json("Green X Shift", green_x.GetValue(requested_frame), "float", "", &green_x, -1, 1, false, re… in PropertiesJSON()
279 …y_json("Green Y Shift", green_y.GetValue(requested_frame), "float", "", &green_y, -1, 1, false, re… in PropertiesJSON()
280 …erty_json("Blue X Shift", blue_x.GetValue(requested_frame), "float", "", &blue_x, -1, 1, false, re… in PropertiesJSON()
281 …erty_json("Blue Y Shift", blue_y.GetValue(requested_frame), "float", "", &blue_y, -1, 1, false, re… in PropertiesJSON()
282 …y_json("Alpha X Shift", alpha_x.GetValue(requested_frame), "float", "", &alpha_x, -1, 1, false, re… in PropertiesJSON()
[all …]
H A DBrightness.cpp151 std::string Brightness::PropertiesJSON(int64_t requested_frame) const { in PropertiesJSON()
155 root["id"] = add_property_json("ID", 0.0, "string", Id(), NULL, -1, -1, true, requested_frame); in PropertiesJSON()
156 …erty_json("Position", Position(), "float", "", NULL, 0, 30 * 60 * 60 * 48, false, requested_frame); in PropertiesJSON()
157 …root["layer"] = add_property_json("Track", Layer(), "int", "", NULL, 0, 20, false, requested_frame in PropertiesJSON()
158 …d_property_json("Start", Start(), "float", "", NULL, 0, 30 * 60 * 60 * 48, false, requested_frame); in PropertiesJSON()
159 …= add_property_json("End", End(), "float", "", NULL, 0, 30 * 60 * 60 * 48, false, requested_frame); in PropertiesJSON()
160 …perty_json("Duration", Duration(), "float", "", NULL, 0, 30 * 60 * 60 * 48, true, requested_frame); in PropertiesJSON()
163 …son("Brightness", brightness.GetValue(requested_frame), "float", "", &brightness, -1.0, 1.0, false… in PropertiesJSON()
164 …ty_json("Contrast", contrast.GetValue(requested_frame), "float", "", &contrast, 0.0, 100.0, false,… in PropertiesJSON()
167 …roperty_json("Parent", 0.0, "string", info.parent_effect_id, NULL, -1, -1, false, requested_frame); in PropertiesJSON()
H A DSaturation.cpp221 std::string Saturation::PropertiesJSON(int64_t requested_frame) const { in PropertiesJSON()
225 root["id"] = add_property_json("ID", 0.0, "string", Id(), NULL, -1, -1, true, requested_frame); in PropertiesJSON()
226 …erty_json("Position", Position(), "float", "", NULL, 0, 30 * 60 * 60 * 48, false, requested_frame); in PropertiesJSON()
227 …root["layer"] = add_property_json("Track", Layer(), "int", "", NULL, 0, 20, false, requested_frame in PropertiesJSON()
228 …d_property_json("Start", Start(), "float", "", NULL, 0, 30 * 60 * 60 * 48, false, requested_frame); in PropertiesJSON()
229 …= add_property_json("End", End(), "float", "", NULL, 0, 30 * 60 * 60 * 48, false, requested_frame); in PropertiesJSON()
230 …perty_json("Duration", Duration(), "float", "", NULL, 0, 30 * 60 * 60 * 48, true, requested_frame); in PropertiesJSON()
233 …son("Saturation", saturation.GetValue(requested_frame), "float", "", &saturation, 0.0, 4.0, false,… in PropertiesJSON()
234 …ration (Red)", saturation_R.GetValue(requested_frame), "float", "", &saturation_R, 0.0, 4.0, false… in PropertiesJSON()
235 …tion (Green)", saturation_G.GetValue(requested_frame), "float", "", &saturation_G, 0.0, 4.0, false… in PropertiesJSON()
[all …]
H A DMask.cpp271 std::string Mask::PropertiesJSON(int64_t requested_frame) const { in PropertiesJSON()
275 root["id"] = add_property_json("ID", 0.0, "string", Id(), NULL, -1, -1, true, requested_frame); in PropertiesJSON()
277 …root["layer"] = add_property_json("Track", Layer(), "int", "", NULL, 0, 20, false, requested_frame in PropertiesJSON()
278 …d_property_json("Start", Start(), "float", "", NULL, 0, 30 * 60 * 60 * 48, false, requested_frame); in PropertiesJSON()
279 …= add_property_json("End", End(), "float", "", NULL, 0, 30 * 60 * 60 * 48, false, requested_frame); in PropertiesJSON()
280 …perty_json("Duration", Duration(), "float", "", NULL, 0, 30 * 60 * 60 * 48, true, requested_frame); in PropertiesJSON()
281 …= add_property_json("Replace Image", replace_image, "int", "", NULL, 0, 1, false, requested_frame); in PropertiesJSON()
288 …son("Brightness", brightness.GetValue(requested_frame), "float", "", &brightness, -1.0, 1.0, false… in PropertiesJSON()
289 …perty_json("Contrast", contrast.GetValue(requested_frame), "float", "", &contrast, 0, 20, false, r… in PropertiesJSON()
292 …] = add_property_json("Source", 0.0, "reader", reader->Json(), NULL, 0, 1, false, requested_frame); in PropertiesJSON()
[all …]
H A DBlur.cpp229 std::string Blur::PropertiesJSON(int64_t requested_frame) const { in PropertiesJSON()
233 root["id"] = add_property_json("ID", 0.0, "string", Id(), NULL, -1, -1, true, requested_frame); in PropertiesJSON()
234 …roperty_json("Position", Position(), "float", "", NULL, 0, 1000 * 60 * 30, false, requested_frame); in PropertiesJSON()
235 …root["layer"] = add_property_json("Track", Layer(), "int", "", NULL, 0, 20, false, requested_frame in PropertiesJSON()
236 … add_property_json("Start", Start(), "float", "", NULL, 0, 1000 * 60 * 30, false, requested_frame); in PropertiesJSON()
237 …"] = add_property_json("End", End(), "float", "", NULL, 0, 1000 * 60 * 30, false, requested_frame); in PropertiesJSON()
238 …property_json("Duration", Duration(), "float", "", NULL, 0, 1000 * 60 * 30, true, requested_frame); in PropertiesJSON()
241 …Radius", horizontal_radius.GetValue(requested_frame), "float", "", &horizontal_radius, 0, 100, fal… in PropertiesJSON()
242 …al Radius", vertical_radius.GetValue(requested_frame), "float", "", &vertical_radius, 0, 100, fals… in PropertiesJSON()
243 …add_property_json("Sigma", sigma.GetValue(requested_frame), "float", "", &sigma, 0, 100, false, re… in PropertiesJSON()
[all …]
H A DNegate.cpp105 std::string Negate::PropertiesJSON(int64_t requested_frame) const { in PropertiesJSON()
109 root["id"] = add_property_json("ID", 0.0, "string", Id(), NULL, -1, -1, true, requested_frame); in PropertiesJSON()
110 …erty_json("Position", Position(), "float", "", NULL, 0, 30 * 60 * 60 * 48, false, requested_frame); in PropertiesJSON()
111 …root["layer"] = add_property_json("Track", Layer(), "int", "", NULL, 0, 20, false, requested_frame in PropertiesJSON()
112 …d_property_json("Start", Start(), "float", "", NULL, 0, 30 * 60 * 60 * 48, false, requested_frame); in PropertiesJSON()
113 …= add_property_json("End", End(), "float", "", NULL, 0, 30 * 60 * 60 * 48, false, requested_frame); in PropertiesJSON()
114 …perty_json("Duration", Duration(), "float", "", NULL, 0, 30 * 60 * 60 * 48, true, requested_frame); in PropertiesJSON()
117 …roperty_json("Parent", 0.0, "string", info.parent_effect_id, NULL, -1, -1, false, requested_frame); in PropertiesJSON()
H A DHue.cpp153 std::string Hue::PropertiesJSON(int64_t requested_frame) const { in PropertiesJSON()
157 root["id"] = add_property_json("ID", 0.0, "string", Id(), NULL, -1, -1, true, requested_frame); in PropertiesJSON()
158 …roperty_json("Position", Position(), "float", "", NULL, 0, 1000 * 60 * 30, false, requested_frame); in PropertiesJSON()
159 …root["layer"] = add_property_json("Track", Layer(), "int", "", NULL, 0, 20, false, requested_frame in PropertiesJSON()
160 … add_property_json("Start", Start(), "float", "", NULL, 0, 1000 * 60 * 30, false, requested_frame); in PropertiesJSON()
161 …"] = add_property_json("End", End(), "float", "", NULL, 0, 1000 * 60 * 30, false, requested_frame); in PropertiesJSON()
162 …property_json("Duration", Duration(), "float", "", NULL, 0, 1000 * 60 * 30, true, requested_frame); in PropertiesJSON()
165 …] = add_property_json("Hue", hue.GetValue(requested_frame), "float", "", &hue, 0.0, 1.0, false, re… in PropertiesJSON()
168 …roperty_json("Parent", 0.0, "string", info.parent_effect_id, NULL, -1, -1, false, requested_frame); in PropertiesJSON()
H A DShift.cpp187 std::string Shift::PropertiesJSON(int64_t requested_frame) const { in PropertiesJSON()
191 root["id"] = add_property_json("ID", 0.0, "string", Id(), NULL, -1, -1, true, requested_frame); in PropertiesJSON()
192 …roperty_json("Position", Position(), "float", "", NULL, 0, 1000 * 60 * 30, false, requested_frame); in PropertiesJSON()
193 …root["layer"] = add_property_json("Track", Layer(), "int", "", NULL, 0, 20, false, requested_frame in PropertiesJSON()
194 … add_property_json("Start", Start(), "float", "", NULL, 0, 1000 * 60 * 30, false, requested_frame); in PropertiesJSON()
195 …"] = add_property_json("End", End(), "float", "", NULL, 0, 1000 * 60 * 30, false, requested_frame); in PropertiesJSON()
196 …property_json("Duration", Duration(), "float", "", NULL, 0, 1000 * 60 * 30, true, requested_frame); in PropertiesJSON()
199 …] = add_property_json("X Shift", x.GetValue(requested_frame), "float", "", &x, -1, 1, false, reque… in PropertiesJSON()
200 …] = add_property_json("Y Shift", y.GetValue(requested_frame), "float", "", &y, -1, 1, false, reque… in PropertiesJSON()
203 …roperty_json("Parent", 0.0, "string", info.parent_effect_id, NULL, -1, -1, false, requested_frame); in PropertiesJSON()
H A DDeinterlace.cpp149 std::string Deinterlace::PropertiesJSON(int64_t requested_frame) const { in PropertiesJSON()
153 root["id"] = add_property_json("ID", 0.0, "string", Id(), NULL, -1, -1, true, requested_frame); in PropertiesJSON()
154 …erty_json("Position", Position(), "float", "", NULL, 0, 30 * 60 * 60 * 48, false, requested_frame); in PropertiesJSON()
155 …root["layer"] = add_property_json("Track", Layer(), "int", "", NULL, 0, 20, false, requested_frame in PropertiesJSON()
156 …d_property_json("Start", Start(), "float", "", NULL, 0, 30 * 60 * 60 * 48, false, requested_frame); in PropertiesJSON()
157 …= add_property_json("End", End(), "float", "", NULL, 0, 30 * 60 * 60 * 48, false, requested_frame); in PropertiesJSON()
158 …perty_json("Duration", Duration(), "float", "", NULL, 0, 30 * 60 * 60 * 48, true, requested_frame); in PropertiesJSON()
159 …"isOdd"] = add_property_json("Is Odd Frame", isOdd, "bool", "", NULL, 0, 1, true, requested_frame); in PropertiesJSON()
166 …roperty_json("Parent", 0.0, "string", info.parent_effect_id, NULL, -1, -1, false, requested_frame); in PropertiesJSON()
H A DStabilizer.cpp229 std::string Stabilizer::PropertiesJSON(int64_t requested_frame) const { in PropertiesJSON()
233 root["id"] = add_property_json("ID", 0.0, "string", Id(), NULL, -1, -1, true, requested_frame); in PropertiesJSON()
234 …roperty_json("Position", Position(), "float", "", NULL, 0, 1000 * 60 * 30, false, requested_frame); in PropertiesJSON()
235 …root["layer"] = add_property_json("Track", Layer(), "int", "", NULL, 0, 20, false, requested_frame in PropertiesJSON()
236 … add_property_json("Start", Start(), "float", "", NULL, 0, 1000 * 60 * 30, false, requested_frame); in PropertiesJSON()
237 …"] = add_property_json("End", End(), "float", "", NULL, 0, 1000 * 60 * 30, false, requested_frame); in PropertiesJSON()
238 …property_json("Duration", Duration(), "float", "", NULL, 0, 1000 * 60 * 30, true, requested_frame); in PropertiesJSON()
240 … add_property_json("Zoom", zoom.GetValue(requested_frame), "float", "", &zoom, 0.0, 2.0, false, re… in PropertiesJSON()
243 …roperty_json("Parent", 0.0, "string", info.parent_effect_id, NULL, -1, -1, false, requested_frame); in PropertiesJSON()
/dports/multimedia/libopenshot/libopenshot-0.2.7/src/
H A DTrackedObjectBBox.cpp443 BBox box = GetBox(requested_frame); in PropertiesJSON()
458 …Displacement X-axis", delta_x.GetValue(requested_frame), "float", "", &delta_x, -1.0, 1.0, false, in PropertiesJSON()
459 …Displacement Y-axis", delta_y.GetValue(requested_frame), "float", "", &delta_y, -1.0, 1.0, false, in PropertiesJSON()
460 …_json("Scale (Width)", scale_x.GetValue(requested_frame), "float", "", &scale_x, 0.0, 1.0, false, in PropertiesJSON()
461 …json("Scale (Height)", scale_y.GetValue(requested_frame), "float", "", &scale_y, 0.0, 1.0, false, in PropertiesJSON()
462 …erty_json("Rotation", rotation.GetValue(requested_frame), "float", "", &rotation, 0, 360, false, r… in PropertiesJSON()
463 …_property_json("Visible", visible.GetValue(requested_frame), "int", "", &visible, 0, 1, false, req… in PropertiesJSON()
465 …perty_json("Draw Box", draw_box.GetValue(requested_frame), "int", "", &draw_box, -1, 1.0, false, r… in PropertiesJSON()
470 …operty_json("Red", stroke.red.GetValue(requested_frame), "float", "", &stroke.red, 0, 255, false, in PropertiesJSON()
471 …erty_json("Blue", stroke.blue.GetValue(requested_frame), "float", "", &stroke.blue, 0, 255, false,… in PropertiesJSON()
[all …]
H A DClip.cpp838 …perty_json("Shear X", shear_x.GetValue(requested_frame), "float", "", &shear_x, -1.0, 1.0, false, in PropertiesJSON()
839 …perty_json("Shear Y", shear_y.GetValue(requested_frame), "float", "", &shear_y, -1.0, 1.0, false, in PropertiesJSON()
872 …operty_json("Scale X", scale_x.GetValue(requested_frame), "float", "", &scale_x, 0.0, 1.0, false, in PropertiesJSON()
873 …operty_json("Scale Y", scale_y.GetValue(requested_frame), "float", "", &scale_y, 0.0, 1.0, false, in PropertiesJSON()
875 …perty_json("Shear X", shear_x.GetValue(requested_frame), "float", "", &shear_x, -1.0, 1.0, false, in PropertiesJSON()
876 …perty_json("Shear Y", shear_y.GetValue(requested_frame), "float", "", &shear_y, -1.0, 1.0, false, in PropertiesJSON()
880 …dd_property_json("Alpha", alpha.GetValue(requested_frame), "float", "", &alpha, 0.0, 1.0, false, r… in PropertiesJSON()
881 …rty_json("Origin X", origin_x.GetValue(requested_frame), "float", "", &origin_x, 0.0, 1.0, false, in PropertiesJSON()
882 …rty_json("Origin Y", origin_y.GetValue(requested_frame), "float", "", &origin_y, 0.0, 1.0, false, in PropertiesJSON()
883 …property_json("Volume", volume.GetValue(requested_frame), "float", "", &volume, 0.0, 1.0, false, r… in PropertiesJSON()
[all …]
H A DFFmpegReader.cpp821 if (requested_frame < 1)
822 requested_frame = 1;
824 requested_frame = info.video_length;
1675 if (requested_frame < 1)
1676 requested_frame = 1;
1678 requested_frame = info.video_length;
1799 seeking_frame = requested_frame;
2077 ++checked_frames[requested_frame];
2091 if (checked_frames[requested_frame] > 8 && !missing_video_frames.count(requested_frame) &&
2092 …!processing_audio_frames.count(requested_frame) && processed_audio_frames.count(requested_frame) &&
[all …]
/dports/multimedia/libopenshot/libopenshot-0.2.7/src/audio_effects/
H A DCompressor.cpp204 std::string Compressor::PropertiesJSON(int64_t requested_frame) const { in PropertiesJSON()
208 root["id"] = add_property_json("ID", 0.0, "string", Id(), NULL, -1, -1, true, requested_frame); in PropertiesJSON()
209 …root["layer"] = add_property_json("Track", Layer(), "int", "", NULL, 0, 20, false, requested_frame in PropertiesJSON()
210 … add_property_json("Start", Start(), "float", "", NULL, 0, 1000 * 60 * 30, false, requested_frame); in PropertiesJSON()
211 …"] = add_property_json("End", End(), "float", "", NULL, 0, 1000 * 60 * 30, false, requested_frame); in PropertiesJSON()
215 …on("Threshold (dB)", threshold.GetValue(requested_frame), "float", "", &threshold, -60, 0, false, in PropertiesJSON()
216 …add_property_json("Ratio", ratio.GetValue(requested_frame), "float", "", &ratio, 1, 100, false, re… in PropertiesJSON()
217 …rty_json("Attack (ms)", attack.GetValue(requested_frame), "float", "", &attack, 0.1, 100, false, r… in PropertiesJSON()
218 …y_json("Release (ms)", release.GetValue(requested_frame), "float", "", &release, 10, 1000, false, in PropertiesJSON()
219 …keup gain (dB)", makeup_gain.GetValue(requested_frame), "float", "", &makeup_gain, -12, 12, false,… in PropertiesJSON()
[all …]
H A DExpander.cpp208 std::string Expander::PropertiesJSON(int64_t requested_frame) const { in PropertiesJSON()
212 root["id"] = add_property_json("ID", 0.0, "string", Id(), NULL, -1, -1, true, requested_frame); in PropertiesJSON()
213 …root["layer"] = add_property_json("Track", Layer(), "int", "", NULL, 0, 20, false, requested_frame in PropertiesJSON()
214 … add_property_json("Start", Start(), "float", "", NULL, 0, 1000 * 60 * 30, false, requested_frame); in PropertiesJSON()
215 …"] = add_property_json("End", End(), "float", "", NULL, 0, 1000 * 60 * 30, false, requested_frame); in PropertiesJSON()
219 …on("Threshold (dB)", threshold.GetValue(requested_frame), "float", "", &threshold, -60, 0, false, in PropertiesJSON()
220 …add_property_json("Ratio", ratio.GetValue(requested_frame), "float", "", &ratio, 1, 100, false, re… in PropertiesJSON()
221 …rty_json("Attack (ms)", attack.GetValue(requested_frame), "float", "", &attack, 0.1, 100, false, r… in PropertiesJSON()
222 …y_json("Release (ms)", release.GetValue(requested_frame), "float", "", &release, 10, 1000, false, in PropertiesJSON()
223 …keup gain (dB)", makeup_gain.GetValue(requested_frame), "float", "", &makeup_gain, -12, 12, false,… in PropertiesJSON()
[all …]
H A DEcho.cpp183 std::string Echo::PropertiesJSON(int64_t requested_frame) const { in PropertiesJSON()
187 root["id"] = add_property_json("ID", 0.0, "string", Id(), NULL, -1, -1, true, requested_frame); in PropertiesJSON()
188 …root["layer"] = add_property_json("Track", Layer(), "int", "", NULL, 0, 20, false, requested_frame in PropertiesJSON()
189 … add_property_json("Start", Start(), "float", "", NULL, 0, 1000 * 60 * 30, false, requested_frame); in PropertiesJSON()
190 …"] = add_property_json("End", End(), "float", "", NULL, 0, 1000 * 60 * 30, false, requested_frame); in PropertiesJSON()
191 …property_json("Duration", Duration(), "float", "", NULL, 0, 1000 * 60 * 30, true, requested_frame); in PropertiesJSON()
194 …property_json("Time", echo_time.GetValue(requested_frame), "float", "", &echo_time, 0, 5, false, r… in PropertiesJSON()
195 …perty_json("Feedback", feedback.GetValue(requested_frame), "float", "", &feedback, 0, 1, false, re… in PropertiesJSON()
196 …x"] = add_property_json("Mix", mix.GetValue(requested_frame), "float", "", &mix, 0, 1, false, requ… in PropertiesJSON()
H A DDistortion.cpp236 std::string Distortion::PropertiesJSON(int64_t requested_frame) const { in PropertiesJSON()
240 root["id"] = add_property_json("ID", 0.0, "string", Id(), NULL, -1, -1, true, requested_frame); in PropertiesJSON()
241 …root["layer"] = add_property_json("Track", Layer(), "int", "", NULL, 0, 20, false, requested_frame in PropertiesJSON()
242 … add_property_json("Start", Start(), "float", "", NULL, 0, 1000 * 60 * 30, false, requested_frame); in PropertiesJSON()
243 …"] = add_property_json("End", End(), "float", "", NULL, 0, 1000 * 60 * 30, false, requested_frame); in PropertiesJSON()
244 …property_json("Duration", Duration(), "float", "", NULL, 0, 1000 * 60 * 30, true, requested_frame); in PropertiesJSON()
247 …d_property_json("Distortion Type", distortion_type, "int", "", NULL, 0, 3, false, requested_frame); in PropertiesJSON()
248 …("Input Gain (dB)", input_gain.GetValue(requested_frame), "int", "", &input_gain, -24, 24, false, in PropertiesJSON()
249 …utput Gain (dB)", output_gain.GetValue(requested_frame), "int", "", &output_gain, -24, 24, false, in PropertiesJSON()
250 …d_property_json("Tone (dB)", tone.GetValue(requested_frame), "int", "", &tone, -24, 24, false, req… in PropertiesJSON()
H A DNoise.cpp134 std::string Noise::PropertiesJSON(int64_t requested_frame) const { in PropertiesJSON()
138 root["id"] = add_property_json("ID", 0.0, "string", Id(), NULL, -1, -1, true, requested_frame); in PropertiesJSON()
139 …root["layer"] = add_property_json("Track", Layer(), "int", "", NULL, 0, 20, false, requested_frame in PropertiesJSON()
140 … add_property_json("Start", Start(), "float", "", NULL, 0, 1000 * 60 * 30, false, requested_frame); in PropertiesJSON()
141 …"] = add_property_json("End", End(), "float", "", NULL, 0, 1000 * 60 * 30, false, requested_frame); in PropertiesJSON()
142 …property_json("Duration", Duration(), "float", "", NULL, 0, 1000 * 60 * 30, true, requested_frame); in PropertiesJSON()
145 … add_property_json("Level", level.GetValue(requested_frame), "int", "", &level, 0, 100, false, req… in PropertiesJSON()
H A DParametricEQ.cpp254 std::string ParametricEQ::PropertiesJSON(int64_t requested_frame) const { in PropertiesJSON()
258 root["id"] = add_property_json("ID", 0.0, "string", Id(), NULL, -1, -1, true, requested_frame); in PropertiesJSON()
259 …root["layer"] = add_property_json("Track", Layer(), "int", "", NULL, 0, 20, false, requested_frame in PropertiesJSON()
260 … add_property_json("Start", Start(), "float", "", NULL, 0, 1000 * 60 * 30, false, requested_frame); in PropertiesJSON()
261 …"] = add_property_json("End", End(), "float", "", NULL, 0, 1000 * 60 * 30, false, requested_frame); in PropertiesJSON()
262 …property_json("Duration", Duration(), "float", "", NULL, 0, 1000 * 60 * 30, true, requested_frame); in PropertiesJSON()
265 …e"] = add_property_json("Filter Type", filter_type, "int", "", NULL, 0, 3, false, requested_frame); in PropertiesJSON()
266 …n("Frequency (Hz)", frequency.GetValue(requested_frame), "int", "", &frequency, 20, 20000, false, in PropertiesJSON()
267 …d_property_json("Gain (dB)", gain.GetValue(requested_frame), "int", "", &gain, -24, 24, false, req… in PropertiesJSON()
268 …perty_json("Q Factor", q_factor.GetValue(requested_frame), "float", "", &q_factor, 0, 20, false, r… in PropertiesJSON()

12345