Here's what I get following launch of nuvexport with --debug: ______________________________________________________ To encode: Beavis and Butt-head: Career Day; Safe House Use the following commands:
system call: mkdir -m 0755 /tmp/fifodir_3839/ forking: /bin/nice -n19 mythtranscode --showprogress -p autodetect -c 1333 -s 2005-05-23-22-00-00 -f "/tmp/fifodir_3839/" 2>&1 forking: /bin/nice -n19 ffmpeg -hq -y -f s16le -ar 48000 -ac 2 -i /tmp/fifodir_3839/audout -f rawvideo -s 480x480 -aspect 1.3333 -r 29.970 -i /tmp/fifodir_3839/vidout -aspect 1.3333 -r 29.970 -deinterlace -croptop 10 -cropbottom 10 -cropleft 10 -cropright 10 -padleft 2 -padright 2 -s 620x464 -vcodec xvid -b 1200 -lumi_mask 0.05 -dark_mask 0.02 -scplx_mask 0.5 -4mv -part -acodec mp3 -ab 128 -f avi "./Beavis and Butt- head - Career Day; Safe House.avi" 2>&1 ______________________________________________________ Following the debug steps I opened a new terminal window for the next command and get this: ______________________________________________________ /bin/nice -n19 ffmpeg -hq -y -f s16le -ar 48000 -ac 2 -i /tmp/fifodir_3839/audout -f rawvideo -s 480x480 -aspect 1.3333 -r 29.970 -i /tmp/fifodir_3839/vidout -aspect 1.3333 -r 29.970 -deinterlace -croptop 10 -cropbottom 10 -cropleft 10 -cropright 10 -padleft 2 -padright 2 -s 620x464 -vcodec xvid -b 1200 -lumi_mask 0.05 -dark_mask 0.02 -scplx_mask 0.5 -4mv -part -acodec mp3 -ab 128 -f avi "./Beavis and Butt- head - Career Day; Safe House.avi" 2>&1 ffmpeg version 0.4.9-pre1, build 4756, Copyright (c) 2000-2004 Fabrice Bellard configuration: --enable-mp3lame --enable-libogg --enable-vorbis --enable-xvid --enable-gpl built on Jun 4 2005 11:56:05, gcc: 3.4.3 20050227 (Red Hat 3.4.3-22.fc3) /tmp/fifodir_3839/audout: I/O error occured Usually that means that input file is truncated and/or corrupted. ______________________________________________________ "/tmp/fifodir_3839/audout: I/O error occured" is I'm assuming the error stopping the encoding, but I dont have any idea what it means. -Kenneth Chris Petersen wrote: > https://svn.forevermore.net/nuvexport/wiki/debug > > Kenneth Hadley wrote: > >> I just did a fresh reload of my MythTV box (been running 0.16 for quite >> some time but wanted to move to 0.18.1 with a fresh reinstall) following >> the "Fedora Myth(TV)ology" guide. >> >> I got the box fully operational and recording shows off the DirecTV box >> so I went and downloaded/installed the newest version of nuvexport from >> forevermore.net. I export to XVid so I downloaded the current CVS of >> ffmpeg and compiled with "./configure --enable-mp3lame --enable-libogg >> --enable-vorbis --enable-xvid --enable-gpl" and got a successful install >> (after installing libs of course). >> >> When I launch nuvexport and attempt to encode a video to XVid I get the >> following message: >> _______________________________________________________ >> Now encoding: Beavis and Butt-head: Career Day; Safe House >> Encode started: Sun Jun 5 12:43:41 2005 >> Waiting for mythtranscode to set up the fifos. >> (Repeats this message at least 27 more times) >> Waiting for mythtranscode to set up the fifos. >> Waited too long for mythtranscode to create its fifos. Please try >> again. >> ________________________________________________________ >> >> >> Has anyone seen this before? >> >> PS >> I'm pretty sure ffmpeg is correctly setup because I can run this >> command: >> ffmpeg -i /video/recordings/1354_20050520160000_20050520180000.nuv >> -vcodec mpeg4 -vtag xvid -b 1200 -r 29.97 -s 624x464 -deinterlace -ar >> 44100 -acodec mp3 -ab 128 test3.avi >> And get a test3.avi file to come out just fine. >> >> Thanks in advance for any help! >> >> -Kenneth >> _______________________________________________ >> mythtv-users mailing list >> [email protected] >> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users > > _______________________________________________ > mythtv-users mailing list > [email protected] > http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users > _______________________________________________ mythtv-users mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
