Re: Red-colored videos using libav
Posted by
Aksenov239 on
Nov 23, 2016; 12:33am
URL: https://forum.jogamp.org/Red-colored-videos-using-libav-tp4037437p4037446.html
I've uploaded my example to
https://github.com/Aksenov239/icpc-live-v2/blob/master/src/main/java/testing/PlayerGL.java. The example is pretty straightforward. (No, I still didn't try to check with SimpleMovie, because it is not enough to easily copy 3 files out of demo-repo. It still needs some files with shaders. So, I need more time to dig into it)
Yes, it still plays in red-color.
Unfortunately, as you could see in the comments at the static section the load of FFMpeg libraries in the order happens (I omitted the full path).
The error there:
Fail: Could not resolve symbol <avcodec_alloc_frame>: not optional, no alternatives.
Fail: Could not resolve symbol <avcodec_get_frame_defaults>: not optional, no alternatives.
Fail: Could not resolve symbol <av_destruct_packet>: not optional, no alternatives.
Fail: Could not resolve symbol <av_pix_fmt_descriptors>: not optional, no alternatives.
LIB_AV Not Matching
LIB_AV Not Matching Compile-Time / Runtime Major-Version
It seems that it is not enough to download ffmpeg-3.2-win64-shared and copy .dll from bin folder. Or probably I'm doing something wrong.
AV