i would like to use jar library from http://jcodec.org/ with Processing. I know there are many of tutorials about libraries but none of them are clear enough for me to understand. I have already dragged and dropped the jcodec-0.1.5.jar to my sketch window and it created a folder named "code"
with the file jcodec-0.1.5.jar in it, but when i want to use
FrameGrab grab = new FrameGrab(new File("filename.mp4"));
Im still getting
"The Constructor FrameGrab(file) is not defined."
Do i have to import something ? if so what to i have to type after "import" ? any help is appreciated. Thanks