Log in

View Full Version : Does anyone know how I can ignore loader.jpg (disk)


CapricornX10X
6th January 2022, 16:15
Does anyone know how I can ignore loader.jpg (disk) on bluray (bdmv)

At the beginning of the full blur file a straight clip is rotating disc appears

I found the image file in the jar folder.
I found the code operation in resources_eng_us.xml
And when I delete both the image and the code instruction. This does, however, cancel the clip of the rotating disk. But the film does not move on to the next part

I send screenshots

Thanks to all the experts

Emulgator
7th January 2022, 11:01
Taking a stone out of a bridge made the bridge collapse.

As long as there are assets like pop-up menus the menu preload has to take place anyway,
the loader animation is only meant to help viewers stand by through that preloading time.

You may modify your java code but you don't gain much loading time, only for the animation itself and this should be negligible.

Or if that bores you: Reauthor as BDMV without -J.

CapricornX10X
9th January 2022, 07:54
You may modify your java code but you don't gain much loading time, only for the animation itself and this should be negligible.

So how i can do that ?

Emulgator
13th January 2022, 00:48
Any authoring house may develop their scripts in multiple ways.
It takes effort, many man-hours to convince production of their unique professionalism...
I don't have your .jar files nor assets, so I can not help further.
If it is worth the effort: one has to learn java, read, modify and debug.