package ffmpeg

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
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 = (data * int) array
val scale : t -> planes -> int -> int -> planes -> int -> unit