a-schild / jave2

The JAVE (Java Audio Video Encoder) library is Java wrapper on the ffmpeg project
GNU General Public License v3.0
1.2k stars 245 forks source link

Currently, only the Add method is provided.Can you add corresponding delete and set interfaces #180

Open HANXU2018 opened 2 years ago

HANXU2018 commented 2 years ago

Currently, only the Add method is provided

Can you add corresponding delete and set interfaces?

https://github.com/a-schild/jave2/blob/6b0f89e7b7ef9f3a7dbe0df67c2654edd12c2723/jave-core/src/main/java/ws/schild/jave/Encoder.java#L440-L443

Thanks

a-schild commented 2 years ago

Pull request would be accepted ;)

HANXU2018 commented 2 years ago

Pull request would be accepted ;)

Can I pull this version (3.3.0-SNAPSHOT )from the mvnrepository ?

https://github.com/a-schild/jave2/blame/develop/Changelog.md#L4

a-schild commented 2 years ago

I did just build & push the 3.3.0-SNAPSHOT, so yes, it should work

paulvaneijden commented 2 years ago

please release this version as snapshots are not available from mvnrepo

a-schild commented 2 years ago

I did update the SNAPSHOT with todays versions.

To use snapshots, please add this to maven:

https://stackoverflow.com/questions/7715321/how-to-download-snapshot-version-from-maven-snapshot-repository

paulvaneijden commented 2 years ago

still waiting on this version to be released, using snapshots doesn't work with the binary