R/package.R

#' Adjust srt file to get better experience in watching movie.
#' 
#' Srt file is a common subtitle format for videos, it contains subtitle and when the subtitle showed.
#' This package is for ealign time of srt file, and also change color, style and position of subtitle in videos,
#' the srt file will be read as a vector into R, and can be write into srt file after modified using this package.
#' 
#' @docType package
#' @author Jim Chen
#' @import magrittr
#' @name SRTtools
NULL

Try the SRTtools package in your browser

Any scripts or data that you put into this service are public.

SRTtools documentation built on July 18, 2019, 9:06 a.m.