Advertisement
Guest User

Untitled

a guest
Aug 21st, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.76 KB | None | 0 0
  1. {
  2. "dandere2x": {
  3. "usersettings": {
  4. "block_size": 30,
  5. "quality_low": 85,
  6. "waifu2x_type": "vulkan",
  7. "noise_level": 3,
  8. "scale_factor": 2,
  9. "file_dir": "..\\workspace\\15seconds.mkv",
  10. "output_file": "..\\workspace\\stress_test.mkv"
  11. },
  12. "developer_settings": {
  13. "step_size": 4,
  14. "bleed": 1,
  15. "extension_type": ".jpg",
  16. "debug": true,
  17. "gui_delete_workspace_after": true,
  18. "realtime_encoding": true,
  19. "realtime_encoding_delete_files": false,
  20. "workspace_use_temp": true,
  21. "workspace": "..\\demo\\exe_test\\",
  22. "dandere2x_cpp_dir": "..\\externals\\dandere2x_cpp.exe"
  23. }
  24. },
  25. "waifu2x_caffe": {
  26. "waifu2x_caffe_path": "..\\externals\\waifu2x-caffe\\waifu2x-caffe-cui.exe",
  27. "output_options": {
  28. "-process": "gpu",
  29. "-crop_size": null,
  30. "-output_quality": null,
  31. "-output_depth": null,
  32. "-batch_size": null,
  33. "-gpu": null,
  34. "-tta": null,
  35. "-model_dir": null
  36. }
  37. },
  38. "waifu2x_converter": {
  39. "waifu2x_converter_path": "..\\externals\\waifu2x-converter-cpp",
  40. "output_options": {
  41. "--output-format": null,
  42. "--png-compression": null,
  43. "--image-quality": null,
  44. "--block-size": null,
  45. "--disable-gpu": null,
  46. "--force-OpenCL": true,
  47. "--processor": null,
  48. "--jobs": null,
  49. "--model-dir": null,
  50. "--mode": null,
  51. "--silent": true
  52. }
  53. },
  54. "waifu2x_ncnn_vulkan": {
  55. "waifu2x_ncnn_vulkan_path": "..\\externals\\waifu2x-ncnn-vulkan",
  56. "output_options": {
  57. "-tile-size": 200,
  58. "-model-path": "..\\externals\\waifu2x-ncnn-vulkan\\models-upconv_7_anime_style_art_rgb",
  59. "-gpu": null,
  60. "-load-proc-save_threads": null,
  61. "-verbose": null
  62. }
  63. },
  64. "ffmpeg": {
  65. "ffmpeg_path": "..\\externals\\ffmpeg.exe",
  66. "ffprobe_path": "..\\externals\\ffprobe.exe",
  67. "-hwaccel": "auto",
  68. "trim_video": {
  69. "time": {
  70. "-ss": null,
  71. "-to": null
  72. },
  73. "output_options": {
  74. "-map": 0,
  75. "-c": null
  76. }
  77. },
  78. "video_to_frames": {
  79. "output_options": {
  80. "-qscale:v": 2,
  81. "-pix_fmt": null,
  82. "-vf": ["noise=c1s=8:c0f=u"]
  83. }
  84. },
  85. "frames_to_video": {
  86. "output_options": {
  87. "-vcodec": "libx264",
  88. "-crf": 17,
  89. "-b:v": null,
  90. "-pix_fmt": null,
  91. "-vf": ["deband=range=22:blur=false","pp7=qp=4:mode=medium"]
  92. },
  93. "-y": true
  94. },
  95. "concat_videos": {
  96. "output_options": {
  97. "-codec": "copy",
  98. "-c": "copy"
  99. }
  100. },
  101. "migrating_tracks": {
  102. "output_options": {
  103. "-y": true,
  104. "-pix_fmt": null
  105. }
  106. }
  107. }
  108. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement