I can now pass the systemcheck, but transcoding still produces no output. I'll explain how to get the 2 mux programs:
http://knoppmythwiki.org/index.php?page ... thankyou=1
explains this pretty well, but I've cleaned it up in a few places below.
To get lvemux and avidemux:
Quote:
cd /home/mythtv
wget
http://ovh.dl.sourceforge.net/lvempeg/l ... 22.src.tgzUntar lvemux with this command:
tar -zxvf lvemux-040322.src.tgz
Edit the file called Makefile and replace the existing gcc line like this (this will add large file support to lvemux).
cd lvemux
vi Makefile
Press Insert key (or letter I or A)
after the line that says:
CFLAGS += -mcpu=pentium3 -msse -mfpmath=sse
Add another one that says:
CFLAGS += -D_FILE_OFFSET_BITS=64
Press Escape
Type :wq and press enter to exit and save the file.
If you're not already logged in as root, type su to do so.
Type
make
make install
Stay logged in as root.
vi /etc/apt/sources.list
Press Insert key (or letter I or A)
Add this marillat site:
deb
ftp://ftp.nerim.net/debian-marillat/ sid main
(Note:This used to be "unstable main" but marillat changed his ftp site.)
Press Escape
Type :wq and press enter to exit and save the file.
Do these apt-get statements also as root
apt-get update
apt-get install libgtk2.0-dev libxml2 libxml2-dev libfaad2-0 avidemux
If apt-get complains it cannot find something, you may also need to add deb
http://www.rarewares.org/debian/packages/unstable/ ./
to your /etc/apt/sources.list
but I can't remember if that was critical.
You should now be able to type:
/myth/nuv2disc/systemcheck.sh
and pass the system check. (Of course, this doesn't mean nuv2disc will necessarily work. Mine still doesn't.)
If anyone knows why it would appear to transcode for about 3 seconds and then return to the nuv2disc menu with no dvd-ready files showing I'd be glad to get some help!