LinHES Forums
http://forums.linhes.org/

transcode doesn't work (missing libavcodec.so)
http://forums.linhes.org/viewtopic.php?f=14&t=7358
Page 1 of 1

Author:  marcel [ Wed Dec 14, 2005 9:23 am ]
Post subject:  transcode doesn't work (missing libavcodec.so)

Hi,

I tried to convert a recording in the frontend but it didn't work. So I tested it via ssh in the shell with "nuvexport --transcode".
I'd like to export a recording to xvid but transcode says:

Code:
[transcode] warning : libavcodec.so: cannot open shared object file: No such file or directory
[transcode] warning : (dl_loader.c) loading "/usr/local/lib/transcode/export_xvid.so" failed
[transcode] warning : (encoder.c) loading video export module failed
[transcode] warning : failed to init export modules
[transcode] critical: plug-in initialization failed

It seems that the libavcodec is mising:

root@mythtv:/myth/tv# updatedb; locate libavcodec.so
root@mythtv:/myth/tv#


How can I install libavcodec.so?

- Marcel

Author:  tiggermanh [ Fri Dec 16, 2005 5:03 pm ]
Post subject: 

Install ffmpeg from source. Make sure to use the --install-share with the ./configure script before you run make and make install.

Author:  marcel [ Sat Dec 17, 2005 2:31 pm ]
Post subject: 

I just compiled ffmpeg and copied the compiled libavcodec.so to /usr/lib, made a ldconfig and now it's working with nuvexport --transcode.

But I still cannot convert recordings through the frontend :( When I chose the convert thing on the OSD it says transcode...., fades out and nothing happens :(

Author:  Nyctoparros [ Sat Sep 09, 2006 11:51 am ]
Post subject: 

I had this issue, but when I ran 'updatedb; locate libavcodec.so' it found:
Code:
/usr/lib/libavcodec.so.51.11.0
/usr/lib/libavcodec.so.51


Running the following fixed it:

Code:
cd /usr/lib; ln -s libavcodec.so.51.11.0 libavcodec.so; ldconfig


I had been playing around with the myth2ipod and not sure if the install script broke this, or if it was broke before since I had never tired to transcoded a file.

Running R5D1

Author:  bouncey [ Sun Nov 26, 2006 4:29 pm ]
Post subject: 

Nyctoparros wrote:
Running the following fixed it:

Code:
cd /usr/lib; ln -s libavcodec.so.51.11.0 libavcodec.so; ldconfig


Thanks! This saved me a lot of effort a while ago.

Page 1 of 1 All times are UTC - 6 hours
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/