Qt-interest Archive, October 2007
how to make video player
Message 1 in thread
Hi All
Can anyone give me some guidance on makin my own video player ..
the input will be docoded frames (rgb 24 format) with timestamp etc
now how to control frame rate and implement trick modes (fast fwd rewind etc )
any guidance or sample code for that will be very helpfull
Thanks
--
[ signature omitted ]
Message 2 in thread
On 10/6/07, karmendra jain <karmendra.jain@xxxxxxxxx> wrote:
> Hi All
> Can anyone give me some guidance on makin my own video player ..
> the input will be docoded frames (rgb 24 format) with timestamp etc
>
> now how to control frame rate and implement trick modes (fast fwd rewind etc )
> any guidance or sample code for that will be very helpfull
Search the archives. This is a popular topic.
--
[ signature omitted ]
Message 3 in thread
thanks John
this looks good .. but really complex .. i needed a very simple ..
play pause fwd kinda video player .. somethin tat can play video .. if
i supply RGB24 frames ..
my confusion is how to take care of timings .. sync n all ..
cas frames are provided by backend runnin a gstreamer pipeline ..
so i got to control its speed from frontend and display images for the
time interval required ..
this is where i m confused as to how to implement ..
and i did check the archives .. nothin of much help ..
ne pointers to somethin useful... ?????
On 10/7/07, John Dean <deanjx@xxxxxxxxx> wrote:
> Hi
>
> Look at Jahshaka. You can download a copy of the source code from
> http://www.jahshaka.org
>
> On 06/10/2007, karmendra jain <karmendra.jain@xxxxxxxxx> wrote:
> > Hi All
> > Can anyone give me some guidance on makin my own video player ..
> > the input will be docoded frames (rgb 24 format) with timestamp etc
> >
> > now how to control frame rate and implement trick modes (fast fwd rewind etc )
> > any guidance or sample code for that will be very helpfull
> > Thanks
> >
> > --
> > To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with "unsubscribe" in the subject or the body.
> > List archive and information: http://lists.trolltech.com/qt-interest/
> >
> >
>
>
> --
> Best Regards
> John Dean
>
--
[ signature omitted ]
Message 4 in thread
karmendra jain wrote:
> Hi All
> Can anyone give me some guidance on makin my own video player ..
> the input will be docoded frames (rgb 24 format) with timestamp etc
>
> now how to control frame rate and implement trick modes (fast fwd rewind etc )
> any guidance or sample code for that will be very helpfull
> Thanks
>
> --
> To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with "unsubscribe" in the subject or the body.
> List archive and information: http://lists.trolltech.com/qt-interest/
>
>
>
I think this is most simple example in Qt,
http://doc.trolltech.com/4.3/widgets-movie.html
--
[ signature omitted ]