https://github.com/monkstone/processing-video
Processing Video Library as a Maven Project
https://github.com/monkstone/processing-video
Last synced: 6 months ago
JSON representation
Processing Video Library as a Maven Project
- Host: GitHub
- URL: https://github.com/monkstone/processing-video
- Owner: monkstone
- License: agpl-3.0
- Created: 2020-06-23T12:53:33.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-23T13:18:21.000Z (almost 6 years ago)
- Last Synced: 2024-12-29T17:46:33.242Z (over 1 year ago)
- Language: Java
- Size: 78.1 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# processing-video
Processing Video Library as a Maven Project. NB: this is not a fork of processing-library it is essentially a SNAPSHOT of https://github.com/processing/processing-video/releases/tag/r6-v2.0-beta4 src code, and my maven build.
To build:-
```bash
mvn package
```
To copy dependencies:-
```
mvn dependencies:copy-dependencies
```
video-4.0.jar is created in target folder
dependencies jars are version stripped and copied to library folder
copy video-4.0.jar to library/video.jar and you can the install library where required. Eg for PiCrate gem:-
`~/.picrate/libraries/video/library`