Hi,
I just found a tool on the MythTV wiki that I think would be useful to the KnoppMyth community, well to me at least. The tool promises to export NUV files to AVI (mpeg4, etc) directly AS IS without using nuvexport or transcoding.
http://mythtv.info/moin.cgi/nuv2avi
Now there is nothing wrong with nuvexport except for that requires mythtranscode of the NUV file. In the general case that is appropriate however for a straight NUV to AVI conversion without transcoding it is very CPU intensive and can be time consuming.
So, I went to the webpage and downloaded the source code. I did the usual build commands to get it going but ran into a snag.
login as root
wget
http://mythtv.beirdo.ca/files/nuvtools-0.0.2.tar.gz
tar xzvf nuvtools*
cd nuvtools*
make install >output 2>&1
The program errors out complaining about not finding a lame.h (I suppose a lame header from the development package). So, I do a
apt-get update
apt-get install lame-devel
which tells me that there is no lame-devel package, which I find curious, so I do this:
dpkg -l | grep "lame"
which tells me that KnoppMyth does contains lame packages.
liblame-dev
liblame0
this tells me that probably there is a problem in the nuv2avi code finding the lame libraries (which I think are already there).
Now, I am not a super duper linux hacker but I can do fairly straight forward stuff. I think I can probably get to the bottom of this eventually but it is going to take a while.
So what I am asking for is some of the linux gurus on the KnoppMyth forum to take a whack at this package and see if you can get it working. If so, post a diff file here or better yet, send it to the author.
I have contacted the author who turns out to be pretty cool. Of course, I don't want to pester this guy with my dumb questions more than necessary. Hey, thats what user forums are for!
http://mythtv.info/moin.cgi/GavinHurlbut
The nuv2avi homepage.
http://mythtv.beirdo.ca/
I am thinking that this is probably a simple problem but one that will take me hours to find. Probably someone on this list will find it in a minute and post a patch diff in a tiny fraction of the time it will take me to slog through it all. I will still do it if no one steps forward but please be patient.
Any volunteers?
Thanks!
Andrew Lynch