Hi, august wrote: >>> I just ran the tests/dump_plugins after installing gmerlin and only >>> have the "Singlepicture encoder" listed as a video encoder. >>> Shouldn't there be more? >> For video not. There is the libquicktime encoder you'll get if you >> install a later libquicktime, that's what I usually use. Some more >> (ffmpeg, theora and mjpegtools/mpeg2enc) are in the gmerlin-encoders package. > > > ok. got it. Is there a specific order in which one should install > these? >
The encoder package must be installed after the gmerlin package (otherwise configure will fail). Everything else doesn't matter. > I now do ./dump_plugins and get: > > aug...@luv:~/down/gmerlin/tests$ ./dump_plugins > hmm.html > [pluginregistry] Error: dlopen failed for > /usr/local/lib/gmerlin/plugins/b_ogg.so: > /usr/local/lib/gmerlin/plugins/b_ogg.so: undefined symbol: > th_comment_init can you post the output of ldd /usr/local/lib/gmerlin/plugins/b_ogg.so ? > [pluginregistry] Error: dlopen failed for > /usr/local/lib/gmerlin/plugins/e_theora.so: /usr/lib/libtheoraenc.so.1: > undefined symbol: theora_version_string That looks like your theora installation is messed up. Can it be that you have another theora installation in /usr/local or so? Also I know that there was at least one broken theora package on Ubuntu. I wonder how linking to theora is so complicated nowadays. I get the feeling I'm the only one who uses the official 1.0 API, while all the others use the pre 1.0 legacy API. Good idea to fix this before the release. Burkhard ------------------------------------------------------------------------------ Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev _______________________________________________ Gmerlin-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gmerlin-general
