Using FFMPEGMediaPlayer.

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Using FFMPEGMediaPlayer.

anandcta123
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.

Thanks and Regards,
Anand
Reply | Threaded
Open this post in threaded view
|

Re: Using FFMPEGMediaPlayer.

Sven Gothel
Administrator
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



signature.asc (894 bytes) Download Attachment