File: control

package info (click to toggle)
obs-noise 1.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,744 kB
  • sloc: ansic: 1,937; sh: 153; makefile: 26; cpp: 16
file content (31 lines) | stat: -rw-r--r-- 1,417 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Source: obs-noise
Section: video
Priority: optional
Maintainer: Joao Eriberto Mota Filho <eriberto@debian.org>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13), cmake, libobs-dev, pandoc
Standards-Version: 4.7.2
Homepage: https://obsproject.com/forum/resources/noise.1916/
Vcs-Browser: https://salsa.debian.org/debian/obs-noise
Vcs-Git: https://salsa.debian.org/debian/obs-noise.git

Package: obs-noise
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, obs-studio
Description: plugin for OBS Studio to generate fractal noises
 The Noise Plugin for OBS provides fractal noise sources and displacement
 filters for generating real-time special effects.
 .
 Overview:
   - The plugin provides a source for generating dynamic and user tunable
     fractal noise textures.
   - There are five different base noise types including block noise, linear
     value noise, smoothstep value noise, Open Simplex noise and
     Worley/Voronoi noise.
   - The plugin allows the user to tune dozens of parameters to create
     countless different effects and textures.
   - The noise can either be static or animated.
   - The plugin also provides plenty of presets that can then be tuned to
     dial in exactly the visual effect you are aiming for.
   - Finally, the plugin also includes a noise displacement filter that uses
     dynamically generated noise to displace pixels in the filtered source.