package ffmpeg-avutil

  1. Overview
  2. Docs
Bindings for the ffmpeg avutil libraries

Install

Dune Dependency

Authors

Maintainers

Sources

v1.1.11.tar.gz
md5=543fd7ecba7eece376d0a84d11355f61
sha512=2fe1c166e6554c497bb15d7a12af812e81f488fe0b4e2874794aa3dab87248a5592a0db7bd63ff548bdd30f5bba9ae4a95462e15d3f3513afe3d5d58c352e940

doc/ffmpeg-avutil/Avutil/Subtitle/index.html

Module Avutil.SubtitleSource

Sourceval time_base : unit -> rational

Return the time base for subtitles.

Sourceval create_frame : float -> float -> string list -> subtitle frame

Avutil.Subtitle.create_frame start end lines create a subtitle frame from lines which is displayed at start time and hidden at end time in seconds. Raises Error if the allocation failed.

Sourceval frame_to_lines : subtitle frame -> float * float * string list

Convert subtitle frame to lines. The two float are the start and the end dislpay time in seconds.

OCaml

Innovation. Community. Security.