宜昌本地软件开发与弱电工程服务商
项目咨询 · 快速响应

[FFmpeg]ffmpeg支持流的协议

2016-10-13 00:16:48 点击量:38 标签: 收藏本文

[FFmpeg]ffmpeg支持流的协议

  1. D:\ffmpeg7-win32-static\bin>ffmpeg -protocols 
  2. ffmpeg version N-49044-g89afa63 Copyright (c) 2000-2013 the FFmpeg 
  3.   built on Jan 19 2013 20:36:06 with gcc 4.7.2 (GCC) 
  4.   configuration: --enable-gpl --enable-version3 --disable-w32threa 
  5.   libavutil      52. 15.100 / 52. 15.100 
  6.   libavcodec     54. 89.100 / 54. 89.100 
  7.   libavformat    54. 61.101 / 54. 61.101 
  8.   libavdevice    54.  3.102 / 54.  3.102 
  9.   libavfilter     3. 32.101 /  3. 32.101 
  10.   libswscale      2.  2.100 /  2.  2.100 
  11.   libswresample   0. 17.102 /  0. 17.102 
  12.   libpostproc    52.  2.100 / 52.  2.100 
  13. Supported file protocols: 
  14. Input: 【输入协议】 
  15. applehttp 
  16. bluray 
  17. cache 
  18. concat 
  19. crypto 
  20. data 
  21. file 
  22. gopher 
  23. hls 
  24. http 
  25. httpproxy 
  26. https 
  27. mmsh 
  28. mmst 
  29. pipe 
  30. rtp 
  31. srtp 
  32. tcp 
  33. tls 
  34. udp 
  35. rtmp 
  36. rtmpe 
  37. rtmps 
  38. rtmpt 
  39. rtmpte 
  40. Output:【输出协议】 
  41. file 
  42. gopher 
  43. http 
  44. httpproxy 
  45. https 
  46. md5 
  47. pipe 
  48. rtp 
  49. srtp 
  50. tcp 
  51. tls 
  52. udp 
  53. rtmp 
  54. rtmpe 
  55. rtmps 
  56. rtmpt 
  57. rtmpte 
  58.  
  59. D:\ffmpeg7-win32-static\bin>