Advertisement
Guest User

Untitled

a guest
Nov 10th, 2010
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.23 KB | None | 0 0
  1. root@server:/root/ffmpeg# ffmpeg
  2. FFmpeg version SVN-r22144, Copyright (c) 2000-2010 the FFmpeg developers
  3. built on Mar 2 2010 07:34:29 with gcc 4.2.4 (Ubuntu 4.2.4-1ubuntu4)
  4. configuration: --enable-gpl --enable-pthreads --enable-libvorbis --enable-version3 --enable-nonfree --enable-postproc --enable-pthreads --enable-libgsm --enable-libfaac --enable-libfaad --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libx264 --enable-libxvid --enable-x11grab --disable-debug --enable-shared
  5. libavutil 50. 9. 0 / 50. 9. 0
  6. libavcodec 52.55. 0 / 52.55. 0
  7. libavformat 52.54. 0 / 52.54. 0
  8. libavdevice 52. 2. 0 / 52. 2. 0
  9. libswscale 0.10. 0 / 0.10. 0
  10. libpostproc 51. 2. 0 / 51. 2. 0
  11. Hyper fast Audio and Video encoder
  12. usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options] outfile}...
  13.  
  14. Use -h to get full help or, even better, run 'man ffmpeg'
  15. root@server:/root/ffmpeg# apt-get remove ffmpeg
  16. Reading package lists... Done
  17. Building dependency tree
  18. Reading state information... Done
  19. Package ffmpeg is not installed, so not removed
  20. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  21. root@server:/root/ffmpeg# make distclean
  22. Makefile:1: config.mak: No such file or directory
  23. libavutil/Makefile:1: libavutil/../config.mak: No such file or directory
  24. libavutil/../subdir.mak:96: warning: overriding commands for target `libavutil/'
  25. libavutil/../subdir.mak:26: warning: ignoring old commands for target `libavutil/'
  26. libavutil/../subdir.mak:96: warning: overriding commands for target `libavutil/'
  27. libavutil/../subdir.mak:96: warning: ignoring old commands for target `libavutil/'
  28. Makefile:232: /tests/fate.mak: No such file or directory
  29. Makefile:233: /tests/fate2.mak: No such file or directory
  30. Makefile:235: /tests/fate/aac.mak: No such file or directory
  31. Makefile:236: /tests/fate/als.mak: No such file or directory
  32. Makefile:237: /tests/fate/fft.mak: No such file or directory
  33. Makefile:238: /tests/fate/h264.mak: No such file or directory
  34. Makefile:239: /tests/fate/mp3.mak: No such file or directory
  35. Makefile:240: /tests/fate/vorbis.mak: No such file or directory
  36. Makefile:241: /tests/fate/vp8.mak: No such file or directory
  37. make: *** No rule to make target `/tests/fate/vp8.mak'. Stop.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement