Go to file
Matteo Bini 57231aabfc Better error messages and main switch reordering 2023-09-23 13:45:48 +02:00
.gitignore First! 2023-09-22 18:58:10 +02:00
LICENSE First! 2023-09-22 18:58:10 +02:00
Makefile First! 2023-09-22 18:58:10 +02:00
README First! 2023-09-22 18:58:10 +02:00
bluraybackup.c Better error messages and main switch reordering 2023-09-23 13:45:48 +02:00

README

bluraybackup is a command-line program inspired by dvdbackup [1],
developed in C99 following the suckless philosophy [2].

I wrote it because I wanted to have a 1:1 copy of my Blu-ray discs or
the ability to save an unencrypted version of a BDMV stream. Since
Blu-ray is an especially nasty format [3], this software does not work
with all Blu-ray discs. It both depends on your KEYDB.cfg file and on
the disc BD+ generation. I don't know what the hell BD+ is!

Don't count on your copies being perfect, if you encounter libbluray
errors during the operation. You have been warned.

This software is based on libbluray [4]. To build it, you need libbluray
headers installed.


[1] https://dvdbackup.sourceforge.net/
[2] https://suckless.org/philosophy/
[3] https://www.defectivebydesign.org/topic/bluray
[4] https://www.videolan.org/developers/libbluray.html