Manevolent / ffmpeg4j

A Java OOP FFmpeg wrapper around the JavaCPP FFmpeg native library bindings
Apache License 2.0
105 stars 15 forks source link

Great project - maybe add use case snippets..? #6

Open eGit opened 3 years ago

eGit commented 3 years ago

Hello,

love the idea of ffmpeg4j. I was tinkering a little bit but I think I will miss most of the potential. Could you upload code snippets, classes or even small working projects that use ffmpeg4j, so one could learn by looking at the code?

Thanks!

Manevolent commented 1 year ago

We still need official snippets, but test cases have been added to cover some basic use cases that people may find useful if they stumble on this thread. Until I can get actual snippets somewhere more visible

ExpensiveKoala commented 1 year ago

Adding to this: I would love to see a very simple video player example.