Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.44 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-16"?>
  2. <flashmediaencoder_profile>
  3. <preset>
  4. <name>Custom</name>
  5. <description></description>
  6. </preset>
  7. <capture>
  8. <video>
  9. <device>VHScrCap</device>
  10. <crossbar_input>0</crossbar_input>
  11. <frame_rate>30</frame_rate>
  12. <size>
  13. <width>1920</width>
  14. <height>1200</height>
  15. </size>
  16. </video>
  17. <audio>
  18. <device>"What U Hear" (Creative SB X-Fi</device>
  19. <crossbar_input>0</crossbar_input>
  20. <sample_rate>11025</sample_rate>
  21. <channels>1</channels>
  22. <input_volume>75</input_volume>
  23. </audio>
  24. </capture>
  25. <process>
  26. <video>
  27. <crop>
  28. </crop>
  29.  
  30. </video>
  31. </process>
  32. <encode>
  33. <video>
  34. <format>VP6</format>
  35. <datarate>1000</datarate>
  36. <advanced>
  37. <keyframe_frequency>5 seconds</keyframe_frequency>
  38. <quality>Avg Quality - Great Framerate</quality>
  39. <noise_reduction>None</noise_reduction>
  40. <datarate_window>Medium</datarate_window>
  41. <cpu_usage>Dedicated</cpu_usage>
  42. </advanced>
  43. </video>
  44. <audio>
  45. <format>Mp3</format>
  46. <datarate>128</datarate>
  47. </audio>
  48. </encode>
  49. <restartinterval>
  50. <days></days>
  51. <hours></hours>
  52. <minutes></minutes>
  53. </restartinterval>
  54. <reconnectinterval>
  55. <attempts></attempts>
  56. <interval></interval>
  57. </reconnectinterval>
  58. <output>
  59. <rtmp>
  60. <url>rtmp://live.justin.tv/app</url>
  61. <backup_url></backup_url>
  62. <stream>my id</stream>
  63. </rtmp>
  64. </output>
  65. <metadata>
  66. <entry>
  67. <key>author</key>
  68. <value></value>
  69. </entry>
  70. <entry>
  71. <key>copyright</key>
  72. <value></value>
  73. </entry>
  74. <entry>
  75. <key>description</key>
  76. <value></value>
  77. </entry>
  78. <entry>
  79. <key>keywords</key>
  80. <value></value>
  81. </entry>
  82. <entry>
  83. <key>rating</key>
  84. <value></value>
  85. </entry>
  86. <entry>
  87. <key>title</key>
  88. <value></value>
  89. </entry>
  90. </metadata>
  91. <preview>
  92. <audio></audio>
  93. </preview>
  94. <log>
  95. <level>100</level>
  96. <directory>C:\fme\</directory>
  97. </log>
  98. </flashmediaencoder_profile>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement