LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Problems installing transcode (https://www.linuxquestions.org/questions/linux-software-2/problems-installing-transcode-886714/)

adrian89 06-16-2011 10:15 AM

Problems installing transcode
 
Hi! I have a problem with transcode installation. I have downloaded transcode 1.1.0 from this web page transcoding.org When I write the command: ./configure it starts to load but in finally it displays me 4 errors:
ERROR: option '--enable-lame' failed: cannot compile and run a test program
lame.h can be found in the following packages:
lame mp3dev.org

ERROR: option '--enable-libdvdread' failed: cannot link against libdvdread

ERROR: option '--enable-libjpeg' failed: cannot compile jpeglib.h

ERROR: option '--enable-libjpeg' failed: cannot link against libjpeg

Although I downloaded and installed 'lame' from the recommended web page the fist error is still on.

Can any one help me?

P.S.: I have to write a script which transform a clip into pictures, each picture represents a frame, put a visible watermark (a text) in each picture and the convert the pictures in a clip. What do you think about this script? I can use transcode to do all this?

brianL 06-16-2011 10:52 AM

What distro are you using? You're short of those mentioned libraries: libdvdread, libjpeg, and maybe some more.

adrian89 06-16-2011 10:58 AM

Quote:

Originally Posted by brianL (Post 4387644)
What distro are you using? You're short of those mentioned libraries: libdvdread, libjpeg, and maybe some more.

I'm using OpenSuse. Although I installed lame, it still give me the same error...

knudfl 06-17-2011 03:49 AM

Install libdvdread and libjpeg !

# zypper in libdvdread-devel libjpeg62-devel

And then some ...
http://www.vimp.com/en/documentation...suse-sles.html


If you have further questions, tell which Suse it's about.
And please read : http://www.linuxquestions.org/linux/...Ask_a_Question


Read the LAME documentation : To learn what lame is, and what lame isn't ...
http://lame.sourceforge.net/

..


All times are GMT -5. The time now is 01:40 PM.