ffmpeg-batch
I guess that adding this could work, but never tried with makemkv bluray output -map_metadata 0
Bluray handling is complex, tried myself and chapters are usually impossible to get with ffmpeg only. You probably need other apps like MakeMKV or tsMuxeR to achieve all that workflow.
Use multimedia info to check actual chapters in .mpls. ffmpeg cannot extract chapters from some bluray, support is limited. You could just try adding .mpls as a source file, and map everything, chapters included. (only sequential encoding supported).
I have created a basic Bluray menu, at main tab, File -> Add BluRay path You can play with it. To set a different playlist, "-playlist xxxx" must be placed at pre-input field. For hw encoding, depending on your video card, you can create an encoding preset using the wizard. Patched version
I have created a basic Bluray menu, at main tab, File -> Add BluRay path You can play with it. To set a different playlist, "-playlist xxxx" must be placed at pre-input field. For hw encoding, depending on your video card, you can create an encoding preset using the wizard. Patched version
Use MPLS file as input
Better try with other slash ffmpeg.exe -i "bluray:D:/" -map 0 -c copy test1.mkv That will download the longest playlist. Below will download only that playlist ffmpeg.exe -playlist 0 -i "bluray:D:/" -c copy test2.mkv