Video Encoding Module

View: New views
2 Messages — Rating Filter:   Alert me  

Video Encoding Module

by sohil86 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,
            I referred the code of ekiga 3.2.6. I tried to understand
the video input module of ekiga ( ekiga-3.2.6/lib/engine/videoinput and
ekiga-3.2.6/lib/engine/components/gstreamer ). I assume that the
get_frame_data function will get raw data. So which module encodes it ?

--
Thanks&  Regards,
Sohil Shah
Embedded Engineer
eInfochips Ltd.
Tel. No.  +91 79 26563705 Ext. 120
Cell. No. +91 9428111818
www.einfochips.com

--
_____________________________________________________________________
Disclaimer: This e-mail message and all attachments transmitted with it
are intended solely for the use of the addressee and may contain legally
privileged and confidential information. If the reader of this message
is not the intended recipient, or an employee or agent responsible for
delivering this message to the intended recipient, you are hereby
notified that any dissemination, distribution, copying, or other use of
this message or its attachments is strictly prohibited. If you have
received this message in error, please notify the sender immediately by
replying to this message and please delete it from your computer. Any
views expressed in this message are those of the individual sender
unless otherwise stated.Company has taken enough precautions to prevent
the spread of viruses. However the company accepts no liability for any
damage caused by any virus transmitted by this email.
_____________________________________________________________________
 
_______________________________________________
ekiga-list mailing list
ekiga-list@...
http://mail.gnome.org/mailman/listinfo/ekiga-list

Re: Video Encoding Module

by Eugen Dedu :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Sohil Shah wrote:
> Hi,
>            I referred the code of ekiga 3.2.6. I tried to understand the
> video input module of ekiga ( ekiga-3.2.6/lib/engine/videoinput and
> ekiga-3.2.6/lib/engine/components/gstreamer ). I assume that the
> get_frame_data function will get raw data. So which module encodes it ?

The encoding/decoding is done in opal library, which contains theora,
h264 etc. as plugins.

As written at http://wiki.ekiga.org/index.php/Download_Ekiga_sources,
ekiga is highly integrated to ptlib and opal libraries, you need to look
at all of them.  ptlib has notably the hardware support (such as alsa,
v4l2), and opal has notably the codec support (theora, speex etc.),
while ekiga has notably the UI.

--
Eugen
_______________________________________________
ekiga-list mailing list
ekiga-list@...
http://mail.gnome.org/mailman/listinfo/ekiga-list