<div class="gmail_quote">On Wed, Feb 16, 2011 at 7:26 AM, Christopher Kerr <span dir="ltr">&lt;<a href="mailto:mythtv@theseekerr.com">mythtv@theseekerr.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;">
Hi all,<br>
<br>
Just trying to get a transcoding job working using the Wrapper Script<br>
on the wiki, and I seem to be running up against some issues with the<br>
Python bindings:<br>
<br>
Traceback (most recent call last):<br>
  File &quot;./x264_inplace.py&quot;, line 96, in &lt;module&gt;<br>
    main()<br>
  File &quot;./x264_inplace.py&quot;, line 88, in main<br>
    runjob(jobid=args[0])<br>
  File &quot;./x264_inplace.py&quot;, line 24, in runjob<br>
    sg = findfile(rec.basename, rec.storagegroup, db=db)<br>
NameError: global name &#39;findfile&#39; is not defined<br>
<br>
<br>
<br>
The script is marked as 0.24 compatible, so I&#39;d appreciate any help<br>
anyone can offer with getting it working!<br>
<br>
Regards,<br>
Chris<br>
_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
<a href="http://mythtv.org/mailman/listinfo/mythtv-users" target="_blank">http://mythtv.org/mailman/listinfo/mythtv-users</a><br>
</blockquote></div><br>Chris,<br><br>I recently added a perl script to the wiki that does x264 transcoding. It would be trivial to have this script replace the recording file instead adding to the sql<br><br><a href="http://www.mythtv.org/wiki/High_Quality_Transcode">http://www.mythtv.org/wiki/High_Quality_Transcode</a><br>
<br>If you get your script working, maybe post it to the wiki as well for comparison?<br>