File: avfilter_oscilloscope.xml

package info (click to toggle)
kdenlive 25.12.1-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 125,932 kB
  • sloc: cpp: 206,733; xml: 11,858; python: 1,139; ansic: 1,054; javascript: 578; sh: 389; makefile: 15
file content (60 lines) | stat: -rw-r--r-- 3,102 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<?xml version="1.0"?>
<!DOCTYPE kpartgui>
<effect xmlns="https://www.kdenlive.org" LC_NUMERIC="C" tag="avfilter.oscilloscope" id="avfilter.oscilloscope">
    <name>Oscilloscope (simple)</name>
    <description>2D video oscilloscope</description>
    <author>libavfilter maintainers</author>
    <parameter type="animated" name="av.x" default="0.5" min="0" max="%width" factor="%width">
        <name>Trace X Position</name>
       	<comment><![CDATA[X position of the trace profile]]></comment>
    </parameter>
    <parameter type="animated" name="av.y" default="0.5" min="0" max="%height" factor="%height">
        <name>Trace Y Position</name>
       	<comment><![CDATA[Y position of the trace profile]]></comment>
    </parameter>
    <parameter type="animated" name="av.s" default="0.5" min="0" max="%width" factor="%width">
        <name>Size</name>
       	<comment><![CDATA[Size/length of the trace profile in pixel]]></comment>
    </parameter>
    <parameter type="animated" name="av.t" default="0.5" min="0" max="1000" factor="1000">
        <name>Tilt</name>
       	<comment><![CDATA[Tilting of the trace profile]]></comment>
    </parameter>
    <parameter type="animated" name="av.o" default="0.5" min="0" max="1000" factor="1000">
        <name>Opacity</name>
       	<comment><![CDATA[Opacity of the scope display]]></comment>
    </parameter>
    <parameter type="animated" name="av.tx" default="0.5" min="0" max="%width" factor="%width">
        <name>Scope X Position</name>
       	<comment><![CDATA[X position of the scope display]]></comment>
    </parameter>
    <parameter type="animated" name="av.ty" default="0.9" min="0" max="%height" factor="%height">
        <name>Scope Y Position</name>
       	<comment><![CDATA[Y position of the scope display]]></comment>
    </parameter>
    <parameter type="animated" name="av.tw" default="0.8" min="0" max="%height" factor="%height">
        <name>Scope Width</name>
       	<comment><![CDATA[Width of the scope display]]></comment>
    </parameter>
    <parameter type="animated" name="av.th" default="0.3" min="0" max="%height" factor="%height">
        <name>Scope Height</name>
       	<comment><![CDATA[Height of the scope display]]></comment>
    </parameter>
    <parameter type="list" name="av.c" default="7" paramlist="0;1;2;3;4;5;6;7">
        <name>Components</name>
       	<comment><![CDATA[Select the components to be traced]]></comment>
        <paramlistdisplay>None,Y,U,YU,V,YV,UV,All</paramlistdisplay>
    </parameter>
    <parameter type="bool" name="av.g" default="1" min="0" max="1">
        <name>Draw Scope Grid</name>
    	<comment><![CDATA[Switch grid on or off]]></comment>
    </parameter>
    <parameter type="bool" name="av.st" default="1" min="0" max="1">
        <name>Print Statistics</name>
    	<comment><![CDATA[switch statistics on or off]]></comment>
    </parameter>
    <parameter type="bool" name="av.sc" default="1" min="0" max="1">
        <name>Draw Trace Profile Line</name>
    	<comment><![CDATA[Switch drawing the trace profile line on or off]]></comment>
    </parameter>
</effect>