Blu-ray
Some good software:
- bluray_info - my program :D
- libbluray - ships with bdsplice to copy chapters, list_titles to display metadata
- AnyDVD HD (Windows)
Tech:
- BD-ROM read 1x speed is 4.5 MB/s
- Maximum size is 50 GB
- Blu-ray Specifications 4th Edition PDF - includes 4K
- Max 4K disc size: 128 GB or 137438953472 bytes (1024 * 1024 * 1024 * 128)
ffmpeg
You can access a Blu-ray directly using ffmpeg
as long as you have the playlist number (which bluray_info can supply). Note that playlist
must be the first option passed.
An example to simply remux a title:
ffmpeg -playlist 800 -i bluray:/dev/sr0 -codec copy bluray_playlist.mkv