Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
bluray_info [2023/04/09 21:14]
beandog [bluray_info]
bluray_info [2023/04/09 21:14] (current)
beandog [bluray_info]
Line 11: Line 11:
   * [[https://​www.videolan.org/​developers/​libbluray.html|libbluray]] homepage   * [[https://​www.videolan.org/​developers/​libbluray.html|libbluray]] homepage
  
-**bluray_info** is a small program to display information about a Blu-ray disc (both original and 4K). It will run on Linux, Cygwin, OpenBSD, NetBSD, and FreeBSD. **You will need a KEYDB.cfg file for decryption of the DRM (details [[Blu-ray DRM|here]]**+**bluray_info** is a small program to display information about a Blu-ray disc (both original and 4K). It will run on Linux, Cygwin, OpenBSD, NetBSD, and FreeBSD. **You will need a KEYDB.cfg file for decryption of the DRM (details [[Blu-ray DRM|here]])**
  
 The [[https://​www.videolan.org/​developers/​libbluray.html|libbluray]] API is very clean, and putting together an initial copy of ''​bluray_info''​ to print out details about a disc only took me two days. It's similar to [[dvd_info]] in that it does human-friendly and JSON output, but doesn'​t have nearly the amount of programs (like exporting chapters, copying tracks, etc.). The reason for that was ''​dvd_info''​ is a perpetual project that I never get around to doing point releases, so I decided to take the alternate approach here. The [[https://​www.videolan.org/​developers/​libbluray.html|libbluray]] API is very clean, and putting together an initial copy of ''​bluray_info''​ to print out details about a disc only took me two days. It's similar to [[dvd_info]] in that it does human-friendly and JSON output, but doesn'​t have nearly the amount of programs (like exporting chapters, copying tracks, etc.). The reason for that was ''​dvd_info''​ is a perpetual project that I never get around to doing point releases, so I decided to take the alternate approach here.

Navigation