File: avfilter_bwdif.xml

package info (click to toggle)
kdenlive 25.12.1-1
  • links: PTS
  • area: main
  • in suites: forky
  • 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 (19 lines) | stat: -rw-r--r-- 945 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
<?xml version="1.0"?>
<!DOCTYPE kpartgui>
<effect xmlns="https://www.kdenlive.org" tag="avfilter.bwdif" id="avfilter.bwdif">
    <name>Bob Weaver Deinterlacer</name>
    <description>Motion adaptive deinterlacing based on yadif with the use of w3fdif and cubic interpolation algorithms. </description>
    <author>libavfilter</author>
    <parameter type="list" name="av.mode" default="1" paramlist="0;1">
        <name>Mode</name>
        <paramlistdisplay>Send frame,Send field</paramlistdisplay>
    </parameter>
    <parameter type="list" name="av.parity" default="-1" paramlist="0;1;-1">
        <name>Parity</name>
        <paramlistdisplay>Top field first,Bottomfield first,Auto</paramlistdisplay>
    </parameter>
    <parameter type="list" name="av.deint" default="0" paramlist="0;1">
        <name>Deinterlace</name>
        <paramlistdisplay>Deint all frames,Deint interlaced frames only</paramlistdisplay>
    </parameter>
</effect>