You can subscribe to this list here.
| 2005 |
Jan
|
Feb
|
Mar
|
Apr
(9) |
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|---|
|
From: Hare, R. E <ze...@cd...> - 2005-05-24 15:04:53
|
Hey guys, I hope all is well. I haven't seen you online lately. I've been working with one of the gstreamer guys about the dv bug. Looks like we are making some progress. I've started work on the timeline playback. Turns out the scenelist is broken. Here's a quick look at what I'm thinking. <scenelist> <blank begin=3D end=3D /> //for gaps in the timeline. Probably play blackness. <video begin=3D end=3D offset=3D effect=3D src=3D /> //can be a/v <transition begin=3D end=3D src1=3D src2=3D type=3D /> <audio begin=3D end=3D offset=3D src=3D /> </scenelist> It will probably be much simpler than this to start but it would be good to have an idea of where we want to go. Let me know what you think. Cheers. Rob |
|
From: Rob H. <ha...@co...> - 2005-05-10 03:12:49
|
Hi everyone, A few updates on Kut. -Lucio has dv Kapture controlling a camera. -the gst engine has been integrated into the app. the callback issue has been fixed. -the configure.in.in and Kut/Makefile.am have been rebuilt. (Ruslan) the *.la dependencies are hopefully gone. -both monitors are now visible by default There are still some playback issues with the clip list but they should be worked out soon. Then on to the timeline playback. Finally. Unfortunately, I was accidently working on the cvs HEAD and not in NEW_ENGINE. So, I have made a new branch KUT_0_1 with the latest changes. I'm not really sure of the best way to get us in sync if you've been doing a lot of development in NEW_ENGINE. any ideas?? If most of your work has been in new classes it may be easiest to add them to a KUT_0_1 checkout. I just wanted to get these changes up while relatively stable. cheers, Rob |
|
From: Ruslan P. <ra...@ya...> - 2005-04-28 19:38:03
|
Hi.
Here is a screenshot of my text application. Now I can show images on widget
using SDL. It is very fast. Now, I will start to work on frame decoder. It is
almost ready. To finish it I needed monitor, which I have now.
--
Best regards
_/_/ _/_/ Ruslan Popov
_/ _/ _/_/ _/ _/ Mobile: +7 (916) 926-12-05
_/ _/ _/ _/ _/ _/ Site: http://rad.xtalk.msk.su/
_/_/ _/ _/ _/ _/ E-mail: ra...@ya...
_/ _/ _/_/_/ _/_/ Home, Moscow, Russia
|
|
From: Hare, R. E <ze...@cd...> - 2005-04-27 20:18:33
|
Hey fellas, Just wanted to give you an update on the engine status. I've been dealing with a strange bug for about a week trying to use the dvdec plugin. Even with a simple pipeline like:__ filesrc ! Dvdec ! Xvimagesink __ the application crashes sometimes and plays the other times. The only info from the crash is 'killed' and sometimes 'segentation fault'. I've done a core dump which has not been much help in figuring this out. I've got a few more ideas. I may also try to use the gst-ffmpeg plugin (I think it handles dv as well) and determine if it's just the dvdec plugin or something in the application. Hopefully, things will be working better soon. Cheers Rob |
|
From: Ruslan P. <ra...@ya...> - 2005-04-14 17:58:33
|
I think it is the right way with current timeline design.
Decorator call the TimeLine method, which do all work with KRender.
KRender emits signal which is processed by TimeLine slot. After that,
TimeLine updates its area, sending icons array to the Decorator's update
method.
--
Best regards
_/_/ _/_/ Ruslan Popov
_/ _/ _/_/ _/ _/ Mobile: +7 (916) 926-12-05
_/ _/ _/ _/ _/ _/ Site: http://rad.xtalk.msk.su/
_/_/ _/ _/ _/ _/ E-mail: ra...@ya...
_/ _/ _/_/_/ _/_/ Home, Moscow, Russia
|
|
From: Ruslan P. <ra...@ya...> - 2005-04-12 19:01:46
|
Hi all.
I force y brain to think a little about normal design of timeline objects.
I've started from decorators and track items.
Check XMI, any ideas will be good.
--
Best regards
_/_/ _/_/ Ruslan Popov
_/ _/ _/_/ _/ _/ Mobile: +7 (916) 926-12-05
_/ _/ _/ _/ _/ _/ Site: http://rad.xtalk.msk.su/
_/_/ _/ _/ _/ _/ E-mail: ra...@ya...
_/ _/ _/_/_/ _/_/ Home, Moscow, Russia
|
|
From: Hare, R. E <ze...@cd...> - 2005-04-11 18:06:54
|
Lucio, Regarding your question yesterday about how to implement dv capture. I would suggest looking at writing a private plugin for our engine. There's a quick overview here. http://gstreamer.freedesktop.org/data/doc/gstreamer/head/manual/html/sec tion-data-manager.html We would initialize it in the existing gstengine and have some application convenience functions there. That way there is no need to derive it from another class. Let me know what you think. Cheers, Rob |
|
From: Ruslan P. <ra...@ya...> - 2005-04-06 19:29:12
|
=F7 =D3=CF=CF=C2=DD=C5=CE=C9=C9 =CF=D4 =F3=D2=C5=C4=C1 06 =E1=D0=D2=C5=CC=
=D8 2005 21:06 Hare, Robert E =CE=C1=D0=C9=D3=C1=CC(a):
> Hi Ruslan,
>
> Glad that helped.
> >I plan to insert your GST engine into Kdenlive. Then I'll test it and sh=
ow
> > to you with Lucio. If all will be OK, I commit it into Axis/Kut CVS as
>
> That's what we did. We added the engine to the cvs version of kdenlive.
>
> >the next version of Kut. This is because I can catch a blinking bug with
> > dragginf clips on timeline. Sometimes it works, sometimes no.
>
> The problem with dragging clips to timeline in kut is that when the clip =
is
> created it is not being given a duration or any other property. Lucio is
> looking at getting these properties from gstengine to pass to clip
> creation.
I see.
I've checked Makefile.* in engine and plugins directories and found that it=
=20
use .la files of common use system libraries. Can you redesign these=20
Makefiles so they won't use .la of Qt and so on? As I think, you need .la=20
from libraries are builded in engine/plugins directory only.
=2D-=20
Best regards
_/_/ _/_/ Ruslan Popov
_/ _/ _/_/ _/ _/ Mobile: +7 (916) 926-12-05
_/ _/ _/ _/ _/ _/ Site: http://rad.xtalk.msk.su/
_/_/ _/ _/ _/ _/ E-mail: ra...@ya...
_/ _/ _/_/_/ _/_/ Home, Moscow, Russia
|
|
From: Ruslan P. <ra...@ya...> - 2005-04-06 16:27:55
|
Hi Robert.
=F7 =D3=CF=CF=C2=DD=C5=CE=C9=C9 =CF=D4 =F3=D2=C5=C4=C1 06 =E1=D0=D2=C5=CC=
=D8 2005 18:19 =D7=D9 =CE=C1=D0=C9=D3=C1=CC=C9:
> Hi Ruslan.
>
> >-----Original Message-----
> >From: axi...@li...
> > [mailto:axi...@li...] On Behalf Of RaD Sent:
> > Wednesday, April 06, 2005 6:53 AM
> >To: axi...@li...
> >Subject: [Axis-kutdev] Quiestions og EngineController
> >
> >Hi all.
> >
> >Rob, how to use your engine in kdenlive.
> >As I understand, you just implement it like KRender.
>
> Yes, that is the approach we are taking.
> One thing to note, piave created a window and sent back to KMMScreen.
> KMMScreen then embedded that window. GST needs to paint xoverlay on a
> widget. You'll need to pass a widget id from KMMScreen to the engine. The
> widget is then the sink for video output.
Ok, I understand.
>
> >Is Engine look like KRender for GUI code?
>
> I'm not exactly sure what you mean here. Could you explain a little more?
You've explained it above. I'd asked for how to use Engine with Kdenlive GU=
I.
I want to take Kdenlive version. It works fine with clips and timeline. I p=
lan=20
to insert your GST engine into Kdenlive. Then I'll test it and show to you=
=20
with Lucio. If all will be OK, I commit it into Axis/Kut CVS as the next=20
version of Kut. This is because I can catch a blinking bug with dragginf=20
clips on timeline. Sometimes it works, sometimes no.
=2D-=20
Best regards
_/_/ _/_/ Ruslan Popov
_/ _/ _/_/ _/ _/ Mobile: +7 (916) 926-12-05
_/ _/ _/ _/ _/ _/ Site: http://rad.xtalk.msk.su/
_/_/ _/ _/ _/ _/ E-mail: ra...@ya...
_/ _/ _/_/_/ _/_/ Home, Moscow, Russia
|
|
From: RaD <ra...@ya...> - 2005-04-06 10:53:04
|
Hi all. Rob, how to use your engine in kdenlive. As I understand, you just implement it like KRender. Is Engine look like KRender for GUI code? Ruslan --=20 =F1=CE=C4=C5=CB=D3.=F0=CF=DE=D4=C1: =CF=C2=DF=C5=CD =D0=CF=DE=D4=CF=D7=CF= =C7=CF =D1=DD=C9=CB=C1 =CE=C5=CF=C7=D2=C1=CE=C9=DE=C5=CE! http://mail.y= andex.ru/monitoring/ |
|
From: RaD <ra...@ya...> - 2005-04-06 10:32:03
|
>Axis-kutdev -- confirmation of subscription -- request 792350 > >We have received a request from 62.117.74.146 for subscription of your >email address, <ra...@ya...>, to the >axi...@li... mailing list. To confirm the >request, please send a message to >axi...@li..., and either: > >- maintain the subject line as is (the reply's additional "Re:" is >ok), > >- or include the following line - and only the following line - in the >message body:=20 > >confirm 792350 > >(Simply sending a 'reply' to this message should work from most email >interfaces, since that usually leaves the subject line in the right >form.) > >If you do not wish to subscribe to this list, please simply disregard >this message. Send questions to >axi...@li.... --=20 =F3=C5=C7=CF=C4=CE=D1 =D5=C4=C1=DE=CE=D9=CA =C4=C5=CE=D8, =DE=D4=CF=C2=D9= =DA=C1=D7=C5=D3=D4=C9 =D0=CF=DE=D4=D5 =CE=C1 =F1=CE=C4=C5=CB=D3=C5 htt= p://mail.yandex.ru |