Hi all!
I have already installed transcode successfully with necesary shared libraries such as libavcodec, libmpeg2, avifile and libdv. They are available in /usr/local/lib.
I have one multimedia file MVI_2029.AVI and try to decode to a raw file. I typed the following command:
tcextract -x dv -i MVI_2029.AVI -d 0 | tcdecode -x dv -y rgb -d 0 -Q 5 > Test.raw
But there is an error:
tcextract: error while loading shared libraries: libdv.so.4: cannot open shared object file: No such file or directory
tcdecode: error while loading shared libraries: libavcodec.so: cannot open shared object file: No such file or directory
I checked in /usr/local/lib and I found these files:
/usr/local/lib/libdv.so.4
/usr/local/lib/libavcodec.so
Could you help me to solve this problem.
Thanks in advance !

