I'm running my backend on gentoo, and I'm trying to set up a user job to
encode my recordings to xvid using nuvexport. No matter what I do,
yuvdenoise is called no matter if I'm using noise reduction or not. The bad
thing about yuvdenoise being called is that it just sits there and takes up
ab
Hi,
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 t