Автор Тема: Проблем  (Прочетена 1609 пъти)

CadeFoster

  • Напреднали
  • *****
  • Публикации: 12
    • Профил
Проблем
« -: Jul 09, 2012, 20:19 »
здравейте... опитвам се да инсталирам ffmpeg-php ... но нещо не се получава....
Код
GeSHi (PHP):
  1. [code=bash][code=php][code]root@ns:~/codecs/ffmpeg-php-0.6.0# make test
  2.  
  3. Build complete.
  4. Don't forget to run 'make test'.
  5.  
  6.  
  7. =====================================================================
  8. PHP         : /usr/bin/php
  9. PHP_SAPI    : cli
  10. PHP_VERSION : 5.3.3-7+squeeze13
  11. ZEND_VERSION: 2.3.0
  12. PHP_OS      : Linux - Linux ns 2.6.32-5-686 #1 SMP Fri Sep 9 20:51:05 UTC 2011 i686
  13. INI actual  : /root/codecs/ffmpeg-php-0.6.0/tmp-php.ini
  14. More .INIs  :
  15. CWD         : /root/codecs/ffmpeg-php-0.6.0
  16. Extra dirs  :
  17. VALGRIND    : Not used
  18. =====================================================================
  19. TIME START 2012-07-09 17:11:43
  20. =====================================================================
  21. FAIL ffmpeg getAudioBitRate test [tests/getAudioBitRate.phpt]
  22. FAIL ffmpeg getAudioChannels test [tests/getAudioChannels.phpt]
  23. FAIL ffmpeg getAudioCodec test [tests/getAudioCodec.phpt]
  24. FAIL ffmpeg getAudioSampleRate test [tests/getAudioSampleRate.phpt]
  25. FAIL ffmpeg getAudioStreamId test [tests/getAudioStreamId.phpt]
  26. FAIL ffmpeg getBitRate test [tests/getBitRate.phpt]
  27. FAIL ffmpeg getDuration test [tests/getDuration.phpt]
  28. FAIL ffmpeg getFileName test [tests/getFileName.phpt]
  29. SKIP ffmpeg getFrame test [tests/getFrame.phpt] reason: gd extension not avaliable.
  30. FAIL ffmpeg getFrameCount test [tests/getFrameCount.phpt]
  31. FAIL ffmpeg getFrameHeight test [tests/getFrameHeight.phpt]
  32. FAIL ffmpeg getFrameNumber test [tests/getFrameNumber.phpt]
  33. FAIL ffmpeg getFrameRate test [tests/getFrameRate.phpt]
  34. FAIL ffmpeg getFrameWidth test [tests/getFrameWidth.phpt]
  35. SKIP ffmpeg getFrame backwards test [tests/getFramesBackwards.phpt] reason: gd extension not avaliable.
  36. SKIP ffmpeg getFrames forward test [tests/getFramesForward.phpt] reason: gd extension not avaliable.
  37. SKIP ffmpeg getFrames forward test [tests/getFramesForwardPassedEnd.phpt] reason: gd extension not avaliable.
  38. SKIP ffmpeg getFramesNoArg test [tests/getFramesNoArg.phpt] reason: gd extension not avaliable.
  39. FAIL ffmpeg getID3Info() test [tests/getID3Info.phpt]
  40. SKIP ffmpeg get key frames test [tests/getNextKeyFrame.phpt] reason: gd extension not avaliable.
  41. SKIP ffmpeg getPTS test (Fixme: This test is no good with robot.avi) [tests/getPTS.phpt] reason: gd extension not avaliable.
  42. FAIL ffmpeg getPixelAspectRatio test [tests/getPixelAspectRatio.phpt]
  43. FAIL ffmpeg getPixelFormat test [tests/getPixelFormat.phpt]
  44. FAIL ffmpeg getVideoBitRate test [tests/getVideoBitRate.phpt]
  45. FAIL ffmpeg getVideoCodec test [tests/getVideoCodec.phpt]
  46. FAIL ffmpeg getVideoStreamId test [tests/getVideoStreamId.phpt]
  47. FAIL ffmpeg hasAudio test [tests/hasAudio.phpt]
  48. SKIP ffmpeg test key frame [tests/isKeyFrame.phpt] reason: gd extension not avaliable.
  49. FAIL ffmpeg persistent movie test [tests/persistentMovie.phpt]
  50. =====================================================================
  51. TIME END 2012-07-09 17:11:48
  52.  
  53. =====================================================================
  54. TEST RESULT SUMMARY
  55. ---------------------------------------------------------------------
  56. Exts skipped    :    0
  57. Exts tested     :   44
  58. ---------------------------------------------------------------------
  59.  
  60. Number of tests :   29                21
  61. Tests skipped   :    8 ( 27.6%) --------
  62. Tests warned    :    0 (  0.0%) (  0.0%)
  63. Tests failed    :   21 ( 72.4%) (100.0%)
  64. Expected fail   :    0 (  0.0%) (  0.0%)
  65. Tests passed    :    0 (  0.0%) (  0.0%)
  66. ---------------------------------------------------------------------
  67. Time taken      :    5 seconds
  68. =====================================================================
  69.  
  70. =====================================================================
  71. FAILED TEST SUMMARY
  72. ---------------------------------------------------------------------
  73. ffmpeg getAudioBitRate test [tests/getAudioBitRate.phpt]
  74. ffmpeg getAudioChannels test [tests/getAudioChannels.phpt]
  75. ffmpeg getAudioCodec test [tests/getAudioCodec.phpt]
  76. ffmpeg getAudioSampleRate test [tests/getAudioSampleRate.phpt]
  77. ffmpeg getAudioStreamId test [tests/getAudioStreamId.phpt]
  78. ffmpeg getBitRate test [tests/getBitRate.phpt]
  79. ffmpeg getDuration test [tests/getDuration.phpt]
  80. ffmpeg getFileName test [tests/getFileName.phpt]
  81. ffmpeg getFrameCount test [tests/getFrameCount.phpt]
  82. ffmpeg getFrameHeight test [tests/getFrameHeight.phpt]
  83. ffmpeg getFrameNumber test [tests/getFrameNumber.phpt]
  84. ffmpeg getFrameRate test [tests/getFrameRate.phpt]
  85. ffmpeg getFrameWidth test [tests/getFrameWidth.phpt]
  86. ffmpeg getID3Info() test [tests/getID3Info.phpt]
  87. ffmpeg getPixelAspectRatio test [tests/getPixelAspectRatio.phpt]
  88. ffmpeg getPixelFormat test [tests/getPixelFormat.phpt]
  89. ffmpeg getVideoBitRate test [tests/getVideoBitRate.phpt]
  90. ffmpeg getVideoCodec test [tests/getVideoCodec.phpt]
  91. ffmpeg getVideoStreamId test [tests/getVideoStreamId.phpt]
  92. ffmpeg hasAudio test [tests/hasAudio.phpt]
  93. ffmpeg persistent movie test [tests/persistentMovie.phpt]
  94. =====================================================================
  95.  
  96. You may have found a problem in PHP.
  97. We would like to send this report automatically to the
  98. PHP QA team, to give us a better understanding of how
  99. the test cases are doing. If you don't want to send it
  100. immediately, you can choose "s" to save the report to
  101. a file that you can send us later.
  102. Do you want to send this report now? [Yns]:
[/code][/code][/code]
Активен