Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
blu-ray [2023/04/10 03:26] – [ffmpeg] beandogblu-ray [2025/04/21 05:25] (current) – external edit 127.0.0.1
Line 30: Line 30:
  
 ==== ffmpeg ==== ==== ffmpeg ====
 +
 +  * [[https://ffmpeg.org/ffmpeg-protocols.html#bluray|ffmpeg bluray protocol documentation]]
  
 You can access a Blu-ray directly using ''[[ffmpeg]]'' as long as you have the playlist number (which [[bluray_info]] can supply). Note that ''playlist'' must be the **first** option passed. You can access a Blu-ray directly using ''[[ffmpeg]]'' as long as you have the playlist number (which [[bluray_info]] can supply). Note that ''playlist'' must be the **first** option passed.
Line 38: Line 40:
 ffmpeg -playlist 800 -i bluray:/dev/sr0 -codec copy bluray_playlist.mkv ffmpeg -playlist 800 -i bluray:/dev/sr0 -codec copy bluray_playlist.mkv
 </code> </code>
 +
 +Note that **chapter support is broken** in ffmpeg-7.1.1. No matter what argument you pass to ''chapter'', it will always reset to the first one.