Blu-ray Browsable Slideshow with background music

124 views Asked by At

I have 100 jpg images and 1 ac3 background music. I need create Blu-ray slideshow, without render still image to video. I read Blu-ray spec and on topic 5.2.1.1 I see this issue.

I do not know, how to create it! What is software I need use for it and how!? Figure 5-13 – Example of Browsable Slideshow with background music

2

There are 2 answers

0
Igor-Potapov On

I solved it using Adobe Encore. There has slideshow creator tool. You can use images and background music as I want.

0
mr_lou On

You need to study JavaME and Xlets. I personally found the HD Cookbook very useful. I use Netbeans to code and compile my Blu-ray JavaME Xlet projects. They just need to be compiled using -target 1.3 in order to be compatible. It is essentially just Java 1.3 with some additional API's for Xlet and BD-J.

I've made a project similar to the one you're writing about here: One that loads images from a webserver and displays as a slideshow.

One note though: Older Blu-ray players can't load from disc while playing a video or audio at the same time, without creating a hickup in the video or audio. Afaik this only applies to older players though.