Hi All,<br><br>I think I may have stumbled across a bug in nuvexport but seeking some confirmation before I go and raise a bug report<br><br>I&#39;ve been using nuvexport as a userjob to export recordings to xvid<br><br>/usr/bin/nuvexport --infile=&quot;%FILE%&quot; --path=/storage2/videos --height=400 --width=720 --mode=xvid --deinterlace --nonoise_reduction --cutlist --noconfirm --nice=19<br>
<br>and my /etc/nuvexportrc has the following<br><br>&lt;XviD&gt;<br><br>    vbr          = yes   # Enable vbr to get the multipass/quantisation options<br>                         # (enabling multipass or quantisation automatically enables vbr)<br>
    multipass    = yes   # You get either multipass or quantisation; multipass will override<br>    quantisation = 6     # 4 through 6 is probably right...  1..31 are allowed (lower is better quality)<br><br>    a_bitrate    = 128   # Audio bitrate of 128 kbps<br>
    v_bitrate    = 768   # Remember, quantisation overrides video bitrate<br><br>    width        = 720   # Height adjusts automatically to width, according to aspect ratio<br>    height       = auto<br><br>&lt;/XviD&gt;<br>
<br>when running the commands from nuvexport --debug mythffmpeg segfaults on the 2nd pass<br><br>changing my /etc/nuvexportrc to<br><br>&lt;XviD&gt;<br><br>    vbr          = no   # Enable vbr to get the multipass/quantisation options<br>
                         # (enabling multipass or quantisation automatically enables vbr)<br>    multipass    = no   # You get either multipass or quantisation; multipass will override<br>    quantisation = 6     # 4 through 6 is probably right...  1..31 are allowed (lower is better quality)<br>
<br>    a_bitrate    = 128   # Audio bitrate of 128 kbps<br>    v_bitrate    = 768   # Remember, quantisation overrides video bitrate<br><br>    width        = 720   # Height adjusts automatically to width, according to aspect ratio<br>
    height       = auto<br><br>&lt;/XviD&gt;<br><br>Fixes the issue but creates larger then usual files<br><br>Can someone else confirm this? and advise what information would be required along with the bug report if this is infact a bug?<br>
<br>MythTV Version : 0.25-3.md12 (1a671d0)<br>nuvexport Version : 0.5 0.20090726.svn<br><br>Cheers,<br><br>Anthony<br><br>