fand / veda

⚡VJ / Live Coding on Atom⚡
http://veda.gl/
MIT License
509 stars 34 forks source link

Video playback speed #35

Closed fand closed 7 years ago

fand commented 7 years ago

It would be nice if we can change the speed of videos like this:

{
  "IMPORTED": {
    "video1": {
      "PATH": "./videos/1.mp4",
      "RATE": 0.5,  // video1 plays 50% slower
    },
    "video2": {
      "PATH": "./videos/2.mp4",
      "RATE": 2,  // video2 plays 200% faster
    }
  }
}
fand commented 7 years ago

Supported in v2.1.0