2010. 10. 3, vasárnap keltezéssel 02.03-kor Felix Miata ezt írta:
> This is the last 25 lines of dvdwizard.log:
> Preparing Background-Picture for titleset 1...done
> Selected VMGM strings: "made with" & "DVDwizard 0.6"
>
> Creating Overlay-Picture...done
> Creating empty AC3 Audio-Track...
>
> Hey, something went wrong in "mk_vmgm"! Check for error messages in the log.
> The last command returned a Non-Zero Return-Code (1)
> So I guess it's better to stop here and let you analyze the situation
> Hope you'll find the error. ;-)
> Here are the last 10 lines of the log (/isos/Buffy/dvdwizard.log):
> -------------------------------------------------------
>
> Creating Overlay-Picture...done
> Creating empty AC3 Audio-Track...
>
> Hey, something went wrong in "mk_vmgm"! Check for error messages in the log.
> The last command returned a Non-Zero Return-Code (1)
> So I guess it's better to stop here and let you analyze the situation
> Hope you'll find the error. ;-)
> Here are the last 10 lines of the log (/isos/Buffy/dvdwizard.log):
> -------------------------------------------------------
>
> I really don't see any clue to what went wrong other than having something to
> do the the vmgm menu script. Output was an empty AUDIO_TS dir and a VIDEO_TS
> file containing 7 files (BUP x 2, IFO x 2, VOB x 3), plus the rundir's
> dvdwizard.[cmd|xml|log] files.
>
> This is the run script I used:
> dvdwizard -o /isos/work/Buffywiz \
> -y \
> -N NTSC \
> -T "Buffy" \
> -b Buffy_titlescreen.png \
> -c
> 00:00:00.000,00:01:14.440,00:05:01.280,00:10:03.000,00:15:55.840,00:20:36.680,00:24:40.600,00:29:58.240,00:35:43.320,00:42:32.960,00:48:04.840,00:52:53.800,00:59:44.280,01:02:44.560,01:07:26.720,01:10:15.520,01:14:27.440,01:18:59.320,01:21:19.160,01:25:22.480
> \
> Buffy.mpg
>
> I searched for 'wrong in "mk_vmgm"!' in the mailinglist archive,
> http://dvdwizard.wershofen.net/ and with Google, without finding an answer.
> What do I need to do, and what actually went wrong?
Hi,
I'm almost sure this is caused by the most recent (zillionth?) ffmpeg
API change: "-ar 128kb" passed by the older dvdwizard scripts to ffmpeg
is not valid anymore (now it should be "-ar 128k" instead, note the
absence of "b"). Please upgrade to the latest release.
Levente
|