Celeb Glow
news | March 08, 2026

Ffmpeg bluray option

let's take for example I got this According to FFmpeg usage to take Bluray as input we can use

ffmpeg -i bluray:"path/to/bluray/" -map 0 -c copy -c:a flac remuxed-bluray.mkv

and for this file, it will be something like

ffmpeg -i bluray:"[BDMV] Oshi ga Budoukan Itte Kuretara Shinu - Vol.01" -map 0 -c copy -c:a flac remuxed-bluray.mkv

The above gives only one output but as you can see from the file structure its not only one episode but consists of 6 episode and rest BD menus.

So what should I use to get all the 6 episodes and bd menus separately?

Please Don' t give me that just do the following

ffmpeg -i "[BDMV] Oshi ga Budoukan Itte Kuretara Shinu - Vol.01/BDMV/stream/00000.m2ts" -map 0 -c copy -c:a flac remuxed-bluray.mkv

as input and encode it. Since I know this, but due to poor documentation very less is provided about Blurays encode

Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy