progress on ffmpeg fitlers

This commit is contained in:
itsmattkc
2018-08-16 20:32:16 +10:00
parent efa628e88f
commit 90b803b0b0
5 changed files with 30 additions and 4 deletions
+2
View File
@@ -9,6 +9,8 @@
#include <QXmlStreamAttributes>
InvertEffect::InvertEffect(Clip* c) : Effect(c, EFFECT_TYPE_VIDEO, VIDEO_INVERT_EFFECT) {
enable_ffmpeg = true;
ffmpeg_filter = "negate";
EffectRow* amount_row = add_row("Amount:");
amount_val = amount_row->add_field(EFFECT_FIELD_DOUBLE);