Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
blu-ray [2018/03/28 04:54] – beandog | blu-ray [2023/04/10 03:26] (current) – [ffmpeg] beandog | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Blu-ray ====== | ====== Blu-ray ====== | ||
+ | |||
+ | * [[Blu-ray DRM]] | ||
+ | * [[bluray_info]] | ||
+ | * [[bluray_copy]] | ||
+ | * [[bluray_player]] | ||
Some good software: | Some good software: | ||
Line 8: | Line 13: | ||
* [[http:// | * [[http:// | ||
* [[https:// | * [[https:// | ||
+ | * [[https:// | ||
+ | |||
+ | * [[FindVUK]] | ||
+ | * [[KEYDB]] | ||
+ | * [[libaacs]] | ||
+ | * [[libbluray]] | ||
+ | * [[MakeMKV]] | ||
+ | |||
+ | Tech: | ||
+ | |||
+ | * BD-ROM read 1x speed is 4.5 MB/s | ||
+ | * Maximum size is 50 GB | ||
+ | * [[http:// | ||
+ | * [[http:// | ||
+ | * Max 4K disc size: 128 GB or 137438953472 bytes (1024 * 1024 * 1024 * 128) | ||
+ | |||
+ | ==== ffmpeg ==== | ||
+ | |||
+ | You can access a Blu-ray directly using '' | ||
+ | |||
+ | An example to simply remux a title: | ||
+ | |||
+ | < | ||
+ | ffmpeg -playlist 800 -i bluray:/ | ||
+ | </ |