Hi!

Wally wrote:

> i tried the latest svn-version - no success.

Are you sure? The latest revision of dvbcut is 65.

> Still got :
> ............
>  [mp2 @ 0xb7687028]Header missing skipping one byte.
>  [mp2 @ 0xb7687028]incorrect frame size
>  dvbcut: symbol lookup error: dvbcut: undefined symbol: 
> img_convert

Welcome to the ffmpeg shared library version hell :(

That appears to be a runtime error from the dynamic linker. As far as I
can tell, this will only happen if you have different versions of the
shared ffmpeg libraries installed. You obviously linked dvbcut with an
older version but are loading a newer one (which no longer contains
img_convert) at runtime.

> If i understood the instruction well, i just have not to give 
> any FFMPEG-path, dvbcut will use the buildin ffmpeg.
> 
> «If you do not specify any FFMPEG path, DVBCUT will be linked 
> against static FFMPEG libraries built from the sources in 
> ffmpeg.src».

That's what it should. Please run

        ldd /path/to/bin/dvbcut

to verify that it's not dynamically linked with libavcodec & friends.

> I tried several times just with "make" as root.

Are you sure that FFMPEG isn't set in your shell environment?

-- 
Michael "Tired" Riepe <[EMAIL PROTECTED]>
X-Tired: Each morning I get up I die a little

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
DVBCUT-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dvbcut-user

Reply via email to