Kdenlive.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "comment": "A free and open-source video editing software based on the MLT Framework, KDE and Qt. The project was started by Jason Wood in 2002, and is now maintained by a small team of developers.",
  3. "formats_read": [
  4. "webm",
  5. "mp4",
  6. "ogg",
  7. "ogv",
  8. "avi",
  9. "mov",
  10. "dvi"
  11. ],
  12. "formats_write": [
  13. "webm",
  14. "mp4",
  15. "off",
  16. "ogv",
  17. "avi",
  18. "mov",
  19. "dvi"
  20. ],
  21. "generic_name": [
  22. "Video Editor"
  23. ],
  24. "interface": [
  25. "Qt"
  26. ],
  27. "issues": [],
  28. "languages": [
  29. "C++"
  30. ],
  31. "licenses": [
  32. "GPL-3.0-or-later"
  33. ],
  34. "links": {
  35. "git": "https://invent.kde.org/multimedia/kdenlive",
  36. "icon": "https://upload.wikimedia.org/wikipedia/commons/thumb/1/18/Kdenlive_new_logo.png/180px-Kdenlive_new_logo.png",
  37. "website": "https://kdenlive.org/en/",
  38. "wikipedia": "https://en.wikipedia.org/wiki/Kdenlive"
  39. },
  40. "names": [
  41. "Kdenlive"
  42. ],
  43. "networks_read": [],
  44. "networks_write": [],
  45. "platforms": [
  46. "Windows",
  47. "GNU/Linux",
  48. "macOS"
  49. ]
  50. }