Package: subtitles
Version: 0.1.1
Title: Generate and Render Timed Subtitles Using 'FFmpeg'
Description: Tools for generating timed subtitle files and rendering them
    into video with the 'FFmpeg' command-line interface
    (<https://ffmpeg.org/>). Converts structured transcription output (such
    as that produced by 'Whisper' speech-to-text models) into SubRip ('SRT')
    and Advanced SubStation Alpha ('ASS') subtitle files, with word-level
    caption timing, styling presets, and line-break control, and burns
    subtitles into video files using the 'FFmpeg' subtitles filter.
Authors@R: c(
    person("Troy", "Hernandez",
        email = "troy@cornball.ai",
        role = c("aut", "cre"),
        comment = c(ORCID = "0009-0005-4248-604X")),
    person("cornball.ai", role = "cph"))
License: MIT + file LICENSE
URL: https://github.com/cornball-ai/subtitles
BugReports: https://github.com/cornball-ai/subtitles/issues
Encoding: UTF-8
SystemRequirements: ffmpeg (>= 5.0), libass
Imports: jsonlite, processx
Suggests: tinytest
RoxygenNote: 7.3.3
NeedsCompilation: no
Packaged: 2026-07-20 02:28:09 UTC; troy
Author: Troy Hernandez [aut, cre] (ORCID:
    <https://orcid.org/0009-0005-4248-604X>),
  cornball.ai [cph]
Maintainer: Troy Hernandez <troy@cornball.ai>
Repository: CRAN
Date/Publication: 2026-07-29 16:20:16 UTC
