~ubuntu-branches/debian/sid/openshot/sid

« back to all changes in this revision

Viewing changes to openshot/effects/deinterlace.xml

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Thomas
  • Date: 2010-02-17 14:07:31 UTC
  • Revision ID: james.westby@ubuntu.com-20100217140731-r2bigeai1t5h6a0s
Tags: upstream-1.1.0~alpha1
ImportĀ upstreamĀ versionĀ 1.1.0~alpha1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
 
2
<!DOCTYPE openshot-effect>
 
3
<effect>
 
4
        <title translatable="True">Deinterlace</title>
 
5
        <description translatable="True">Deinterlace Description</description>
 
6
        <icon>deinterlace.png</icon>
 
7
        <category>Video</category>
 
8
        <service>deinterlace</service>
 
9
        
 
10
        <param name="method" type="dropdown" title="Method" description="">
 
11
                <values>
 
12
                        <value name="Linear blend" num=" "/>
 
13
                        <value name="Bob" num="bob"/>
 
14
                        <value name="Weave" num="weave"/> 
 
15
                        <value name="Greedy" num="greedy"/> 
 
16
                        <value name="One Field" num="onefield"/>  
 
17
                </values>
 
18
                <default> </default>
 
19
        </param>
 
20
 
 
21
</effect>