Re: Red-colored videos using libav
Posted by
gouessej on
Nov 21, 2016; 3:23pm
URL: https://forum.jogamp.org/Red-colored-videos-using-libav-tp4037437p4037442.html
Ok, you're right to use the PATH until we provide a smarter solution. In the meantime, the only solution consists in identifying which native libraries are necessary to load LibAV or FFMPEG successfully (possibly by using DependencyWalker under Windows) and in loading all those libraries in the correct order. You might have to use System.load() (not System.loadLibrary()) to do so.
Maybe MonsieurMax can suggest a less painful solution.