well, I've been messing around with nuv2disc (with the help of jams) and I now have nuv2disc running with avidemux2 to cut out the commercials... so... this is what I did...
Code:
cd /myth/nuv2disc
wget http://extras.mythtvtalk.com/downloads/nuv2disc-install.sh
nuv2disc-install.sh -download
*wait for it to download the newest version of nuv2disc and replace the copy in the /myth/nuv2disc directory you are in*
ok... so now you've got the newest version of nuv2disc and you can do the following more then one way, but this is how I did it...
I followed the instructions on the Knoppmyth wiki for installing avidemux2
http://knoppmythwiki.homelinux.org/index.php?page=NuvexportMPEGcutnothing too special here... I used version 2.0.36, (the wiki now uses a newer version).
I believe another way to do this is to run apt-get update; apt-get install avidemux as root... but I can't confirm that.
ok, so now we've got the newest version of nuv2disc and avidemux2 installed... but nuv2disc looks for avidemux not avidemux2 so...
Code:
cd /myth/nuv2disc
nano ./systemcheck.sh
look for the line that says:
DVDSUPPORT="tcprobe mpgtx dvdwizard mkfifo xine mplayer convert ppmtoy4m lvemux avidemux mplex $MPEG2DESC mpeg2enc ppmtoy4m mkisofs dvdauthor convert toolame transcode spumux"
and change it to:
DVDSUPPORT="tcprobe mpgtx dvdwizard mkfifo xine mplayer convert ppmtoy4m lvemux avidemux2 mplex $MPEG2DESC mpeg2enc ppmtoy4m mkisofs dvdauthor convert toolame transcode spumux"
the only difference is the first one looks for avidemux and the second looks for avidemux2
this isn't necessary, but it means that it tests to find avidemux2 to make sure everything will work...
then press ctrl-x and save changes to the file so that you can:
Code:
./systemcheck.sh
using mpeg2desc
Nuv2disc has found all the software commands to run successfully.
then:
Code:
cd ./nuv2disc-skin
nano commonvars
skip down to the part that says:
#-----------------AVIDEMUX SETTINGS------------
then change any call to avidemux to avidemux2 and uncomment AVIDEMUX="avidemux2" and comment out "AVIDEMUX="xvfb-run avidemux2". so then it will look like this...
#AVIDEMUX="xvfb-run avidemux2"
AVIDEMUX="avidemux2"
this is a hack because currectly xvfb-run is giving us problems... and so it means that avidemux2 will in a window over the mythfrontend... it's ugly, but it's a hack. jams is working on this...
so anyway... if you do all that nuv2disc should work with R5A10 of KnoppMyth
another note... I currently have trouble with audio and video slightly being out of sync... it's just a couple of seconds, I'm guessing it's a problem with how avidemux2 is called...