[kdenlive] [Bug 358177] Kdenlive-git - Issue with Wipe transition, not working properly. (video example included)

2016-01-23 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358177

wegwerf-1-...@gmx.de changed:

   What|Removed |Added

 CC||wegwerf-1-...@gmx.de

--- Comment #9 from wegwerf-1-...@gmx.de ---
Seeing this I now understand why I never got the stand-alone wipe transition
working properly with svg titling clips with transparency. Many thanks to all
involved in fixing this one!

-- 
You are receiving this mail because:
You are watching all bug changes.


[kdenlive] [Bug 358177] Kdenlive-git - Issue with Wipe transition, not working properly. (video example included)

2016-01-22 Thread Jesse via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358177

Jesse  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

--- Comment #8 from Jesse  ---
Looks like the bug is resolved. Works great! Thanks JB and Vincent!

-- 
You are receiving this mail because:
You are watching all bug changes.


[kdenlive] [Bug 358177] Kdenlive-git - Issue with Wipe transition, not working properly. (video example included)

2016-01-22 Thread Jean-Baptiste Mardelle via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358177

--- Comment #7 from Jean-Baptiste Mardelle  ---
Git commit 95c68bd99d510cad6dd26d066ecefeda7cf3b4e6 by Jean-Baptiste Mardelle.
Committed on 22/01/2016 at 16:32.
Pushed by mardelle into branch 'master'.

Use "composite" transition for wipe instead of luma, because alpha channel was
not supported.
We now convert older project files to use the composite transition to have a
coherent wipe transition

M  +4-0data/effects/README
M  +1-0data/transitions/CMakeLists.txt
M  +1-1data/transitions/frei0r_cairoaffineblend.xml
M  +1-1data/transitions/frei0r_cairoblend.xml
A  +21   -0data/transitions/wipe.xml
M  +27   -1src/doc/documentvalidator.cpp
M  +1-1src/doc/kdenlivedoc.cpp
M  +49   -47   src/effectslist/initeffects.cpp
M  +2-4src/effectslist/initeffects.h
M  +22   -0src/effectstack/parametercontainer.cpp
M  +0-1src/project/transitionsettings.cpp
M  +2-1src/timeline/timeline.cpp
M  +2-3src/timeline/transitionhandler.cpp

http://commits.kde.org/kdenlive/95c68bd99d510cad6dd26d066ecefeda7cf3b4e6

-- 
You are receiving this mail because:
You are watching all bug changes.


[kdenlive] [Bug 358177] Kdenlive-git - Issue with Wipe transition, not working properly. (video example included)

2016-01-20 Thread Jesse via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358177

--- Comment #6 from Jesse  ---
Will do. Thanks for looking into it JB!

-- 
You are receiving this mail because:
You are watching all bug changes.


[kdenlive] [Bug 358177] Kdenlive-git - Issue with Wipe transition, not working properly. (video example included)

2016-01-20 Thread Jesse via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358177

--- Comment #4 from Jesse  ---
Created attachment 96758
  --> https://bugs.kde.org/attachment.cgi?id=96758=edit
Example of wipe issue (the black color behind the text in this example should
be showing the helicopter, not a black solid.

-- 
You are receiving this mail because:
You are watching all bug changes.


[kdenlive] [Bug 358177] Kdenlive-git - Issue with Wipe transition, not working properly. (video example included)

2016-01-20 Thread Jesse via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358177

--- Comment #3 from Jesse  ---
Looks like it's 90% fixed! For video clips, it works like a charm; wipes clean,
and does a linear wipe right off the bat.

One more issue. When applying to title clips (could be because title clips have
an alpha channel/transparent background), but when a title clip is over a video
clip, and you put the Wipe transition on the beginning of the title clip, the
background during the wipe is black until it reaches the end of the yellow
transition block, then the transparency returns to normal (see screenshot I'm
about to attach).

-- 
You are receiving this mail because:
You are watching all bug changes.


[kdenlive] [Bug 358177] Kdenlive-git - Issue with Wipe transition, not working properly. (video example included)

2016-01-20 Thread Jean-Baptiste Mardelle via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358177

Jean-Baptiste Mardelle  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

--- Comment #5 from Jean-Baptiste Mardelle  ---
Ok, I just checked and MLT's luma transition does not support alpha channel. 
To fix the proble, we can internally, we use MLT's "composite" transition with
a luma, which works with alpha instead of using MLT's "luma" transition. I
managed to make it work, however that means that when opening projects with the
previous real "luma" transition we have to convert all parameters to make it
work with the new "composite" way...  will try to finish implementing it this
week-end. As a workaround you can manually use the composite transition with a
luma.

-- 
You are receiving this mail because:
You are watching all bug changes.


[kdenlive] [Bug 358177] Kdenlive-git - Issue with Wipe transition, not working properly. (video example included)

2016-01-20 Thread Jean-Baptiste Mardelle via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358177

--- Comment #2 from Jean-Baptiste Mardelle  ---
Git commit 331fd851d7a99afe6ef244c49630034f3e1dc541 by Jean-Baptiste Mardelle.
Committed on 20/01/2016 at 08:19.
Pushed by mardelle into branch 'master'.

Revert luma files to pgm, faster and solves scaling issues
Related: bug 357710

M  +18   -18   data/lumas/CMakeLists.txt
A  +---data/lumas/bi-linear_x.pgm
D  +---data/lumas/bi-linear_x.png
A  +1445 -0data/lumas/bi-linear_y.pgm
D  +---data/lumas/bi-linear_y.png
A  +5-0data/lumas/burst.pgm
D  +---data/lumas/burst.png
A  +5005 -0data/lumas/checkerboard_small.pgm
D  +---data/lumas/checkerboard_small.png
A  +5-0data/lumas/clock.pgm
D  +---data/lumas/clock.png
A  +1379 -0data/lumas/cloud.pgm
D  +---data/lumas/cloud.png
A  +1213 -0data/lumas/curtain.pgm
D  +---data/lumas/curtain.png
A  +---data/lumas/horizontal_blinds.pgm
D  +---data/lumas/horizontal_blinds.png
A  +---data/lumas/linear_x.pgm
D  +---data/lumas/linear_x.png
A  +---data/lumas/linear_y.pgm
D  +---data/lumas/linear_y.png
A  +---data/lumas/radial-bars.pgm
D  +---data/lumas/radial-bars.png
A  +209  -0data/lumas/radial.pgm
D  +---data/lumas/radial.png
A  +5-0data/lumas/spiral.pgm
D  +---data/lumas/spiral.png
A  +5-0data/lumas/spiral2.pgm
D  +---data/lumas/spiral2.png
A  +125  -0data/lumas/square.pgm
D  +---data/lumas/square.png
A  +---data/lumas/square2-bars.pgm
D  +---data/lumas/square2-bars.png
A  +389  -0data/lumas/square2.pgm
D  +---data/lumas/square2.png
A  +---data/lumas/symmetric_clock.pgm
D  +---data/lumas/symmetric_clock.png

http://commits.kde.org/kdenlive/331fd851d7a99afe6ef244c49630034f3e1dc541

-- 
You are receiving this mail because:
You are watching all bug changes.


[kdenlive] [Bug 358177] Kdenlive-git - Issue with Wipe transition, not working properly. (video example included)

2016-01-19 Thread Jean-Baptiste Mardelle via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358177

Jean-Baptiste Mardelle  changed:

   What|Removed |Added

 CC||j...@kdenlive.org

--- Comment #1 from Jean-Baptiste Mardelle  ---
This is probably related to bug #357710. I am going to revert the luma files to
pgm now...

-- 
You are receiving this mail because:
You are watching all bug changes.


[kdenlive] [Bug 358177] Kdenlive-git - Issue with Wipe transition, not working properly. (video example included)

2016-01-18 Thread Jesse via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358177

Jesse  changed:

   What|Removed |Added

 CC||jesse.dub...@gmail.com
URL||https://youtu.be/wL7nQXmN64
   ||4

-- 
You are receiving this mail because:
You are watching all bug changes.