Advertisement
Guest User

Untitled

a guest
May 24th, 2018
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.20 KB | None | 0 0
  1. {
  2. "Logging": {
  3. "IncludeScopes": false,
  4. "Debug": {
  5. "LogLevel": {
  6. "Default": "Warning"
  7. }
  8. },
  9. "Console": {
  10. "LogLevel": {
  11. "Default": "Warning"
  12. }
  13. }
  14. },
  15.  
  16. "Front": {
  17. "CORS": "https://d.tube"
  18. },
  19.  
  20. "General": {
  21. "MaxGetProgressCanceled": 600,
  22. "ImageMagickPath": "",
  23. "TempFilePath": "/home/mircea/Downloads/testfolder",
  24. "ErrorFilePath": "/home/mircea/Downloads/testfolder3",
  25. "FinalFilePath": "/home/mircea/Downloads/testfolder2",
  26. "Version": "0.7.5"
  27. },
  28.  
  29. "Encode": [
  30. {
  31. "urlTag": "144p",
  32. "maxRate": "100k",
  33. "width": 256,
  34. "height": 144,
  35. "MinSourceHeightForEncoding": 80,
  36. "qualityOrder": 1
  37. },
  38. {
  39. "urlTag": "240p",
  40. "maxRate": "200k",
  41. "width": 426,
  42. "height": 240,
  43. "MinSourceHeightForEncoding": 120,
  44. "qualityOrder": 2
  45. },
  46. {
  47. "urlTag": "360p",
  48. "maxRate": "400k",
  49. "width": 640,
  50. "height": 360,
  51. "MinSourceHeightForEncoding": 300,
  52. "qualityOrder": 3
  53. },
  54. {
  55. "urlTag": "480p",
  56. "maxRate": "1000k",
  57. "width": 854,
  58. "height": 480,
  59. "MinSourceHeightForEncoding": 360,
  60. "qualityOrder": 4
  61. },
  62. {
  63. "urlTag": "720p",
  64. "maxRate": "2000k",
  65. "width": 1280,
  66. "height": 720,
  67. "MinSourceHeightForEncoding": 600,
  68. "qualityOrder": 5
  69. },
  70. {
  71. "urlTag": "1080p",
  72. "maxRate": "3200k",
  73. "width": 1920,
  74. "height": 1080,
  75. "MinSourceHeightForEncoding": 900,
  76. "qualityOrder": 6
  77. }
  78. ],
  79.  
  80. "Ipfs": {
  81. "IpfsTimeout": 108000,
  82. "VideoAndSpriteTrickleDag": true,
  83. "AddVideoSource": true,
  84. "OnlyHash": false
  85. },
  86.  
  87. "Video": {
  88. "FfProbeTimeout": 10,
  89. "EncodeGetImagesTimeout": 600,
  90. "EncodeTimeout": 108000,
  91. "MaxVideoDurationForEncoding": 1800,
  92. "NbSpriteImages": 100,
  93. "HeightSpriteImages": 118,
  94. "GpuEncodeMode": false,
  95. "NbSpriteDaemon": 1,
  96. "NbAudioVideoCpuEncodeDaemon": 1,
  97. "NbAudioCpuEncodeDaemon": 1,
  98. "NbVideoGpuEncodeDaemon": 1,
  99. "AuthorizedQuality": "240p,480p,720p,1080p",
  100. "NVidiaCard":"QuadroP5000"
  101. }
  102. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement