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). Changing the source <a href="http://ffmpeg.pm">ffmpeg.pm</a>
around the area:<br>
<br>
$ffmpeg .= "$NICE yuvdenoise -r 16"; to <br>
<br>
$ffmpeg .= "$NICE yuvdenoise r 16";<br>
(and doing the same for the -b and -f)<br>
<br>
and then do a new "make install"<br>
<br>
I now have nuvexport working properly<br>
<br>
Regs,<br>
<br>
Andy<br>
<br>
<br>
<br>
<br>