Advertisement
Guest User

Untitled

a guest
May 1st, 2014
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.53 KB | None | 0 0
  1. Local computer:
  2.  
  3. ffmpeg -f alsa
  4.  
  5. ffmpeg version 2.2.git-66e30a2 Copyright (c) 2000-2014 the FFmpeg developers
  6. built on Apr 30 2014 11:16:55 with gcc 4.8 (Ubuntu 4.8.2-19ubuntu1)
  7. configuration: --extra-libs=-ldl --prefix=/opt/ffmpeg --enable-avresample --disable-debug --enable-nonfree --enable-gpl --enable-version3 --enable-x11grab --enable-libpulse --enable-libx264 --enable-libfdk-aac --enable-libvorbis --enable-libmp3lame --enable-libopus --enable-libvpx --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libspeex --enable-libass --enable-avisynth --enable-libsoxr
  8. libavutil 52. 79.100 / 52. 79.100
  9. libavcodec 55. 59.100 / 55. 59.100
  10. libavformat 55. 37.101 / 55. 37.101
  11. libavdevice 55. 13.100 / 55. 13.100
  12. libavfilter 4. 4.100 / 4. 4.100
  13. libavresample 1. 2. 0 / 1. 2. 0
  14. libswscale 2. 6.100 / 2. 6.100
  15. libswresample 0. 18.100 / 0. 18.100
  16. libpostproc 52. 3.100 / 52. 3.100
  17. Trailing options were found on the commandline.
  18. Hyper fast Audio and Video encoder
  19. usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options] outfile}...
  20.  
  21. Use -h to get full help or, even better, run 'man ffmpeg'
  22.  
  23. ###################################################################
  24.  
  25. remote computer:
  26. avconv -v verbose
  27.  
  28. avconv version 0.8.10-6:0.8.10-1, Copyright (c) 2000-2013 the Libav developers
  29. built on Feb 5 2014 03:52:19 with gcc 4.7.2
  30. configuration: --arch=amd64 --enable-pthreads --enable-runtime-cpudetect --extra-version='6:0.8.10-1' --libdir=/usr/lib/x86_64-linux-gnu --prefix=/usr --enable-bzlib --enable-libdc1394 --enable-libdirac --enable-libfreetype --enable-frei0r --enable-gnutls --enable-libgsm --enable-libmp3lame --enable-librtmp --enable-libopencv --enable-libopenjpeg --enable-libpulse --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-vaapi --enable-vdpau --enable-libvorbis --enable-libvpx --enable-zlib --enable-gpl --enable-postproc --enable-swscale --enable-libcdio --enable-x11grab --enable-libx264 --enable-libxvid --shlibdir=/usr/lib/x86_64-linux-gnu --enable-shared --disable-static
  31. libavutil 51. 22. 2 / 51. 22. 2
  32. libavcodec 53. 35. 0 / 53. 35. 0
  33. libavformat 53. 21. 1 / 53. 21. 1
  34. libavdevice 53. 2. 0 / 53. 2. 0
  35. libavfilter 2. 15. 0 / 2. 15. 0
  36. libswscale 2. 1. 0 / 2. 1. 0
  37. libpostproc 52. 0. 0 / 52. 0. 0
  38. Hyper fast Audio and Video encoder
  39. usage: avconv [options] [[infile options] -i infile]... {[outfile options] outfile}...
  40.  
  41. Use -h to get full help or, even better, run 'man avconv'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement