Advertisement
Guest User

Untitled

a guest
Oct 9th, 2013
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. [root@srv3 bin]# ls -al ffmpeg
  2. -rwxr-xr-x 1 root root 18156848 Mar 30 2013 ffmpeg
  3. [root@srv3 bin]# whereis ffmpeg
  4. ffmpeg: /usr/local/bin/ffmpeg
  5. [root@srv3 bin]# /bin/su -s /bin/sh apache -c "/usr/local/bin/ffmpeg"
  6. /usr/local/bin/ffmpeg: /usr/local/lib/libz.so.1: no version information available (required by /usr/local/bin/ffmpeg)
  7. ffmpeg version N-51456-gb448c0a Copyright (c) 2000-2013 the FFmpeg developers
  8. built on Mar 30 2013 16:12:05 with gcc 4.4.7 (GCC) 20120313 (Red Hat 4.4.7-3)
  9. configuration: --enable-gpl --enable-libfdk_aac --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-nonfree
  10. libavutil 52. 23.100 / 52. 23.100
  11. libavcodec 55. 2.100 / 55. 2.100
  12. libavformat 55. 1.100 / 55. 1.100
  13. libavdevice 55. 0.100 / 55. 0.100
  14. libavfilter 3. 48.105 / 3. 48.105
  15. libswscale 2. 2.100 / 2. 2.100
  16. libswresample 0. 17.102 / 0. 17.102
  17. libpostproc 52. 2.100 / 52. 2.100
  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'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement