gnu: v4l2loopback-linux-module: Edit synopsis and description.
* gnu/packages/linux.scm (v4l2loopback-linux-module) [synopsis, description]: Edit.master
parent
fdcd193744
commit
ecb6581276
|
@ -1150,14 +1150,16 @@ supported under @file{/sys/class/backlight/}.")
|
||||||
"1qi4l6yam8nrlmc3zwkrz9vph0xsj1cgmkqci4652mbpbzigg7vn"))))
|
"1qi4l6yam8nrlmc3zwkrz9vph0xsj1cgmkqci4652mbpbzigg7vn"))))
|
||||||
(build-system linux-module-build-system)
|
(build-system linux-module-build-system)
|
||||||
(home-page "https://github.com/umlaeute/v4l2loopback")
|
(home-page "https://github.com/umlaeute/v4l2loopback")
|
||||||
(synopsis "Linux kernel module that allows you to create \"virtual video devices\"")
|
(synopsis "Linux kernel module to create virtual V4L2 video devices")
|
||||||
(description "This module allows you to create \"virtual video devices\"
|
(description
|
||||||
normal (v4l2) applications will read these devices as if they were ordinary
|
"This Linux module creates virtual video devices. @acronym{V4L2, Video
|
||||||
video devices, but the video will not be read from e.g. a capture card but
|
for Linux 2} applications will treat these as ordinary video devices but read
|
||||||
instead it is generated by another application. this allows you for instance
|
video data generated by another application, instead of a hardware device such
|
||||||
to apply some nifty video effects on your Jitsi video... it also allows some
|
as a capture card.
|
||||||
more serious things (e.g. using it to add streaming capabilities to an
|
|
||||||
application by the means of hooking GStreamer into the loopback devices).")
|
This lets you apply nifty effects to your Jitsi video, for example, but also
|
||||||
|
allows some more serious things like adding streaming capabilities to an
|
||||||
|
application by hooking GStreamer into the loopback device.")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
|
|
||||||
|
|
Reference in New Issue