wrandelshofer / MonteMedia

A Java library for processing still images, video, audio and meta-data.
MIT License
17 stars 9 forks source link

Are there any prerequisites for using this library? #5

Closed d3v2a closed 5 months ago

d3v2a commented 6 months ago

I tried to use your library but nothing work.

All my tests fail with the error : "Error no writer found for file format".

Same with your demo app.

Os: Linux mint 21.3

wrandelshofer commented 5 months ago

The library must be added to the module-path of the JVM. It does not work on the class-path.

basil commented 1 month ago

The library must be added to the module-path of the JVM. It does not work on the class-path.

Pending #8

wrandelshofer commented 1 month ago

Thanks to the changes that basil has contributed to this library, a future version will also work on the class-path.