olive.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "comment": "A free and open-source cross-platform video editing application for Linux, Windows and macOS.",
  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://github.com/olive-editor/olive",
  36. "icon": "https://upload.wikimedia.org/wikipedia/commons/thumb/c/c7/Olive_Video_Editor_Logo.png/180px-Olive_Video_Editor_Logo.png",
  37. "website": "https://www.olivevideoeditor.org/",
  38. "wikipedia": "https://en.wikipedia.org/wiki/Olive_(software)"
  39. },
  40. "names": [
  41. "Olive"
  42. ],
  43. "networks_read": [],
  44. "networks_write": [],
  45. "platforms": [
  46. "Windows",
  47. "GNU/Linux",
  48. "macOS"
  49. ]
  50. }