Source: vapoursynth-akarin-dmo
Section: video
Priority: optional
Maintainer: Christian Marillat <marillat@deb-multimedia.org>
Bugs: mailto:marillat@deb-multimedia.org
Homepage: https://github.com/AkarinVS/vapoursynth-plugin
Standards-Version: 4.7.2
Build-Depends: debhelper-compat (= 13), meson, llvm-dev, quilt,
 vapoursynth-dev, libzstd-dev,

Package: vapoursynth-akarin
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, vapoursynth,
Description: Various tools for video processing via vapoursynth.
 Various tools for video processing via vapoursynth. Each function is
 designed for specific video manipulation or analysis tasks.
 .
 CAMBI (Contrast Aware Multiscale Banding Index) is Netflix's detector for
 banding (aka contouring) artifacts.
 .
 Expr
 Works just like VapourSynth std.Expr with some additions.
 .
 Select
 For each frame evaluate the expression expr where clip variables (a-z)
 references the corresponding frame from prop_src. The result of the
 evaluation is used as an index to pick a clip from clip_src array which is
 used to satisfy the current frame request.
 .
 It could be used to replace common uses of std.FrameEval where you want to
 evaluate some metrics and then choose one of the clip to use.
 .
 PropExpr
 A filter to programmatically compute numeric frame properties. Given a
 list of clips, it will return the first clip after modifying its frame
 properties as specified by the dict argument. The expressions have access
 to the frame property of all the clips.
 .
 Text
 An enhanced VapourSynth text.Text
 .
 Version
 Use this function to query the version and features of the plugin.
 .
 Build with LLVM patches from
 https://github.com/Jaded-Encoding-Thaumaturgy/akarin-vapoursynth-plugin

Package: vapoursynth-plugin
Section: oldlibs
Architecture: any
Depends: ${misc:Depends}, vapoursynth-akarin,
Description: Various tools for video processing via vapoursynth.
  This is a transitional dummy package. It can safely be removed.
