Hi,<br>
<br>
This may be of use to some of you.<br>
<br>
nuvexport was failing due to yuvdenoise commands not being parsed
correctly (with mjpegtools 1.8.0).&nbsp; Changing the source <a href="http://ffmpeg.pm">ffmpeg.pm</a>
around the area:<br>
<br>
&nbsp; $ffmpeg .= &quot;$NICE yuvdenoise -r 16&quot;; to <br>
<br>
&nbsp; $ffmpeg .= &quot;$NICE yuvdenoise r 16&quot;;<br>
&nbsp;(and doing the same for the -b and -f)<br>
<br>
and then do a new &quot;make install&quot;<br>
<br>
I now have nuvexport working properly<br>
<br>
Regs,<br>
<br>
Andy<br>
<br>
<br>
<br>
<br>