Python script for splitting videos into tiles with ffmpeg
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

57 lines
843 B

  1. [
  2. {
  3. "name": "1-1",
  4. "geomentry": {
  5. "x": "0",
  6. "y": "0",
  7. "width": "1280/3",
  8. "height": "720/2"
  9. }
  10. },
  11. {
  12. "name": "1-2",
  13. "geomentry": {
  14. "x": "1280/3",
  15. "y": "0",
  16. "width": "1280/3",
  17. "height": "720/2"
  18. }
  19. },
  20. {
  21. "name": "1-3",
  22. "geomentry": {
  23. "x": "1280/3*2",
  24. "y": "0",
  25. "width": "1280/3",
  26. "height": "720/2"
  27. }
  28. },
  29. {
  30. "name": "2-1",
  31. "geomentry": {
  32. "x": "0",
  33. "y": "720/2",
  34. "width": "1280/3",
  35. "height": "720/2"
  36. }
  37. },
  38. {
  39. "name": "2-2",
  40. "geomentry": {
  41. "x": "1280/3",
  42. "y": "720/2",
  43. "width": "1280/3",
  44. "height": "720/2"
  45. }
  46. },
  47. {
  48. "name": "2-3",
  49. "geomentry": {
  50. "x": "1280/3*2",
  51. "y": "720/2",
  52. "width": "1280/3",
  53. "height": "720/2"
  54. }
  55. }
  56. ]