File: audiolevel.xml

package info (click to toggle)
kdenlive 25.12.0-1
  • links: PTS
  • area: main
  • in suites: forky
  • size: 125,912 kB
  • sloc: cpp: 206,648; xml: 11,857; python: 1,139; ansic: 1,054; javascript: 578; sh: 389; makefile: 15
file content (10 lines) | stat: -rw-r--r-- 416 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0"?>
<!DOCTYPE kpartgui>
<effect xmlns="https://www.kdenlive.org" tag="audiolevel" id="audiolevel" type="hidden">
    <name>Audio levels</name>
    <description>Compute the audio amplitude.</description>
    <author>Dan Dennedy, Marco Gittler, and Steve Harris</author>
    <parameter type="bool" name="iec_scale" default="1">
        <name>Use IEC 60268-18 Scale </name>
    </parameter>
</effect>