Re: [QDVDAuthor-users] multiple audio
Brought to you by:
qdvdauthor
|
From: Jurgen <jur...@gm...> - 2014-07-09 15:30:07
|
Hi Varol,
Looking at the dvdauthor.xml file I noticed that only one language is
specified:
<titles>
<video format="pal" aspect="16:9" resolution="720x576" />
<audio lang="EN" />
<pgc>
<pre>audio=0; </pre>
<vob file="output.vob" pause="0" chapters="00:00:00.000" />
<post> if ( g5 gt 0 ) {
if ( g5 eq 11 ) { g5=0; g2=1; g3=5; call vmgm menu entry title; }
call vmgm menu entry title;
}
{ g2=1; g3=5; call vmgm menu entry title; } </post>
</pgc>
</titles>
It is doing this per title which basically means that all the videos in
the same title are labelled with that language tag?
So how do I solve this? Do I need to assign all videos to a different
title? (knowing that on e can assign 99 titles in 1 titleset)
Hope to hear more,
Jurgen
On 07/08/2014 02:27 PM, Varol Okan wrote:
> On 07/06/2014 06:22 PM, Jurgen wrote:
>> Hi all,
>>
>> I am making a promotion DVD wit many short videos.
>> One of the video contains three audio tracks (English, Dutch,
>> Malagasy/Bara).
>> The three tracks are not picked up in Qdvdauthor so this is what I
>> did in the xml (in bold):
>>
>> <SourceEntry Pause="0" DisplayName="[15] - output" >
>> *<Audio AudioNumber="0" Lang="EN" />**
>> **<Audio AudioNumber="1" Lang="NL" />**
>> **<Audio AudioNumber="2" Lang="MG" />*
>> <SourceInfo Pause="0" BPS="192000" Size="2.04794GB" Bits="0"
>> Format="pal" Titleset="3" Ratio="16:9" FPS="25" Length="02:07:53"
>> AutoTranscode="false" AudioFormat="Stereo" MetaSubtitles="false"
>> HasAudio="true" MSecPreview="79300" Sample="48000"
>> Resolution="720x576" Status="Ok" >
>> <File>output.vob</File>
>> <Properties Pause="0" PostCommands=" call vmgm menu 5;"
>> PreCommands="audio=0; " />
>> <Chapters>00:00:00.000</Chapters>
>> </SourceInfo>
>> </SourceEntry>
>>
>> However, the final result is that only the first (set in the xml)
>> language is visible when I play the DVD and play around with the
>> audio button on my remote.
>> Is there a way to make my DVD thingy obey my commands... Like "yes
>> jurgen, your will is my command." ;)
>>
>> Jurgen
>
> It's been a long time, however I thought this used to work just fine.
>
> The place to start looking into this would be the generated
> dvdauthor.xml file which is fed to dvdauthor.
> Ps. Sorry I forgot to add the yes-I-obey Jurgen button ;)
>
> Varol :)
|