vlmc.json 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "comment": "VideoLAN Movie Creator is a non-linear editing software for video creation based on libVLC and running on Windows, Linux and Mac OS X! It is free software distributed under the terms of the GPLv2.",
  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-2.0"
  33. ],
  34. "links": {
  35. "git": "https://github.com/VLMC/vlmc",
  36. "icon": "https://images.videolan.org/images/VLMC-Icon.png",
  37. "website": "https://www.videolan.org/vlmc/"
  38. },
  39. "names": [
  40. "VideoLAN Movie Creator",
  41. "VLMC"
  42. ],
  43. "networks_read": [],
  44. "networks_write": [],
  45. "platforms": [
  46. "Windows",
  47. "GNU/Linux",
  48. "macOS"
  49. ]
  50. }