1. tom@tom-CF-30KTPAX2M:~$ sudo /home/tom/bin/ffmpeg-custom
  2. [sudo] password for tom:
  3. ffmpeg version git-2014-01-13-22bfb4b Copyright (c) 2000-2014 the FFmpeg developers
  4. built on Jan 13 2014 00:19:36 with gcc 4.8 (Ubuntu/Linaro 4.8.1-10ubuntu9)
  5. 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
  6. libavutil 52. 62.100 / 52. 62.100
  7. libavcodec 55. 48.101 / 55. 48.101
  8. libavformat 55. 23.103 / 55. 23.103
  9. libavdevice 55. 5.102 / 55. 5.102
  10. libavfilter 4. 1.100 / 4. 1.100
  11. libswscale 2. 5.101 / 2. 5.101
  12. libswresample 0. 17.104 / 0. 17.104
  13. libpostproc 52. 3.100 / 52. 3.100
  14. Hyper fast Audio and Video encoder
  15. usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options] outfile}...
  16. Use -h to get full help or, even better, run 'man ffmpeg'
  17. tom@tom-CF-30KTPAX2M:~$ ffmpeg -h
  18. The program 'ffmpeg' is currently not installed. You can install it by typing:
  19. sudo apt-get install ffmpeg
  20. tom@tom-CF-30KTPAX2M:~$ ffmpeg -v
  21. The program 'ffmpeg' is currently not installed. You can install it by typing:
  22. sudo apt-get install ffmpeg
  23. tom@tom-CF-30KTPAX2M:~$ cd bin/
  24. tom@tom-CF-30KTPAX2M:~/bin$ ./ffmpeg -h
  25. ./ffmpeg: error while loading shared libraries: libavfilter.so.4: cannot open shared object file: No such file or directory
  26. tom@tom-CF-30KTPAX2M:~/bin$ ls
  27. ffmpeg ffmpeg-custom ffplay ffprobe ffserver x264
  28. tom@tom-CF-30KTPAX2M:~/bin$