From 7cd6803cb59692896ae9274f8a69c75efe419487 Mon Sep 17 00:00:00 2001 From: Dan Dennedy Date: Sat, 21 Aug 2010 17:13:40 -0700 Subject: [PATCH] Minor fix to mlt_slideshow2. --- demo/mlt_slideshow2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/demo/mlt_slideshow2 b/demo/mlt_slideshow2 index 256e835e..1068fdfa 100644 --- a/demo/mlt_slideshow2 +++ b/demo/mlt_slideshow2 @@ -1,8 +1,8 @@ melt \ photos/.all.jpg ttl=75 \ -attach crop center=1 \ --attach affine transition.cycle=225 transition.geometry="0=0,0:100%x100%;74=-100,-100:120%x120%;75=-60,-60:110%x110%;149=0:0:110%x110%;150=0,-60:110%x110%;224=-60,0:110%x110%" \ +-attach affine transition.cycle=225 transition.geometry="0=0,0:100%x100%;74=-100,-100:120%x120%;75=-60,-60:110%x110%;149=0:0:110%x110%;150=0,-60:110%x110%;224=-60,0:110%x110%" \ -filter luma cycle=75 duration=25 \ --track demo/music1.ogg \ +-track music1.ogg \ -transition mix \ $* -- 2.39.2