Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2014
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.65 KB | None | 0 0
  1. [tibi@localhost ~]$ su
  2. Jelszó:
  3. [root@localhost tibi]# yum install mencoder
  4. Betöltött bővítmények: langpacks, refresh-packagekit
  5. Függőségek megállapítása
  6. --> Tranzakció ellenőrzés futtatása
  7. ---> A(z) mencoder.x86_64 0:1.1-18.20140111svn.fc20 csomaggal a következő történik: telepítve
  8. --> A függőségvizsgálat véget ért
  9.  
  10. Függőségek Megtalálva
  11.  
  12. ================================================================================
  13. Package Arch Verzió Tároló Méret
  14. ================================================================================
  15. Telepítés:
  16. mencoder x86_64 1.1-18.20140111svn.fc20 rpmfusion-free-updates 839 k
  17.  
  18. Tranzakció Összegzés
  19. ================================================================================
  20. Telepítés 1 Package
  21.  
  22. Teljes letöltési méret: 839 k
  23. Telepített méret: 2.6 M
  24. Is this ok [y/d/N]: y
  25. Downloading packages:
  26. mencoder-1.1-18.20140111svn.fc20.x86_64.rpm | 839 kB 00:01
  27. Running transaction check
  28. Running transaction test
  29. Transaction test succeeded
  30. Running transaction
  31. Telepítés : mencoder-1.1-18.20140111svn.fc20.x86_64 1/1
  32. Ellenőrzés : mencoder-1.1-18.20140111svn.fc20.x86_64 1/1
  33.  
  34. Telepítve:
  35. mencoder.x86_64 0:1.1-18.20140111svn.fc20
  36.  
  37. Kész!
  38. [root@localhost tibi]# cd
  39. [root@localhost ~]# yum install ffmpeg
  40. Betöltött bővítmények: langpacks, refresh-packagekit
  41. Függőségek megállapítása
  42. --> Tranzakció ellenőrzés futtatása
  43. ---> A(z) ffmpeg.x86_64 0:2.1.3-1.fc20 csomaggal a következő történik: telepítve
  44. --> A függőségvizsgálat véget ért
  45.  
  46. Függőségek Megtalálva
  47.  
  48. ================================================================================
  49. Package Arch Verzió Tároló Méret
  50. ================================================================================
  51. Telepítés:
  52. ffmpeg x86_64 2.1.3-1.fc20 rpmfusion-free-updates 1.3 M
  53.  
  54. Tranzakció Összegzés
  55. ================================================================================
  56. Telepítés 1 Package
  57.  
  58. Teljes letöltési méret: 1.3 M
  59. Telepített méret: 6.0 M
  60. Is this ok [y/d/N]: y
  61. Downloading packages:
  62. ffmpeg-2.1.3-1.fc20.x86_64.rpm | 1.3 MB 00:00
  63. Running transaction check
  64. Running transaction test
  65. Transaction test succeeded
  66. Running transaction
  67. Telepítés : ffmpeg-2.1.3-1.fc20.x86_64 1/1
  68. Ellenőrzés : ffmpeg-2.1.3-1.fc20.x86_64 1/1
  69.  
  70. Telepítve:
  71. ffmpeg.x86_64 0:2.1.3-1.fc20
  72.  
  73. Kész!
  74. [root@localhost ~]# cd
  75. [root@localhost ~]# mencoder
  76. MEncoder SVN-r36573-4.8.2 (C) 2000-2014 MPlayer Team
  77. No file given
  78.  
  79. Exiting... (error parsing command line)
  80. [root@localhost ~]# ffmpeg
  81. ffmpeg version 2.1.3 Copyright (c) 2000-2013 the FFmpeg developers
  82. built on Jan 25 2014 15:11:42 with gcc 4.8.2 (GCC) 20131212 (Red Hat 4.8.2-7)
  83. configuration: --prefix=/usr --bindir=/usr/bin --datadir=/usr/share/ffmpeg --incdir=/usr/include/ffmpeg --libdir=/usr/lib64 --mandir=/usr/share/man --arch=x86_64 --optflags='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' --enable-bzlib --disable-crystalhd --enable-frei0r --enable-gnutls --enable-libass --enable-libcdio --enable-libcelt --enable-libdc1394 --disable-indev=jack --enable-libfreetype --enable-libgsm --enable-libmp3lame --enable-openal --enable-libopencv --enable-libopenjpeg --enable-libopus --enable-libpulse --enable-libschroedinger --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libvorbis --enable-libv4l2 --enable-libvpx --enable-libx264 --enable-libxvid --enable-x11grab --enable-avfilter --enable-avresample --enable-postproc --enable-pthreads --disable-static --enable-shared --enable-gpl --disable-debug --disable-stripping --shlibdir=/usr/lib64 --enable-runtime-cpudetect
  84. libavutil 52. 48.101 / 52. 48.101
  85. libavcodec 55. 39.101 / 55. 39.101
  86. libavformat 55. 19.104 / 55. 19.104
  87. libavdevice 55. 5.100 / 55. 5.100
  88. libavfilter 3. 90.100 / 3. 90.100
  89. libavresample 1. 1. 0 / 1. 1. 0
  90. libswscale 2. 5.101 / 2. 5.101
  91. libswresample 0. 17.104 / 0. 17.104
  92. libpostproc 52. 3.100 / 52. 3.100
  93. Hyper fast Audio and Video encoder
  94. usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options] outfile}...
  95.  
  96. Use -h to get full help or, even better, run 'man ffmpeg'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement