Python script for splitting videos into tiles with ffmpeg
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

il y a 3 ans
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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. ]