Advertisement
Guest User

Untitled

a guest
Oct 10th, 2015
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. {
  2. "source" : {
  3. "width" : 1280,
  4. "height" : 720,
  5. "type" : "word",
  6. "subsample_w" : 1,
  7. "subsample_h" : 1,
  8. "color" : "yuv",
  9. "colorspace" : {
  10. "matrix" : "709",
  11. "transfer" : "unspec",
  12. "primaries" : "unspec"
  13. },
  14. "depth" : 10,
  15. "fullrange" : false,
  16. "parity" : "progressive",
  17. "chroma_location_w" : "left",
  18. "chroma_location_h" : "center"
  19. },
  20. "target" : {
  21. "width" : 1920,
  22. "height" : 1080,
  23. "type" : "byte",
  24. "subsample_w" : 0,
  25. "subsample_h" : 0,
  26. "color" : "rgb",
  27. "colorspace" : {
  28. "matrix" : "rgb",
  29. "transfer" : "unspec",
  30. "primaries" : "unspec"
  31. },
  32. "depth" : 8,
  33. "fullrange" : true,
  34. "parity" : "progressive",
  35. "chroma_location_w" : "center",
  36. "chroma_location_h" : "center"
  37. },
  38. "params" : {
  39. "filter" : {
  40. "name" : "lanczos",
  41. "param_a" : 4,
  42. "param_b" : 0
  43. },
  44. "filter_uv" : {
  45. "name" : "lanczos",
  46. "param_a" : 4,
  47. "param_b" : 0
  48. },
  49. "dither_type" : "ordered",
  50. "cpu" : "auto"
  51. }
  52. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement