Log in

View Full Version : BDN file (subtitle) for Sonic HDMV (BluPrint)


sarmano
6th August 2007, 02:46
Some information:

High definition disc media (HD DVD, Blu-ray disc) uses SDH subtitles as the sole method because technical specifications do not require HD to support line 21 closed captions.
(- WiKi.)

SSF (Structured Subtitles Format), much like USF is an XML based subtitle format developed by Gabest.
(- WiKi.)


Does anyone know what looks like BDN files?
May be someone already has it...

sarmano
6th August 2007, 14:25
Some simple Sony BDN subtitle format

<?xml version="1.0" encoding="UTF-8"?>
<BDN Version="0.93" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="BD-03-006-0093b BDN File Format.xsd">
<Description>
<Name Title="English" Content=""/>
<Language Code="eng"/>
<Format VideoFormat="1080p" FrameRate="23.976" DropFrame="false"/>
<Events LastEventOutTC="01:52:58:06" FirstEventInTC="00:03:39:03" ContentInTC="01:52:58:06" ContentOutTC="01:52:58:06" NumberofEvents="5" Type="Graphic"/>
</Description>
<Events>
<Event Forced="False" InTC="00:03:39:03" OutTC="00:03:41:02">
<Graphic Width="1920" Height="1080" X="0" Y="0">line0001.png</Graphic>
</Event>
<Event Forced="False" InTC="00:03:50:08" OutTC="00:03:53:19">
<Graphic Width="1920" Height="1080" X="0" Y="0">line0002.png</Graphic>
</Event>
<Event Forced="False" InTC="00:04:00:03" OutTC="00:04:04:07">
<Graphic Width="1920" Height="1080" X="0" Y="0">line0004.png</Graphic>
</Event>
<Event Forced="False" InTC="00:04:14:11" OutTC="00:04:16:10">
<Graphic Width="1920" Height="1080" X="0" Y="0">line0005.png</Graphic>
</Event>
<Event Forced="False" InTC="00:04:19:10" OutTC="00:04:22:00">
<Graphic Width="1920" Height="1080" X="0" Y="0">line0006.png</Graphic>
</Event>
</Events>
</BDN>

not working in sceanarist :(

2themax
9th August 2007, 03:15
That BDN file works fine with Scenarist. I tried it myself. What's the error you are getting?

sarmano
9th August 2007, 17:39
Scenarist prepares import of data and then nothing else doing, it's freeze.
When I click the "Stop" button I recieve an error:
"Error in exec command [Edit.ImportBDN]: Object reference not
set to an instance of an object".

2themax
9th August 2007, 23:39
The only similar problem I had to the freezing was caused because I was using 24bit PNGs. Once I converted them to 8bit, everything worked.

sarmano
10th August 2007, 00:07
2themax thx a lot!

Liujialin
23rd August 2007, 04:04
which software creat the BDN file?

human75
25th July 2008, 08:11
hi guys.
i am trying to create subtitle files for my scenarist 4.3 project but i am stuck now.could you please help me.
i created 8 bit png file and bdn file with subtitle workshop 4 beta 3 when i import bdn file to scenarist i am getting this error message:
Error : An error occurred in project manager(NewAsset()).
Error : BDNImport failed. check an Event#1(line0001).
how can i sort yhis problem out?thanks a billion in advance.

human75
27th July 2008, 09:39
hi guys.
i am trying to create subtitle files for my scenarist 4.3 project but i am stuck now.could you please help me.
i created 8 bit png file and bdn file with subtitle workshop 4 beta 3 when i import bdn file to scenarist i am getting this error message:
Error : An error occurred in project manager(NewAsset()).
Error : BDNImport failed. check an Event#1(line0001).
how can i sort yhis problem out?thanks a billion in advance.

i sort this problem out.i think Scenarist have some issue with Vista..when i tried to import same subtitle file (bdn file) on windows xp everything is working flawlessly...cheers

Delite
11th August 2008, 08:34
Scenarist prepares import of data and then nothing else doing, it's freeze.
When I click the "Stop" button I recieve an error:
"Error in exec command [Edit.ImportBDN]: Object reference not
set to an instance of an object".

I get the same error (using 8 bit PNG)....:
"Error : Object reference not set to an instance of an object.
Error : PG Encode error(URUWorks_eng). See above message"


"URUWorks_eng" - it's URUWorks_eng.pes (it's ES file, than Scenarist save after BDNImport completed)
Scenarist v4.5 (WinXP).

When I use v4.3 there wasn't any error... (except violet pixels at border of the text while playing muxed blu-ray).

Someone, help!