package ffmpeg-avfilter
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Bindings for the ffmpeg avfilter library
Install
dune-project
Dependency
Authors
Maintainers
Sources
v1.2.4.tar.gz
md5=db72e1df123d770f0f2fbaf27d0fbc8b
sha512=2c8365adfd3d20046e2a6b336c1d2b9ce657dc14dd3808fcb8d86fe5317aa02cc1b7d08da9b8a2eda1c68bd44c3087b36fbbf1148b47c9808ef77a0a9758dd7d
doc/ffmpeg-avfilter/Avfilter/index.html
Module AvfilterSource
This module provides an API to AVfilter.
Source
type valued_arg = [ | `String of string| `Int of int| `Int64 of int64| `Float of float| `Rational of Avutil.rational
](attached/unattached, audio/video, input/output) pad
Source
type flag = [ | `Dynamic_inputs| `Dynamic_outputs| `Slice_threads| `Support_timeline_generic| `Support_timeline_internal
]Source
val attach :
?args:args list ->
name:string ->
[ `Unattached ] filter ->
config ->
[ `Attached ] filterAttach a filter to a filter graph configuration. Raises Exists if there is already a filter by that name in the graph. Number of inputs or outputs can change from the filter's specifications, in particular if the filter has the `Dynamic_input or `Dynamic_output flag set.
Source
val link :
([ `Attached ], 'a, [ `Output ]) pad ->
([ `Attached ], 'a, [ `Input ]) pad ->
unitLink two filter pads.
Source
val process_command :
?flags:command_flag list ->
cmd:string ->
?arg:string ->
[ `Attached ] filter ->
stringSend a command to a attached filter pad.
Parse a graph described by a string and attach outputs/inputs to it.
Source
type ('a, 'b) parse_av =
(('a, [ `Audio ], 'b) parse_node list, ('a, [ `Video ], 'b) parse_node list)
avCheck validity and configure all the links and formats in the graph and return its outputs and outputs.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>