
brian_wallen at hotmail
Dec 27, 2005, 1:15 PM
Post #1 of 1
(456 views)
Permalink
|
|
Nuvexport and yuvdenoise problems
|
|
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 about 5% of my cpu, but does nothing. I am using mjpegtools 1.6.2-r4 from portage. Also, how can I run nuvexport as a non-root user? Here is the command I'm using and the output I'm getting: nuvexport --infile=%FILE% --cutlist --path=/recordings/ --nice=19 --mode=xvid +--crop -F Here is my command output from my mythbackend.log You are running nuvexport as root -- this is not advised. Press ENTER if you really want to do this. Loading MythTV recording info. DBD::mysql::st execute failed: Unknown column 'basename' in 'field list' at /usr/share/nuvexport/mythtv/recordings.pm line 66. 98% Default resolution based on 4:3 aspect ratio. Now encoding: Ed, Edd 'n Eddy: Little Ed Blue; A Twist of Ed Encode started: Tue Dec 27 15:54:03 2005 First pass... Waiting for mythtranscode to set up the fifos. Starting ffmpeg. processed: 0 of 53805 frames (0.00%), 0.00 fps INFO: [yuvdenoise] ======================================================== INFO: [yuvdenoise] Y4M2 Motion-Compensating-YCrCb-Denoiser INFO: [yuvdenoise] ======================================================== INFO: [yuvdenoise] Version: MjpegTools 1.6.2 ++ WARN: [yuvdenoise] Unknown stream tag encountered: 'C420mpeg2' INFO: [yuvdenoise] INFO: [yuvdenoise] Denoiser - Settings: INFO: [yuvdenoise] -------------------- INFO: [yuvdenoise] INFO: [yuvdenoise] Mode : PASS II only INFO: [yuvdenoise] Deinterlacer : Off INFO: [yuvdenoise] Postprocessing : On INFO: [yuvdenoise] Y frame size : w:480 h:480 INFO: [yuvdenoise] CbCr frame size : w:240 h:240 INFO: [yuvdenoise] Frame border : x: 10 y: 10 w:460 h:460 INFO: [yuvdenoise] Search radius : 16 INFO: [yuvdenoise] Y Filter delay : 3 INFO: [yuvdenoise] Cr Filter delay : 3 INFO: [yuvdenoise] Cb Filter delay : 3 INFO: [yuvdenoise] Y Filter threshold : 5 INFO: [yuvdenoise] Cr Filter threshold : 5 INFO: [yuvdenoise] Cb Filter threshold : 5 INFO: [yuvdenoise] Pass 2 threshold : 4 INFO: [yuvdenoise] Y - contrast : 100 % INFO: [yuvdenoise] Cr/Cb - contrast : 100 % INFO: [yuvdenoise] Sharpen : 125 % INFO: [yuvdenoise] INFO: [yuvdenoise] Using 4:2:0 extended MMX SIMD optimisations. processed: 0 of 53805 frames (0.00%), 0.00 fps
|