<div dir="ltr"><br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class="gmail-"><br>
> However, having done that, libAVCodec appears to be failing when it calls<br>
> through to the OSX VideoToolbox.framework.<br>
><br>
> [h264_videotoolbox @ 0x106806800]<br>
<br>
</span>This (not the error message) indicates that libavcodec was compiled without<br>
support for libx264, recompile with --enable-libx264 (after installing libx264)<br>
<span class="gmail-HOEnZb"><font color="#888888"><br></font></span></blockquote><div><br></div><div>I had problem too with videotoolbox encoder, and I didn't figure how to make it work, so I built a version of ffmpeg without videotoolbox and with libx264, to be sure libx264 was used as default encoder for h264.</div><div> </div></div>Here is my configuration options if interested:</div><div class="gmail_extra"><br></div><div class="gmail_extra">export MACOSX_DEPLOYMENT_TARGET=10.8</div><div class="gmail_extra"> ./configure --disable-videotoolbox --disable-audiotoolbox --enable-libx264 --enable-libfdk-aac --enable-nonfree --enable-gpl --sysroot=/Users/gabry/MacOSX10.8.sdk/<br clear="all"><div><br></div><div>... this removes also a lot of OSX frameworks dependencies (you have to configure/compile/install libfdk-aac and libx264 before compiling ffmpeg)</div><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><div dir="ltr"><div dir="ltr"><font size="2"><b>Gabriele Greco</b><br></font><br></div></div></div></div>
</div></div>