Go to file
Matteo Bini 01d45535e3 BIN variable in install target 2023-09-23 13:55:51 +02:00
.gitignore First! 2023-09-22 18:58:10 +02:00
LICENSE First! 2023-09-22 18:58:10 +02:00
Makefile BIN variable in install target 2023-09-23 13:55:51 +02:00
README Clearer README 2023-09-23 13:49:54 +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 see libbluray errors
during the operation. You have been warned.

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


[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