StealthMicro

FFMO

Aug 6th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.53 KB | None | 0 0
  1. /usr/bin/ffmpeg \
  2. -rtsp_transport tcp \
  3. -i rtsp://admin:[email protected]:XXXX/cam/realmonitor?channel=1&subtype=0 \
  4. -vcodec libx264 -b:v 22500k -pix_fmt yuv420p -crf 25 -preset ultrafast -r 30 -g 60 \
  5. -acodec aac -b:a 384k \
  6. -f flv rtmp://a.rtmp.youtube.com/live2/xxxx-xxxx-xxxx-xxxx
  7.  
  8. ffmpeg
  9. ffmpeg version N-90813-g4ac0ff8 Copyright (c) 2000-2018 the FFmpeg developers
  10. built with gcc 5.4.0 (Ubuntu 5.4.0-6ubuntu1~16.04.9) 20160609
  11. configuration:
  12. libavutil 56. 15.100 / 56. 15.100
  13. libavcodec 58. 19.100 / 58. 19.100
  14. libavformat 58. 13.100 / 58. 13.100
  15. libavdevice 58. 4.100 / 58. 4.100
  16. libavfilter 7. 19.100 / 7. 19.100
  17. libswscale 5. 2.100 / 5. 2.100
  18. libswresample 3. 2.100 / 3. 2.100
  19. Hyper fast Audio and Video encoder
  20. usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options] outfile}...
  21.  
  22.  
  23. cat /proc/cpuinfo
  24.  
  25. processor : 0
  26. vendor_id : GenuineIntel
  27. cpu family : 6
  28. model : 63
  29. model name : Intel(R) Xeon(R) CPU E5-2680 v3 @ 2.50GHz
  30. stepping : 2
  31. microcode : 0x36
  32. cpu MHz : 2500.000
  33. cache size : 30720 KB
  34. physical id : 0
  35. siblings : 1
  36. core id : 0
  37. cpu cores : 1
  38. apicid : 0
  39. initial apicid : 0
  40. fpu : yes
  41. fpu_exception : yes
  42. cpuid level : 15
  43. wp : yes
  44. flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts nopl xtopology tsc_reliable nonstop_tsc cpuid aperfmperf pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm abm cpuid_fault epb invpcid_single pti fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid xsaveopt dtherm ida arat pln pts
  45. bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass
  46. bogomips : 5000.00
  47. clflush size : 64
  48. cache_alignment : 64
  49. address sizes : 42 bits physical, 48 bits virtual
  50. power management:
  51.  
  52. processor : 1
  53. vendor_id : GenuineIntel
  54. cpu family : 6
  55. model : 63
  56. model name : Intel(R) Xeon(R) CPU E5-2680 v3 @ 2.50GHz
  57. stepping : 2
  58. microcode : 0x36
  59. cpu MHz : 2500.000
  60. cache size : 30720 KB
  61. physical id : 2
  62. siblings : 1
  63. core id : 0
  64. cpu cores : 1
  65. apicid : 2
  66. initial apicid : 2
  67. fpu : yes
  68. fpu_exception : yes
  69. cpuid level : 15
  70. wp : yes
  71. flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts nopl xtopology tsc_reliable nonstop_tsc cpuid aperfmperf pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm abm cpuid_fault epb invpcid_single pti fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid xsaveopt dtherm ida arat pln pts
  72. bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass
  73. bogomips : 5000.00
  74. clflush size : 64
  75. cache_alignment : 64
  76. address sizes : 42 bits physical, 48 bits virtual
  77. power management:
  78.  
  79. processor : 2
  80. vendor_id : GenuineIntel
  81. cpu family : 6
  82. model : 63
  83. model name : Intel(R) Xeon(R) CPU E5-2680 v3 @ 2.50GHz
  84. stepping : 2
  85. microcode : 0x36
  86. cpu MHz : 2500.000
  87. cache size : 30720 KB
  88. physical id : 4
  89. siblings : 1
  90. core id : 0
  91. cpu cores : 1
  92. apicid : 4
  93. initial apicid : 4
  94. fpu : yes
  95. fpu_exception : yes
  96. cpuid level : 15
  97. wp : yes
  98. flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts nopl xtopology tsc_reliable nonstop_tsc cpuid aperfmperf pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm abm cpuid_fault epb invpcid_single pti fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid xsaveopt dtherm ida arat pln pts
  99. bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass
  100. bogomips : 5000.00
  101. clflush size : 64
  102. cache_alignment : 64
  103. address sizes : 42 bits physical, 48 bits virtual
  104. power management:
  105.  
  106. processor : 3
  107. vendor_id : GenuineIntel
  108. cpu family : 6
  109. model : 63
  110. model name : Intel(R) Xeon(R) CPU E5-2680 v3 @ 2.50GHz
  111. stepping : 2
  112. microcode : 0x36
  113. cpu MHz : 2500.000
  114. cache size : 30720 KB
  115. physical id : 6
  116. siblings : 1
  117. core id : 0
  118. cpu cores : 1
  119. apicid : 6
  120. initial apicid : 6
  121. fpu : yes
  122. fpu_exception : yes
  123. cpuid level : 15
  124. wp : yes
  125. flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts nopl xtopology tsc_reliable nonstop_tsc cpuid aperfmperf pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm abm cpuid_fault epb invpcid_single pti fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid xsaveopt dtherm ida arat pln pts
  126. bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass
  127. bogomips : 5000.00
  128. clflush size : 64
  129. cache_alignment : 64
  130. address sizes : 42 bits physical, 48 bits virtual
  131. power management:
Advertisement
Add Comment
Please, Sign In to add comment