View Single Post
Old 28th January 2008, 00:12   #5  |  Link
Kiriakos
Registered User
 
Join Date: Feb 2007
Posts: 16
You can make them like this:
From here you can get the programs that I am talking about bellow.
You have to find the subtitle file in your language in .srt format (easy on internet) . Play the movie in your favorite player and write down the exact time of the first and last spoken lines. Then, open the .srt file in SubtitleWorkshop and by going Edit > Timings > Adjust > Adjust Subtitles… and entering the above times you can readjust the timings of the lines to fit with your movie. Save and exit.
Now open the srt2xas.exe program and select the items in the fields that you ‘ll see. Pay attention in the last field, when you ‘ll select the .XPL file it ‘ll display bellow it the ‘’main movie’’ or something. Make sure that this is your main movie (look at the play time) . Click ‘’Start’’ and you are done. By opening the movie in PDVD you can select the new added from you subs by the ‘’U’’ key of your keyboard.
Now, you have to have 3 new files in your movie’s ADV_OBJ folder, a font file (like arial.ttf) a .xmf and a .xas file (like blabla.xmf – blabla.xas) . In your movies .XPL file if you open it in notepad you ’ll see a new piece of code that srt2xas inserted before and will look something like this:
………………………….
…………………………
………………………..
…………………………..
<Chapter displayName="Chapter 48" titleTimeBegin="02:43:23:02" />
<Chapter displayName="Chapter 49" titleTimeBegin="02:50:56:10" />
<Chapter displayName="Chapter 50" titleTimeBegin="02:57:32:35" />
</ChapterList>
<TrackNavigationList>
<AudioTrack track="1" langcode="en:01" selectable="true" />
<AudioTrack track="2" langcode="jp:01" selectable="true" />
<AudioTrack track="3" langcode="fr:01" selectable="true" />
<AudioTrack track="4" langcode="it:01" selectable="true" />
<AudioTrack track="5" langcode="de:01" selectable="true" />
<AudioTrack track="6" langcode="es:01" selectable="true" />
<SubtitleTrack track="1" langcode="el:01" selectable="true" />
</TrackNavigationList>
<AdvancedSubtitleSegment src="file:///dvddisc/ADV_OBJ/blablabla.xmf" titleTimeBegin="00:00:00:00" titleTimeEnd="03:07:05:14" sync="hard" xmlns="">
<Subtitle track="1" />
<ApplicationResource src="file:///dvddisc/ADV_OBJ/blablabla.xmf" loadingBegin="00:00:00:00" priority="1" multiplexed="false" />
<ApplicationResource src="file:///dvddisc/ADV_OBJ/blablabla.xas" loadingBegin="00:00:00:00" priority="1" multiplexed="false" />
</AdvancedSubtitleSegment>
</Title>
</TitleSet>
</Playlist>

(In bold the new code)

If you have any questions, glad to help.

Last edited by Kiriakos; 28th January 2008 at 00:16.
Kiriakos is offline   Reply With Quote