File: avfilter_stereo3D.xml

package info (click to toggle)
kdenlive 25.12.2-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 126,184 kB
  • sloc: cpp: 206,938; xml: 11,894; python: 1,139; ansic: 1,054; javascript: 578; sh: 389; makefile: 15
file content (15 lines) | stat: -rw-r--r-- 1,718 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0"?>
<!DOCTYPE kpartgui>
<effect xmlns="https://www.kdenlive.org" tag="avfilter.stereo3d" id="avfilter.stereo3d">
    <name>Stereoscopic 3D</name>
    <description>Convert between different stereoscopic image formats. </description>
    <author>libavfilter</author>
    <parameter type="list" name="av.in" default="sbsl" paramlist="sbsl;sbsr;abl;abr;irl;irr;icl;icr">
        <name>Input format</name>
        <paramlistdisplay>side by side parallel,side by side crosseye,above-below (left above),above-below (right above),interleaved rows (left top),interleaved rows (right top),interleaved columns left eye first,interleaved columns right eye first</paramlistdisplay>
    </parameter>
    <parameter type="list" name="av.out" default="arcd" paramlist="sbsl;sbsr;abl;abr;irl;irr;arbg;argg;arcg;arch;arcc;arcd;agmg;agmh;agmc;agmd;aybg;aybh;aybc;aybd;ml;mr;chl;chr;icl;icr;hdmi">
        <name>Output format</name>
        <paramlistdisplay>side by side parallel,side by side crosseye,above-below left top,above-below right top,interleaved rows (left top),interleaved rows (right top),anaglyph red/blue gray,anaglyph red/green gray,anaglyph red/cyan gray,anaglyph red/cyan half colored,anaglyph red/cyan color,anaglyph red/cyan dubois,anaglyph green/magenta gray,anaglyph green/magenta half colored,anaglyph green/magenta colored,anaglyph green/magenta dubois,anaglyph yellow/blue gray,anaglyph yellow/blue half colored,anaglyph yellow/blue colored,anaglyph yellow/blue dubois,mono output left,mono output right,checkerboard left eye first,checkerboard right eye first,interleaved columns left eye first,interleaved columns right eye first,HDMI frame pack</paramlistdisplay>
    </parameter>
</effect>