17 lines
494 B
XML
17 lines
494 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<effect id="org.olivevideoeditor.Olive.diptoblack">
|
|
<!-- Effect Name -->
|
|
<name lang="en_US">Dip to Black</name>
|
|
|
|
<!-- Effect Category -->
|
|
<category lang="en_US">Transition</category>
|
|
|
|
<!-- Effect Description -->
|
|
<description lang="en_US">
|
|
A smooth dip to transparency and back into another clip.
|
|
</description>
|
|
|
|
<!-- Qt Resource path to fragment shader -->
|
|
<fragment url=":/shaders/diptoblack.frag"/>
|
|
</effect>
|