aizvorski / h264bitstream

A complete set of functions to read and write H.264 video bitstreams, in particular to examine or modify headers.
GNU Lesser General Public License v2.1
713 stars 237 forks source link

libh264bitstream.so.0 file not found #24

Closed mvasin closed 7 years ago

mvasin commented 7 years ago

Here's my installation sequence:

docker run -ti $PWD:/workdir ubuntu
apt update
apt-get install build-essential libtool autoreconf git
git clone https://github.com/aizvorski/h264bitstream && cd h264bitstream
autoreconf -i
./configure --prefix=/usr/local
make
make install

Then I run h264_analyze and get

root@b64adfd865e3:/h264bitstream# h264_analyze
h264_analyze: error while loading shared libraries: libh264bitstream.so.0: cannot open shared object file: No such file or directory
mvasin commented 7 years ago

Ah, ffmpeg installation fixes this.