zakgof / velvet-video

Java library for encoding / decoding / muxing / demuxing video and audio in various formats
Other
48 stars 9 forks source link

Loading velvet-video-natives from jar only is supported #33

Open repeater64 opened 2 years ago

repeater64 commented 2 years ago

I'm using intelliJ and I've downloaded velvet-video-natives-0.2.8.full.jar. I've added it to my classpath with intelliJ but I'm getting the error: "Loading velvet-video-natives from jar only is supported". What's going on?

zakgof commented 2 years ago

The error indicates that the natives found in classpath are not packed in a jar. Did you unpack the jar?

repeater64 commented 2 years ago

Nope, it's just the jar downloaded from maven central

zakgof commented 2 years ago

Please share your project file layout