Blueray to h264 with Nvidia
Keep all audio and subtitle
code:convert.sh
ffmpeg -hwaccel cuda -i input.mkv -map 0:v -map 0:a? -map 0:s? -c:v h264_nvenc -c:a copy -c:s copy output.mkv