Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
blu-ray [2023/04/10 03:20] – beandog | blu-ray [2023/04/10 03:26] (current) – [ffmpeg] beandog | ||
---|---|---|---|
Line 28: | Line 28: | ||
* [[http:// | * [[http:// | ||
* Max 4K disc size: 128 GB or 137438953472 bytes (1024 * 1024 * 1024 * 128) | * 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:/ | ||
+ | </ |