[mythtv-users] one more nuvexport question

Seth Kyle kyle at bedroom.org
Thu Nov 17 20:20:58 EST 2005


I am still trying to get nuvexport to work via the command line..  I am 
getting the -- r error

Starting ffmpeg.
processed:  0 of 53835 frames (0.00%),   0.00 fps    INFO: [yuvdenoise] 
--------------------------------------------------------------------------
    INFO: [yuvdenoise] mjpeg-tools yuvdenoise version 1.8.0
    INFO: [yuvdenoise] 
--------------------------------------------------------------------------
yuvdenoise: invalid option -- r


Here is the debug command.

nuvexport --subtitle='You Wanna Put That Where?' --path=/video/cuts/ 
--nice=19 --mode=asf --height=320 --weight=240 --ffmpeg --debug

Loading MythTV recording info.
DBD::mysql::st execute failed: Unknown column 'basename' in 'field list' 
at /usr/local/share/nuvexport/mythtv/recordings.pm line 67.
99%
Default resolution based on 4:3 aspect ratio.

--------------------------------
To encode:  Tripping the Rift:  You Wanna Put That Where?
Use the following commands:

system call:
mkdir -m 0755 /tmp/fifodir_9818/

forking:
/bin/nice -n19 mythtranscode --showprogress -p autodetect -c 1048 -s 
2005-11-06-23-30-00 -f "/tmp/fifodir_9818/" --honorcutlist 2>&1

forking:
/bin/nice -n19 ffmpeg -f rawvideo -s 720x480 -r 29.970 -i 
/tmp/fifodir_9818/vidout -f yuv4mpegpipe - 2> /dev/null | /bin/nice -n19 
yuvdenoise -r 16 -f -b 14,10,-14,-10 | /bin/nice -n19 ffmpeg -hq -y -f 
s16le -ar 48000 -ac 2 -i /tmp/fifodir_9818/audout -f yuv4mpegpipe -s 
720x480 -aspect 1.33333333333333 -r 29.970 -i - -aspect 1.33333333333333 
-r 29.970 -deinterlace -croptop 10 -cropbottom 10 -cropleft 14 -cropright 
14 -padtop 40 -padbottom 40 -s 320x240  -vcodec msmpeg4 -b 256 -acodec mp3 
-ab 64 -f asf "/video/cuts/Tripping the Rift - You Wanna Put That 
Where.asf" 2>&1

-Seth


More information about the mythtv-users mailing list