avidemux2 & MPEG-4 AVC (x264)

Hello ,

I've a FreeBSD 8 pc and I'm trying to install avidemux2 2.4.4_9 from ports with x264 support.

I've x264 installed from ports (x264-0.0.20100624)

I use default command [cmd=]cd /usr/ports/multimedia/avidemux2/ && make install clean[/cmd]

The installation dont found x264 library :

Code:
-- <Checking for x264>
-- <******************************>
-- Looking for include files USE_X264_H
-- Looking for include files USE_X264_H - found
-- Header x264.h Found
-- Looking for x264_encoder_open in x264
-- Looking for x264_encoder_open in x264 - not found
Lib not found
-- x264 support off
I'm trying to remove this version and I've installed x264-devel but I've a same problem .


In the avidemux2 gtk gui I dont find this video codec .

Where is the problem ? how I can fix It ?


Thanks


Paolo
 
robbtek said:
I've a FreeBSD 8 pc and I'm trying to install avidemux2 2.4.4_9 from ports with x264 support.
It does so by default.
 
I try to deinstalling avidemux and x264 ports and reinstall it but I've not solve the problem.

Any solution ?

Thanks
 
I try to install avidemux2.5 from source but


Code:
# sh bootStrap.sh

...

CMake Error at cmake/Ts.cmake:24 (MESSAGE):
  LRELEASE_EXECUTABLE-NOTFOUND not found - ts files can't be processed
Call Stack (most recent call first):
  cmake/Ts.cmake:119 (FIND_LRELEASE)
  po/CMakeLists.txt:10 (COMPILE_TS_FILES)


-- Configuring incomplete, errors occurred!
*** fail cmake ***
 
Back
Top