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,…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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,…
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…