Login  Register

Re: Red-colored videos using libav

Posted by Aksenov239 on Nov 24, 2016; 10:29am
URL: https://forum.jogamp.org/Red-colored-videos-using-libav-tp4037437p4037457.html

Thank you very much, Julien. It I'll dig into it more. I wish the problem is in with the bit flag. (Honestly, I'm not sure what they really mean and I copied them out of other examples without thinking due to limited time) Otherwise, it would not be very pleasant to simplify the code for MovieSimple. :-)

By myself, I thought that the main problem is in the proper RGBA format setting. So, it reads in one format and then *simple* texture painter draws in different format. (Like confusing integer with float and etc)

AV