Về: Enable h264 and mpeg4 encoder in ubuntu

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

Về: Enable h264 and mpeg4 encoder in ubuntu

Thành Trung Nguyễn
Well, I found that in gst-ffmpeg, we have ffenc_libx264 as h264 encoder. Enable libx264 when building gst-ffmpeg and I have it, but I can't make it work by this error:

(gst-inspect-0.10:30074): GStreamer-WARNING **: Failed to load plugin '/usr/lib/gstreamer-0.10/libgstffmpeg.so': /usr/lib/gstreamer-0.10/libgstffmpeg.so:undefined symbol: x264_encoder_encode

Is there any 1 have the idea on how to fix it ?

Thanks and best regards.

trungnt

--- Ngày Thứ 6, 31/07/09, Nguyen Thanh Trung <[hidden email]> đã viết:

Từ: Nguyen Thanh Trung <[hidden email]>
Chủ đề: [gst-devel] Enable h264 and mpeg4 encoder in ubuntu
Đến: [hidden email]
Ngày: Thứ Sáu, 31 tháng 7, 2009, 16:35

Hello,

May be this's not right place to ask this question. But it'll be great if any one can help.

Here's my problem: I need a program to encode video using h264 and mpeg4 codec in gstreamer, but seem gstreamer in ubuntu lacks of these encoder. I've searched google, tried some packages and tried to build the package from source code, too. With gst-ffmpeg source code, mpeg4 encoder is enabled by default but not h264, and although I tried some parameters to enabled h264 encoder, but all failed. So, is there any 1 know already built package(s) with these encoder or how to enabled h264 encoder to build it from gst-ffmpeg source code ?

Thanks and best regards.

trungnt


Truy cập Mail nhanh hơn!
Yahoo! khuyến khích bạn nâng cấp trình duyệt lên Internet Explorer 8 mới, tối ưu hóa cho Yahoo!. Tải tại đây! (Miễn phí)

-----Thư đính kèm sau đây-----

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july

-----Thư đính kèm sau đây-----

_______________________________________________
gstreamer-devel mailing list
gstreamer-devel@...
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel


Hỗ trợ Tìm kiếm nay đã có trên Yahoo! Thanh công cụ. Tải ngay.
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Về: Enable h264 and mpeg4 encoder in ubuntu

Qin Chen-2
You need to install x264 first.

Regards,

Qin

On Fri, Jul 31, 2009 at 10:19 PM, Nguyen Thanh Trung <[hidden email]> wrote:
Well, I found that in gst-ffmpeg, we have ffenc_libx264 as h264 encoder. Enable libx264 when building gst-ffmpeg and I have it, but I can't make it work by this error:

(gst-inspect-0.10:30074): GStreamer-WARNING **: Failed to load plugin '/usr/lib/gstreamer-0.10/libgstffmpeg.so': /usr/lib/gstreamer-0.10/libgstffmpeg.so:undefined symbol: x264_encoder_encode

Is there any 1 have the idea on how to fix it ?

Thanks and best regards.

trungnt

--- Ngày Thứ 6, 31/07/09, Nguyen Thanh Trung <[hidden email]> đã viết:

Từ: Nguyen Thanh Trung <[hidden email]>
Chủ đề: [gst-devel] Enable h264 and mpeg4 encoder in ubuntu
Đến: [hidden email]
Ngày: Thứ Sáu, 31 tháng 7, 2009, 16:35

Hello,

May be this's not right place to ask this question. But it'll be great if any one can help.

Here's my problem: I need a program to encode video using h264 and mpeg4 codec in gstreamer, but seem gstreamer in ubuntu lacks of these encoder. I've searched google, tried some packages and tried to build the package from source code, too. With gst-ffmpeg source code, mpeg4 encoder is enabled by default but not h264, and although I tried some parameters to enabled h264 encoder, but all failed. So, is there any 1 know already built package(s) with these encoder or how to enabled h264 encoder to build it from gst-ffmpeg source code ?

Thanks and best regards.

trungnt


Truy cập Mail nhanh hơn!
Yahoo! khuyến khích bạn nâng cấp trình duyệt lên Internet Explorer 8 mới, tối ưu hóa cho Yahoo!. Tải tại đây! (Miễn phí)

-----Thư đính kèm sau đây-----

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july

-----Thư đính kèm sau đây-----

_______________________________________________
gstreamer-devel mailing list
gstreamer-devel@...
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel


Hỗ trợ Tìm kiếm nay đã có trên Yahoo! Thanh công cụ. Tải ngay.

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel



------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Về: Enable h264 and mpeg4 encoder in ubuntu

Thành Trung Nguy&#7877;n
Well, I think I have libx264 and libx264-dev installed already. By the way, I'm using ubuntu 9.04.

Thanks and best regards.

trungnt

--- Ngày Thứ 7, 1/08/09, Qin Chen <[hidden email]> đã viết:

Từ: Qin Chen <[hidden email]>
Chủ đề: Re: [gst-devel] Về: Enable h264 and mpeg4 encoder in ubuntu
Đến: "Discussion of the development of GStreamer" <[hidden email]>
Ngày: Thứ Bảy, 1 tháng 8, 2009, 12:52

You need to install x264 first.

Regards,

Qin

On Fri, Jul 31, 2009 at 10:19 PM, Nguyen Thanh Trung <trungnt_hut@...> wrote:
Well, I found that in gst-ffmpeg, we have ffenc_libx264 as h264 encoder. Enable libx264 when building gst-ffmpeg and I have it, but I can't make it work by this error:

(gst-inspect-0.10:30074): GStreamer-WARNING **: Failed to load plugin '/usr/lib/gstreamer-0.10/libgstffmpeg.so': /usr/lib/gstreamer-0.10/libgstffmpeg.so:undefined symbol: x264_encoder_encode

Is there any 1 have the idea on how to fix it ?

Thanks and best regards.

trungnt

--- Ngày Thứ 6, 31/07/09, Nguyen Thanh Trung <trungnt_hut@...> đã viết:

Từ: Nguyen Thanh Trung <trungnt_hut@...>
Chủ đề: [gst-devel] Enable h264 and mpeg4 encoder in ubuntu
Đến: gstreamer-devel@...
Ngày: Thứ Sáu, 31 tháng 7, 2009, 16:35

Hello,

May be this's not right place to ask this question. But it'll be great if any one can help.

Here's my problem: I need a program to encode video using h264 and mpeg4 codec in gstreamer, but seem gstreamer in ubuntu lacks of these encoder. I've searched google, tried some packages and tried to build the package from source code, too. With gst-ffmpeg source code, mpeg4 encoder is enabled by default but not h264, and although I tried some parameters to enabled h264 encoder, but all failed. So, is there any 1 know already built package(s) with these encoder or how to enabled h264 encoder to build it from gst-ffmpeg source code ?

Thanks and best regards.

trungnt


Truy cập Mail nhanh hơn!
Yahoo! khuyến khích bạn nâng cấp trình duyệt lên Internet Explorer 8 mới, tối ưu hóa cho Yahoo!. Tải tại đây! (Miễn phí)

-----Thư đính kèm sau đây-----

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july

-----Thư đính kèm sau đây-----

_______________________________________________
gstreamer-devel mailing list
gstreamer-devel@...
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel


Hỗ trợ Tìm kiếm nay đã có trên Yahoo! Thanh công cụ. Tải ngay.

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
gstreamer-devel mailing list
gstreamer-devel@...
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel



-----Thư đính kèm sau đây-----

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july

-----Thư đính kèm sau đây-----

_______________________________________________
gstreamer-devel mailing list
gstreamer-devel@...
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel


Yahoo! Mail nay nhanh và nhiều không gian thoáng hơn. Hãy trải nghiệm ngay hôm nay!
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Về: Enable h264 and mpeg4 encoder in ubuntu

Thành Trung Nguy&#7877;n
Ok, I found the solution for ffenc_libx264 in ubuntu 9.04.

Just install libavcodec-unstripped and it'll be there, no need to build gst-ffmpeg from source :D

Thanks and best regards.

trungnt

--- Ngày Chủ nhật, 2/08/09, Nguyen Thanh Trung <[hidden email]> đã viết:

Từ: Nguyen Thanh Trung <[hidden email]>
Chủ đề: Re: [gst-devel] Về: Enable h264 and mpeg4 encoder in ubuntu
Đến: "Discussion of the development of GStreamer" <[hidden email]>
Ngày: Chủ nhật, 2 tháng 8, 2009, 18:46

Well, I think I have libx264 and libx264-dev installed already. By the way, I'm using ubuntu 9.04.

Thanks and best regards.

trungnt

--- Ngày Thứ 7, 1/08/09, Qin Chen <[hidden email]> đã viết:

Từ: Qin Chen <[hidden email]>
Chủ đề: Re: [gst-devel] Về: Enable h264 and mpeg4 encoder in ubuntu
Đến: "Discussion of the development of GStreamer" <[hidden email]>
Ngày: Thứ Bảy, 1 tháng 8, 2009, 12:52

You need to install x264 first.

Regards,

Qin

On Fri, Jul 31, 2009 at 10:19 PM, Nguyen Thanh Trung <[hidden email]> wrote:
Well, I found that in gst-ffmpeg, we have ffenc_libx264 as h264 encoder. Enable libx264 when building gst-ffmpeg and I have it, but I can't make it work by this error:

(gst-inspect-0.10:30074): GStreamer-WARNING **: Failed to load plugin '/usr/lib/gstreamer-0.10/libgstffmpeg.so': /usr/lib/gstreamer-0.10/libgstffmpeg.so:undefined symbol: x264_encoder_encode

Is there any 1 have the idea on how to fix it ?

Thanks and best regards.

trungnt

--- Ngày Thứ 6, 31/07/09, Nguyen Thanh Trung <[hidden email]> đã viết:

Từ: Nguyen Thanh Trung <[hidden email]>
Chủ đề: [gst-devel] Enable h264 and mpeg4 encoder in ubuntu
Đến: [hidden email]
Ngày: Thứ Sáu, 31 tháng 7, 2009, 16:35

Hello,

May be this's not right place to ask this question. But it'll be great if any one can help.

Here's my problem: I need a program to encode video using h264 and mpeg4 codec in gstreamer, but seem gstreamer in ubuntu lacks of these encoder. I've searched google, tried some packages and tried to build the package from source code, too. With gst-ffmpeg source code, mpeg4 encoder is enabled by default but not h264, and although I tried some parameters to enabled h264 encoder, but all failed. So, is there any 1 know already built package(s) with these encoder or how to enabled h264 encoder to build it from gst-ffmpeg source code ?

Thanks and best regards.

trungnt


Truy cập Mail nhanh hơn!
Yahoo! khuyến khích bạn nâng cấp trình duyệt lên Internet Explorer 8 mới, tối ưu hóa cho Yahoo!. Tải tại đây! (Miễn phí)

-----Thư đính kèm sau đây-----

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july

-----Thư đính kèm sau đây-----

_______________________________________________
gstreamer-devel mailing list
gstreamer-devel@...
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel


Hỗ trợ Tìm kiếm nay đã có trên Yahoo! Thanh công cụ. Tải ngay.

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel



-----Thư đính kèm sau đây-----

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july

-----Thư đính kèm sau đây-----

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel


Yahoo! Mail nay nhanh và nhiều không gian thoáng hơn. Hãy trải nghiệm ngay hôm nay!

-----Thư đính kèm sau đây-----

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july

-----Thư đính kèm sau đây-----

_______________________________________________
gstreamer-devel mailing list
gstreamer-devel@...
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel


Bạn luôn muốn kết nối với nhiều bạn bè hơn trên blog và trang web cá nhân?
Tạo Pingbox mới nhất ngay hôm nay!
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel