read_srt: Parse an srt file and return a list of subs

Description Usage Arguments

View source: R/read_srt.R

Description

Parse an srt file and return a list of subs

Usage

1
read_srt(f = NULL, comment = "##", set_id_as_prog = TRUE)

Arguments

f

filename/path of the .srt (or connection: it's passed to readLine)

comment

lines starting with this char will be ignored

set_id_as_prog

if TRUE, fix the id of the srt (simple progressive, independent from what parsed)


lbraglia/lbav documentation built on March 26, 2021, 2:02 a.m.