Missing h263 encoder

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Missing h263 encoder

Marlène Hildebrand-Ehrhardt
Hi,

I need to use the H263 encoder to stream video. The problem is that, apparently, there are o lot of encoders missing in gstreamer-ffmpeg package for Intrepid Ibex, though decoders are available. What can I do to get them? I have to say that I am not a great ubuntu specialist.

Thank you by advance!

------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today.
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Missing h263 encoder

Edward Hervey
Administrator
On Thu, 2009-04-23 at 12:21 +0200, Marlène Hildebrand-Ehrhardt wrote:
> Hi,
>
> I need to use the H263 encoder to stream video. The problem is that,
> apparently, there are o lot of encoders missing in gstreamer-ffmpeg
> package for Intrepid Ibex, though decoders are available. What can I
> do to get them? I have to say that I am not a great ubuntu specialist.

  You will have to report that issue to the Ubuntu people, we are not
responsible for the way people configure/build/ship gstreamer source
code (to a certain extent).

    Edward

>
> Thank you by advance!
> ------------------------------------------------------------------------------
> Stay on top of everything new and different, both inside and
> around Java (TM) technology - register by April 22, and save
> $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
> 300 plus technical and hands-on sessions. Register today.
> Use priority code J9JMT32. http://p.sf.net/sfu/p
> _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel


------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today.
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Missing h263 encoder

Jan Spurný
In reply to this post by Marlène Hildebrand-Ehrhardt
Hi,

Maybe it's different with ubuntu, but I had the same problem on Debian Lenny. I solved the problym by uninstalling gstreamer-ffmpeg package, getting the source, manually configuring, building package and installing it width dpgk..
Something like:

apt-get remove gstreamer-ffmpeg
apt-get source gstreamer-ffmpeg
cd gstreamer-ffmpeg-0xxwhatever
./configure --prefix=/usr --without-system-ffmpeg
fakeroot debian/rules binary
dpkg -i gstreamer-ffmpeg-0xxwhatever.deb

I guess it has something to do with the debian policy.. don't really know - maybe to prevent creating video using copyrighted algorithms...

Jan Spurny

On Thu, 23 Apr 2009 12:21:26 +0200 (CEST)
Marlène Hildebrand-Ehrhardt <[hidden email]> wrote:

> Hi,
>
> I need to use the H263 encoder to stream video. The problem is that,
> apparently, there are o lot of encoders missing in gstreamer-ffmpeg package
> for Intrepid Ibex, though decoders are available. What can I do to get them?
> I have to say that I am not a great ubuntu specialist.
>
> Thank you by advance!
>

------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today.
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel