Export binary data from subtitles

There is a way to export the raw binary subtitle data from MKV using ffgpeg

ffmpeg -i "input.mkv" -map 0:s -c copy -f data "raw.bin"