pub fn parse_strand_cam_mkv<R, P>( rdr: R, verbose: bool, path: Option<P>, ) -> Result<(ParsedStrandCamMkv, R)>where R: Read + Seek, P: AsRef<Path>,