翠星石 (suiseiseki@freesoftwareextremist.com)'s status on Monday, 04-Mar-2024 21:14:23 JST
-
Embed this notice
@jihadjimmy You just need to compile ffmpeg with libbluray and provided libaacs and libbdp is setup correctly, you cay just pass -i bluray:/dev/sr0 (or whatever the drive device is) and ffmpeg will be able to read the bluray like any media stream.
Blurays like to screw things up with playlists, but usually the main feature is playlist 800 and the command is therefore just; `ffmpeg -playlist 800 -i bluray:/dev/sr0 -codec copy bluray_playlist.mkv`
You can also probe playlists with `ffprobe bluray:/dev/sr0`, although that only shows playlists that are at least 3 minutes long - the bd_list_titles or bluray_info commands included in libbluray will show all the playlists.