[FFmpeg-user] capture desktop {edited}

Moritz Barsnick barsnick at gmx.net
Mon Aug 24 12:41:08 CEST 2015


On Mon, Aug 24, 2015 at 00:51:08 +0000, Eng.Hany Ahmed wrote:

While Carl Eugen recommended a static build to rule out these issues,
let me explicitly point out what the problem is:

>   libavutil      54. 31.100 / 54. 17.  0
>   libavcodec     56. 58.100 / 56. 35.  1
>   libavformat    56. 40.101 / 56. 21.  0
>   libavdevice    56.  4.100 / 56.  4.100
>   libavfilter     5. 35.100 /  5.  1.  0
>   libswscale      3.  1.101 /  3.  0.  0
>   libswresample   1.  2.101 /  1.  2.101
>   libpostproc    53.  3.100 / 53.  3.100

ffmpeg was compiled against other dynamic libs than it is running with.
In other words: The binary you are executing is picking up older
installations of the libraries, instead of the proper ones.

I also would recommend a static build, if you're not using the
libraries for anything else than the ffmpeg binaries. Otherwise,
something like LD_LIBRARY_PATH would fix this.

Moritz


More information about the ffmpeg-user mailing list