[mythtv-users] nuvexport and yuvdenoise

Andrew Lennon alennon at gmail.com
Tue Oct 4 17:48:18 UTC 2005


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
<http://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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mythtv.org/pipermail/mythtv-users/attachments/20051004/486d37df/attachment.htm


More information about the mythtv-users mailing list