On 02/13/2014 06:08 AM, anandcta123 [via jogamp] wrote:
> Hi,
>
> I am trying to use FFMPEGMediaPLayer. I need to know whether it is possible to
> give input raw Y420 frames for display and my display window is in Swing, is
> it possible to embed this inside JInternalFrame.
FFMPEGMediaPLayer has nothing to do w/ AWT/Swing.
FFMPEGMediaPLayer provides fragment shader
providing a texture lookup function to transform
the decoded image's pixel-format to a suitable RGB one.
You can check FFMPEGMediaPLayer source code to check
which are supported, see
FFMPEGMediaPLayer.getTextureLookupFragmentShaderImpl()
~Sven