Difference between revisions of "Audiovisual"
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
* https://github.com/folkertvanheusden/constatus - monitors, converts, transforms, filters and multiplexes video-feeds. Feeds like IP-cameras, "video4linux"-devices, pixelflut, VNC-servers, Raspberry Pi-cameras, etc. It is an NVR (network video recorder) with special features. | * https://github.com/folkertvanheusden/constatus - monitors, converts, transforms, filters and multiplexes video-feeds. Feeds like IP-cameras, "video4linux"-devices, pixelflut, VNC-servers, Raspberry Pi-cameras, etc. It is an NVR (network video recorder) with special features. | ||
+ | |||
+ | |||
+ | |||
+ | * [https://www.reddit.com/r/wayland/comments/16gdrgx/a_working_solution_to_pipe_pipewire_video_into/ a working solution to pipe pipewire video into ffmpeg & a simple low latency remote desktop : wayland] | ||
== PipeWire == | == PipeWire == |
Revision as of 04:13, 21 October 2023
General
See also Creative coding, Visuals, etc
- https://github.com/folkertvanheusden/constatus - monitors, converts, transforms, filters and multiplexes video-feeds. Feeds like IP-cameras, "video4linux"-devices, pixelflut, VNC-servers, Raspberry Pi-cameras, etc. It is an NVR (network video recorder) with special features.
PipeWire
- PipeWire - a project that aims to greatly improve handling of audio and video under Linux. It aims to support the usecases currently handled by both PulseAudio and Jack and at the same time provide same level of powerful handling of Video input and output. It also introduces a security model that makes interacting with audio and video devices from containerized applications easy, with supporting Flatpak applications being the primary goal. Alongside Wayland and Flatpak we expect PipeWire to provide a core building block for the future of Linux application development. [1]
- https://wiki.archlinux.org/index.php/PipeWire
- https://wiki.archlinux.org/index.php/PipeWire/Examples
- https://github.com/mikeroyal/PipeWire-Guide - PipeWire Guide. Learn about how PipeWire gives your Linux system a Professional Audio/Video Processing workflow.
- https://github.com/PipeWire/pipewire-alsa - ALSA plugin for pipewire
- https://github.com/PipeWire/pipewire-jack - JACK client library
- https://github.com/PipeWire/pipewire-pulseaudio - PulseAudio replacement library on top of PipeWire
- https://github.com/Qufyy/obs-pipewire-audio-capture - Experimental PipeWire audio capturing for OBS Studio
Tools
pw-volume
- https://github.com/smasher164/pw-volume - Basic interface to PipeWire volume controls
pwvucontrol
- https://github.com/saivert/pwvucontrol - an attempt are making a volume control applet for Pipewire.
Helvum
- https://gitlab.freedesktop.org/ryuukyu/helvum - A GTK patchbay for pipewire.
pw-viz
- https://github.com/Ax9D/pw-viz - Pipewire graph editor written in Rust. WIP
EasyEffects
- https://github.com/wwmm/easyeffects - Limiter, compressor, reverberation, equalizer and auto volume effects for Pulseaudio applications, LV2 based.