How to encode video using FFMPEG in VideoWriter in Java?
I downloaded the ffmpeg and h264 dlls and added them to the java class path, but everytime I call videowriter.open on 'h264', it returns false and I don't know why.
I looked up the previous answers on this site but the answers were not satisfying.
Thanks so much!