<div class="gmail_quote">On Thu, Jun 2, 2011 at 9:58 PM, Neil Salstrom <span dir="ltr">&lt;<a href="mailto:salstrom@gmail.com">salstrom@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Thu, Jun 2, 2011 at 6:17 PM, Neil Salstrom &lt;<a href="mailto:salstrom@gmail.com">salstrom@gmail.com</a>&gt; wrote:<br>
(snip)<br>
<div class="im"><br>
&gt;    Stream #0.0[0x31]: Video: mpeg2video, yuv420p, 1280x720 [PAR 1:1<br>
&gt; DAR 16:9], 38800 kb/s, 59.96 fps, 59.94 tbr, 90k tbn, 119.88 tbc<br>
&gt;    Stream #0.1[0x34](eng): Audio: ac3, 48000 Hz, 5.1, s16, 448 kb/s<br>
&gt; File for preset &#39;hq&#39; not found<br>
&gt; Transcode failed<br>
&gt;<br>
&gt; mythtv@htpc:~$<br>
&gt;<br>
&gt; Any ideas?  I did this by file name because I was not sure what the<br>
&gt; job number was.  Can you give any insight as to what may be going on?<br>
&gt;<br>
&gt; Thanks!!!<br>
&gt;<br>
<br>
</div>Ok, talking to myself here... Just in case anyone else had this same<br>
issue.  I&#39;m using Debian Stable (Squeeze).  The ffmpeg in Debian<br>
Multimedia does not have a &#39;hq&#39; preset.  In the script I changed the<br>
&#39;hq&#39; callout to &#39;slow&#39; and it&#39;s working.  Here is my list of potential<br>
presets:<br>
<br>
htpc:/home/mythtv# find /usr -iname &#39;*.ffpreset&#39;<br>
/usr/share/ffmpeg/libx264-medium.ffpreset<br>
/usr/share/ffmpeg/libx264-lossless_slower.ffpreset<br>
/usr/share/ffmpeg/libx264-ipod640.ffpreset<br>
/usr/share/ffmpeg/libx264-fast_firstpass.ffpreset<br>
/usr/share/ffmpeg/libx264-faster.ffpreset<br>
/usr/share/ffmpeg/libx264-veryfast.ffpreset<br>
/usr/share/ffmpeg/libx264-medium_firstpass.ffpreset<br>
/usr/share/ffmpeg/libx264-slower_firstpass.ffpreset<br>
/usr/share/ffmpeg/libx264-superfast_firstpass.ffpreset<br>
/usr/share/ffmpeg/libx264-veryslow.ffpreset<br>
/usr/share/ffmpeg/libx264-fast.ffpreset<br>
/usr/share/ffmpeg/libx264-lossless_fast.ffpreset<br>
/usr/share/ffmpeg/libx264-ipod320.ffpreset<br>
/usr/share/ffmpeg/libx264-placebo_firstpass.ffpreset<br>
/usr/share/ffmpeg/libx264-baseline.ffpreset<br>
/usr/share/ffmpeg/libx264-superfast.ffpreset<br>
/usr/share/ffmpeg/libx264-slow.ffpreset<br>
/usr/share/ffmpeg/libx264-veryslow_firstpass.ffpreset<br>
/usr/share/ffmpeg/libx264-veryfast_firstpass.ffpreset<br>
/usr/share/ffmpeg/libx264-lossless_slow.ffpreset<br>
/usr/share/ffmpeg/libx264-slow_firstpass.ffpreset<br>
/usr/share/ffmpeg/libx264-main.ffpreset<br>
/usr/share/ffmpeg/libx264-lossless_max.ffpreset<br>
/usr/share/ffmpeg/libx264-slower.ffpreset<br>
/usr/share/ffmpeg/libx264-placebo.ffpreset<br>
/usr/share/ffmpeg/libx264-lossless_medium.ffpreset<br>
/usr/share/ffmpeg/libx264-ultrafast.ffpreset<br>
/usr/share/ffmpeg/libx264-lossless_ultrafast.ffpreset<br>
/usr/share/ffmpeg/libx264-faster_firstpass.ffpreset<br>
/usr/share/ffmpeg/libx264-ultrafast_firstpass.ffpreset<br>
<br>
At this point I&#39;m not sure the differnce between them but I picked<br>
slow just to test.  I&#39;ve not watched the resulting file but it seems<br>
to be working now.<br>
<font color="#888888"><br>
Neil<br>
</font><div><div></div><div class="h5">_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
<a href="http://www.mythtv.org/mailman/listinfo/mythtv-users" target="_blank">http://www.mythtv.org/mailman/listinfo/mythtv-users</a><br>
</div></div></blockquote></div><br>I think the different distros ship with different presets. Fedora used to ship an HQ preset, so it still exists on my box. &quot;Slow&quot; and &quot;main&quot; also run fine for me. The differences only really matter if you are trying to tune the file to a specific decoder (like ps3 or android) that may not support some x264 flags.<br>
<br>I build my own ffmpeg with libx264 and libfaac from git. There are tutorials all over the net on how to re-package from git to .deb or .rpm for your distro of choice.<br>