Index [work]: Mkv

"MKV Index" typically refers to the Cues element within an MKV (Matroska Video) file, though it can also refer to software tools used to manipulate these files.

  1. ffmpeg -i input.mkv -c copy -map 0 -fflags +genpts output.mkv

Example commands