I try to build the x264 in the ffmpeg plugin,and I change the configure file in the file with --enable-libx264
And I can build it and make it to rpm.But after I install it in the other computer with it rpm, I run gst-inspect :
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
If I install the ffmpeg-plugin that is OK without any error.
So can any one help me?
Thanks
------------------------------------
Boning,Zhang
------------------------------------------------------------------------------ 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 |
Administrator
|
Hi,
... don't do that. Just use the x264enc plugin from gst-plugins-ugly. Edward On Mon, 2009-08-17 at 09:42 +0800, Zhang, Boning wrote: > I try to build the x264 in the ffmpeg plugin,and I change the > configure file in the file with --enable-libx264 > And I can build it and make it to rpm.But after I install it in the > other computer with it rpm, I run gst-inspect : > > 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 > > If I install the ffmpeg-plugin that is OK without any error. > So can any one help me? > > Thanks > ------------------------------------ > Boning,Zhang > > > > > ------------------------------------------------------------------------------ > 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 |
Hi
can the ugly plugin work well? -----Original Message----- From: Edward Hervey [mailto:[hidden email]] Sent: 2009年8月18日 1:27 To: Discussion of the development of GStreamer Subject: Re: [gst-devel] Build ffmpeg plugin with x264 static lib Hi, ... don't do that. Just use the x264enc plugin from gst-plugins-ugly. Edward On Mon, 2009-08-17 at 09:42 +0800, Zhang, Boning wrote: > I try to build the x264 in the ffmpeg plugin,and I change the > configure file in the file with --enable-libx264 > And I can build it and make it to rpm.But after I install it in the > other computer with it rpm, I run gst-inspect : > > 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 > > If I install the ffmpeg-plugin that is OK without any error. > So can any one help me? > > Thanks > ------------------------------------ > Boning,Zhang > > > > > ------------------------------------------------------------------------------ > 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 ------------------------------------------------------------------------------ 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 |
Administrator
|
Hi,
The best answer to your solution is ... to try it. If it's in gst-plugins-ugly, it means it's a good quality plugin (but uses patent-encumbered technologies and/or non-LGPL license). It is the recommended way to use libx264 in gstreamer and works pretty well. Edward On Wed, 2009-08-19 at 09:44 +0800, Zhang, Boning wrote: > Hi > can the ugly plugin work well? > > > > > > -----Original Message----- > From: Edward Hervey [mailto:[hidden email]] > Sent: 2009年8月18日 1:27 > To: Discussion of the development of GStreamer > Subject: Re: [gst-devel] Build ffmpeg plugin with x264 static lib > > Hi, > > ... don't do that. Just use the x264enc plugin from gst-plugins-ugly. > > Edward > > On Mon, 2009-08-17 at 09:42 +0800, Zhang, Boning wrote: > > I try to build the x264 in the ffmpeg plugin,and I change the > > configure file in the file with --enable-libx264 > > And I can build it and make it to rpm.But after I install it in the > > other computer with it rpm, I run gst-inspect : > > > > 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 > > > > If I install the ffmpeg-plugin that is OK without any error. > > So can any one help me? > > > > Thanks > > ------------------------------------ > > Boning,Zhang > > > > > > > > > > ------------------------------------------------------------------------------ > > 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 > ------------------------------------------------------------------------------ > 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 |
Free forum by Nabble | Edit this page |