This may be of use to some of you.
nuvexport was failing due to yuvdenoise commands not being parsed correctly (with mjpegtools 1.8.0). Changing the source ffmpeg.pm around the area:
$ffmpeg .= "$NICE yuvdenoise -r 16"; to
$ffmpeg .= "$NICE yuvdenoise r 16";
(and doing the same for the -b and -f)
and then do a new "make install"
I now have nuvexport working properly
Regs,
Andy
_______________________________________________ mythtv-users mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
