Questions tagged [blu-ray]

Anything related to the blu-ray optical disc technology.

Anything related to the blu-ray optical disc technology.

14 questions
7
votes
2 answers

How to read title and id from Blu-ray disc?

Is it somehow possible to fetch Blu-Ray Disc id and title programmatically on Windows7+ platform?
Federico Zancan
  • 4,846
  • 4
  • 44
  • 60
4
votes
2 answers

Bluray Burner in Java - Where to start?

Like the subject of this post suggests, I am looking at developing a suite like nero which helps burn bluray discs. I am kind of clueless as to where to start. Is there anything in Java API that lets you do this? If I were to start from scratch,…
Jay
  • 2,394
  • 11
  • 54
  • 98
3
votes
2 answers

How to target older platforms with JDK9? (Target: 1.3)

I realize this isn't 100% relevant yet, but I'm very curious about this. In JDK8, javac parameters "source" and "target" are deprecated, and will be removed in JDK9. As a JavaME developer, I'm wondering how then I'll be able to target older…
mr_lou
  • 1,910
  • 2
  • 14
  • 26
2
votes
1 answer

How do I make a simple public read-only WebDAV server with SabreDAV?

I recently began looking into WebDAV, as I found it to be an option for letting me play a Blu-ray folder remotely - i.e. without requiring the viewer to download the whole 24gb ISO first. Add a WebDAV source in Kodi v18 to a Blu-ray folder - and it…
mr_lou
  • 1,910
  • 2
  • 14
  • 26
2
votes
1 answer

ffmpeg : 4K BluRay to 1080p x264

I'm trying to encode a 1080p x264 from a 4K BluRay. The problem is that source has bit-depth : 10 bits and i want output bit-depth 8 bits ... 3840x2160 (input) ==> 3840x1600 (cropped to delete black bars) ==> 1920x800 (resized) If i use x264…
MR RsO
  • 23
  • 1
  • 5
1
vote
1 answer

Authoring : Unusable Blu-Ray Menu on XBOX ONE (MultiAVCHD)

I am new here, and I have a problem. I burned my first Blu-Ray with menu using the MultiAVCHD software. After a successful virtual disk test, I write it all on a Blu-Ray RW test. All goes well, the PC recognizes the Blu-Ray and I can read it without…
1
vote
1 answer

Menu images does not show in hardware player but does in software players and PS3

I'm developing a blu-ray menu with java (BD-J). I developed a simple loading animation. when running it on PS3, soft players (PowerDVD, TotalMedia Theatre, ...) and some hard players (Samsung ht-c6950w), there is no problem and it runs like a…
Arvin
  • 21
  • 4
1
vote
1 answer

Trying to create a DvbBufferedImage but its width and height are 0

I'm trying to create a fade-in animation using DvbBufferedImage for my BD-J application by changing alpha value of the images, doubleBuffer = new DVBBufferedImage(1920, 2180, DVBBufferedImage.TYPE_ADVANCED); but after it creates the buffer, its…
Arvin
  • 21
  • 4
1
vote
2 answers

Blu-ray Browsable Slideshow with background music

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…
Igor-Potapov
  • 43
  • 2
  • 9
1
vote
0 answers

How to check stereoscopic 3D mode in Delphi

I'm using Delphi to develop an application for the control of a third-party player that can play bluray 3D movie on Windows 7. Is there a way to determinate if current display is in stereoscopic mode? In other way, I need to check if video player is…
AndreaBoc
  • 3,077
  • 2
  • 17
  • 22
0
votes
0 answers

What information is lost after conversion from HD to lower-HD

Most 1080p bluray rips that I've seen are in the range 30 GB - 45 GB, bit for bit. Now, downconverted "1080p" videos are much smaller. Maybe as small as 2.5 GB, or say 5 GB, 8 GB. As I understand it, we have these basic video parameters: frame size…
Sujay Phadke
  • 2,145
  • 1
  • 22
  • 41
0
votes
1 answer

Ffmpeg sbs 3d mkv to 3d baked into 2d video

I have a couple of 3d blu-ray rips I'd like to stream to a tv that is not 3d compatible. I have a samsung smart tv with an app that I made to stream the video locally. I'm using ffmpeg on my backend to transcode video. I'm curoius to see if ffmpeg…
goodkid38
  • 79
  • 10
0
votes
1 answer

Making a blu-ray video-album from 30fps video-recordings?

I wish to make a blu-ray video-album with all the family video-recordings I've done with various recording devices through-up the years. Most of the recordings are 720p 30fps, recorded with my cellphone. As many others before me I have now learned,…
mr_lou
  • 1,910
  • 2
  • 14
  • 26
-1
votes
1 answer

Get mountpoint path from device name

Suppose I have a path to the Bluray device, let us assume /dev/sr0. How can I get the mountpoint from it? I understand it should be somewhere in /media/user/. Can a single Bluray disk have more filesystems on it, therefore multiple…
ArekBulski
  • 4,520
  • 4
  • 39
  • 61