File: avfilter_random.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 (13 lines) | stat: -rw-r--r-- 608 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0"?>
<!DOCTYPE kpartgui>
<effect xmlns="https://www.kdenlive.org" tag="avfilter.random" id="avfilter.random">
    <name>Random</name>
    <description>Flush video frames from internal cache of frames into a random order. No frame is discarded. Inspired by frei0r nervous filter.</description>
    <author>libavfilter</author>
    <parameter type="constant" name="av.frames" default="30" min="2" max="512" factor="1">
        <name>Number of frames in cache</name>
    </parameter>
    <parameter type="fixed" name="av.seed" default="-1">
        <name>Seed</name>
    </parameter>
</effect>