[mythtv-users] OT: anyone using any2dvd??
Harry Devine
lifter89 at comcast.net
Tue Feb 16 04:07:20 UTC 2010
Nick Rout wrote:
> On Tue, Feb 16, 2010 at 11:02 AM, Harry Devine <lifter89 at comcast.net> wrote:
>
>> Kevin Ross wrote:
>>
>>>> Error: Program 'convert' is missing, please install it first ->
>>>> http://www.imagemagick.org/
>>>>
>>>> I went to that website but couldn't find any program called "convert".
>>>> Entering "sudo apt-get install convert" didn't return any matches
>>>> either. What next?
>>>>
>>>>
>>> sudo apt-get install imagemagick
>>>
>>> _______________________________________________
>>> mythtv-users mailing list
>>> mythtv-users at mythtv.org
>>> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>>>
>>>
>>>
>> OK, I got that going. I also ran across quite a few things that had to get
>> installed,and I did them one-by-one. I'm now at the point where its telling
>> me that it cannot connect to the mythconverg database. Also, some
>> GNU-Ghostscript fonts are missing. Here's what I just ran:
>>
>> hdevine at hdevine-desktop:~/libsndfile-1.0.21$ sudo any2dvd --format=ntsc
>> --menu=yes --iso=/tmp/hjd.iso --skip_comm=yes --pulldown=yes
>> --workdir=/storage/temp -i /storage/recordings/2034_20100212232900.nuv
>> Any2Dvd-0.34
>> identify: UnableToOpenConfigureFile `configure.xml' @
>> configure.c/GetConfigureOptions/553.
>> identify: UnableToOpenConfigureFile `configure.xml' @
>> configure.c/GetConfigureOptions/553.
>>
>> Running: any2vob --workdir="/storage/temp" --format=ntsc --audio_format=ac3
>> --surround=preserve --compress=no --aspect=16:9 --pulldown=yes
>> --keep_dts=yes --preview=no --skip_comm=yes --mpegts_allpids=no -i
>> "/storage/recordings/2034_20100212232900.nuv"
>>
>> Any2Vob-0.34
>>
>> Use Ctrl+C to abort
>> Use Alt+P to toggle preview mode on/off
>>
>> File(s) to process: "/storage/recordings/2034_20100212232900.nuv"
>>
>> Calculating total estimated DVD Disc usage, please wait ...
>>
>> Error: Cannot connect to MySQL database 'mythconverg'
>>
>
> any2vob is called by any2dvd. Lines 511 et seq of any2vob:
>
> DB=mythconverg
> USER=mythtv
> PASS=mythtv
> echo "MYTH_DB "$DB"" > "$WORKDIR"/mythtv.dat
> echo "MYTH_USER "$USER"" >> "$WORKDIR"/mythtv.dat
> echo "MYTH_PASS "$PASS"" >> "$WORKDIR"/mythtv.dat
> if [ -z "`mysqlcheck -u$USER -p$PASS $DB 2>&1 | grep OK`" ]; then
> errmsg Error: "Cannot connect to MySQL database '"$DB"'"
> echo "ENCODING ERROR" >> $VAR_DATAFILE
> exit
> fi
>
> Short story, set the database user and password in the requisite lines.
>
> Not sure about the font stuff...
>
>
>> Error: GNU-Ghostscript fonts were not found
>>
>> Please install GNU-Ghostscript fonts package found here
>> ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/fonts/
>> Then re-install Imagemagick with Ghostscript support
>>
>> What's next to try?
>>
>> Thanks for the help!
>> Harry
>>
>> _______________________________________________
>> mythtv-users mailing list
>> mythtv-users at mythtv.org
>> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>>
>>
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>
>
Yeah, I found the mythtv DB login stuff in there about 30 minutes after
I posted my last response. I changed that accordingly and the script
chugged along for quite a while. It looked like it finished, but I got
that font error again and I have no ISO. I guess I'll have to look into
that one a little more in the next day or 2.
Thanks! If you do have any insight into the font issue, I'm all ears. ;-)
Harry
More information about the mythtv-users
mailing list