<p>So I guess it&#39;d have to be built into GEM... I&#39;ll add it to the bug tracker</p>
<div class="gmail_quote">On Jul 24, 2013 5:01 AM, &quot;Max&quot; &lt;<a href="mailto:abonnements@revolwear.com">abonnements@revolwear.com</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
i stand corrected: further reading on that page suggests, that there exists a simple support to open such files, as well as an &quot;accellerated&quot; support, which Gem doesn&#39;t have:<br>
<br>
Accelerated playback of Hap involves passing S3TC frames to graphics hardware using OpenGL. The Hap codec will emit S3TC frames when an application indicates it can handle them. This is done using the usual QuickTime playback mechanisms and if you are already using QuickTime the code overhead to support Hap is fairly low.<br>

<br>
The Hap QuickTime codec must be installed.<br>
<br>
The steps are<br>
<br>
        • Open a movie and examine its video track to confirm it is Hap<br>
        • Create a QTPixelBufferContext for playback using a list of custom pixel-format type constants<br>
        • Play the movie<br>
        • When you receive a frame, perform compressed texture upload using OpenGL<br>
        • If the movie is encoded with Hap Q, use a shader when you draw the texture<br>
This example includes reusable code to aid the process. Steps 1. and 2. utilise<br>
<br>
HapSupport.h<br>
HapSupport.c<br>
<br>
Steps 4. and 5. utilise<br>
<br>
HapPixelBufferTexture.h<br>
HapPixelBufferTexture.m<br>
ScaledCoCgYToRGBA.vert<br>
ScaledCoCgYToRGBA.frag<br>
<br>
<a href="https://github.com/vidvox/hap-quicktime-playback-demo" target="_blank">https://github.com/vidvox/hap-quicktime-playback-demo</a><br>
<br>
<br>
Am 24.07.2013 um 00:15 schrieb Max &lt;<a href="mailto:abonnements@revolwear.com">abonnements@revolwear.com</a>&gt;:<br>
<br>
&gt; since it claims to be a QuickTime codec i guess that it is supported since Gem uses QuickTime for file access<br>
&gt;<br>
&gt; Am 23.07.2013 um 21:14 schrieb Antonio Roberts &lt;<a href="mailto:antonio@hellocatfood.com">antonio@hellocatfood.com</a>&gt;:<br>
&gt;<br>
&gt;&gt; Are there any plans for GEM to support the Hap video codec for video<br>
&gt;&gt; playback? <a href="http://vdmx.vidvox.net/blog/hap" target="_blank">http://vdmx.vidvox.net/blog/hap</a><br>
<br>
</blockquote></div>