On Fri, Jan 6, 2012 at 4:59 AM, j-b-m wrote:
> Hello.
>
> Investigating Kdenlive bug http://kdenlive.org/mantis/view.php?id=2468, I
> discovered that several filters break the playlist position when attached to a
> track. For example, when trying to play frames 50 to 100:
>
> melt broken.mlt in=50
src/modules/kdenlive/filter_freeze.c |6 ++
1 files changed, 6 insertions(+), 0 deletions(-)
New commits:
commit 292d55ab147e27e2f04938fabfb78837d5ceef60
Author: j-b-m
Date: Thu Jan 19 20:48:59 2012 -0800
fix freeze filter not retrieving image of frame not within in-out
On Thu, Jan 19, 2012 at 4:18 AM, bettinger cédric wrote:
> Hello,
>
> Is there a way to display several videos in several qt widgets ?
It is not possible to play multiple simultaneously while using SDL. If
you need simultaneous playing, you need to use an audio only consumer
and then listen for t
Hello,
Is there a way to display several videos in several qt widgets ?
here is an extract of my code :
m_consumer->set("window_id", (int) this->videoWidget->winId());
Right now I can play one video in one widget. If I try to open another
video in a second widget, then I only see the first video p