1. tom@tom-CF-30KTPAX2M:~/bin$ ./ffmpeg -v
  2. ./ffmpeg: error while loading shared libraries: libavfilter.so.4: cannot open shared object file: No such file or directory
  3. tom@tom-CF-30KTPAX2M:~/bin$ cd
  4. tom@tom-CF-30KTPAX2M:~$ LD_LIBRARY_PATH=$HOME/ffmpeg_build/lib $HOME/bin/ffmpegffmpeg version git-2014-01-13-22bfb4b Copyright (c) 2000-2014 the FFmpeg developers
  5. built on Jan 13 2014 00:19:36 with gcc 4.8 (Ubuntu/Linaro 4.8.1-10ubuntu9)
  6. configuration: --prefix=/home/tom/ffmpeg_build --extra-cflags=-I/home/tom/ffmpeg_build/include --extra-ldflags=-L/home/tom/ffmpeg_build/lib --bindir=/home/tom/bin --extra-libs=-ldl --enable-gpl --enable-version3 --enable-shared --enable-nonfree --enable-postproc --enable-libfaac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxvid --disable-static
  7. libavutil 52. 62.100 / 52. 62.100
  8. libavcodec 55. 48.101 / 55. 48.101
  9. libavformat 55. 23.103 / 55. 23.103
  10. libavdevice 55. 5.102 / 55. 5.102
  11. libavfilter 4. 1.100 / 4. 1.100
  12. libswscale 2. 5.101 / 2. 5.101
  13. libswresample 0. 17.104 / 0. 17.104
  14. libpostproc 52. 3.100 / 52. 3.100
  15. Hyper fast Audio and Video encoder
  16. usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options] outfile}...
  17. Use -h to get full help or, even better, run 'man ffmpeg'
  18. tom@tom-CF-30KTPAX2M:~$ ffmpeg -v
  19. The program 'ffmpeg' is currently not installed. You can install it by typing:
  20. sudo apt-get install ffmpeg
  21. tom@tom-CF-30KTPAX2M:~$ cd bin
  22. tom@tom-CF-30KTPAX2M:~/bin$ ./ffmpeg -v
  23. ./ffmpeg: error while loading shared libraries: libavfilter.so.4: cannot open shared object file: No such file or directory
  24. tom@tom-CF-30KTPAX2M:~/bin$