Hi Doug,<br><br>Aren&#39;t there packages (VideoProducerServiceH264 etc.) available for vic on the mac? Really I don&#39;t see why the GPL vic isn&#39;t bundled with AG by default already, but besides that, end users shouldn&#39;t have to compile it themselves either.<br>

<br>--Andrew<br><br><div class="gmail_quote">On Wed, Feb 15, 2012 at 8:14 PM, Douglas Kosovic <span dir="ltr">&lt;<a href="mailto:doug@uq.edu.au" target="_blank">doug@uq.edu.au</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi Gurcharan,<br>
<div><br>
&gt; i am running the 3.3 version of AG for MacOS on an iMac and Snow Leopard,<br>
&gt; and the vic windows are all gray even though bits are flowing.<br>
&gt;<br>
&gt; if i run an older version of vic the windows render normally.<br>
&gt;<br>
&gt; is H264 not enabled on the 3.3 version?<br>
<br>
</div>The default 3 clause BSD license VIC doesn&#39;t have the patent encumbered stuff enabled. The GPL VIC does and can be built on Leopard to Lion with the following on the command-line, you&#39;ll also need to install the yasm assembler which is available from ( <a href="http://yasm.tortall.net/Download.html" target="_blank">http://yasm.tortall.net/Download.html</a> )  :<br>




<br>
svn co <a href="https://mediatools.cs.ucl.ac.uk/repos/mmedia/common/trunk" target="_blank">https://mediatools.cs.ucl.ac.uk/repos/mmedia/common/trunk</a> common<br>
svn co <a href="https://mediatools.cs.ucl.ac.uk/repos/mmedia/vic/branches/mpeg4" target="_blank">https://mediatools.cs.ucl.ac.uk/repos/mmedia/vic/branches/mpeg4</a> vic-mpeg4 vic<br>
<br>
( cd common; ./configure ; make )<br>
cd vic<br>
./configure --enable-gpl<br>
make<br>
<br>
<br>
The --enable-gpl option downloads and builds x264 and ffmpeg required for H264 and mpeg-4 support.<br>
<br>
<br>
Cheers,<br>
Doug<br>
<br>
</blockquote></div><br>