package ffmpeg

  1. Overview
  2. Docs
val version : unit -> int
val configuration : unit -> string
val license : unit -> string
type pixel_format = Avutil.Pixel_format.t
type flag =
  1. | Fast_bilinear
  2. | Bilinear
  3. | Bicubic
  4. | Print_info
type t
val create : flag list -> int -> int -> pixel_format -> int -> int -> pixel_format -> t
type planes = (Avutil.data * int) array
val scale : t -> planes -> int -> int -> planes -> int -> unit
type vector_kind =
  1. | Ba
  2. | Frm
  3. | Str
module type VideoData = sig ... end
type ('i, 'o) ctx
module Make (I : VideoData) (O : VideoData) : sig ... end
module BigArray : sig ... end
module Frame : sig ... end
module Bytes : sig ... end