Embed Notice
HTML Code
Corresponding Notice
- Embed this notice
翠星石 (suiseiseki@freesoftwareextremist.com)'s status on Friday, 08-Sep-2023 17:22:29 JST翠星石 @emacsen Why on earth would you thank people for telling you that it's possible to conveniently run a GPL and LGPL infringing version of proprietary malware?
All you need is:
https://www.videolan.org/developers/libbluray.html
https://www.videolan.org/developers/libbdplus.html
https://www.videolan.org/developers/libaacs.html
and the keys from:
https://forum.doom9.org/showthread.php?t=176924
I would recommend using the cached BD+ tables rather than running the proprietary software that implements BD+ corruption correction.
The above will allow you to play any bluray disc on mpv and also copy the disk with ffmpeg (with the libbluray compile time flag enabled).
You can scan a bluray playlist with: `ffprobe bluray:/dev/sr0`
You can copy a bluray playlist to a mkv with: `ffmpeg -playlist 800 -i bluray:/dev/sr0 -codec copy bluray_playlist.mkv`