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.2.tar.gz
md5=70be64d91ec5494127004e4ea03aa987
sha512=bbb2b6036304e631a3dc23e7c0c5d14b96e869cf078b48348b52409d5a4dcbb60505f4987ed2c8eecfcc71e1f20844ad0f3dd040a04cf2abb2146454a4dd4685
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)"
>