From 141e637ebc791cd39b5fca8b75cb206358a9aa88 Mon Sep 17 00:00:00 2001 From: "Jerome Blanchi aka d.j.a.y" Date: Fri, 21 Jun 2019 19:22:55 +0200 Subject: [PATCH] HelpUpdate : add asciiart --- README.md | 1 + veejay-current/veejay-server/doc/HOWTO.plugins.md | 1 + veejay-current/veejay-server/doc/Installation.md | 2 ++ 3 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 2d84cc95..bd7968ac 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,7 @@ There are several plugin-packs available for veejay: [plugin-packs](https://gith * lvdcrop ; a couple of crop filters and a port of frei0r's scale0tilt * lvdshared ; a couple of plugins that implement a producer/consumer mechanism for shared video resources * lvdgmic ; GMIC based filters, although slow in processing they are quite amazing +* **lvdasciiart** ; let's do ascii ! ported from ffmpeg ASCII filter writen by Alexander Tumin To compile and install a plugin-pack: ```bash diff --git a/veejay-current/veejay-server/doc/HOWTO.plugins.md b/veejay-current/veejay-server/doc/HOWTO.plugins.md index cc3baa43..af5151a7 100644 --- a/veejay-current/veejay-server/doc/HOWTO.plugins.md +++ b/veejay-current/veejay-server/doc/HOWTO.plugins.md @@ -11,6 +11,7 @@ There are several [plugin-packs](https://github.com/c0ntrol/veejay/tree/master/v * **lvdcrop** ; a couple of crop filters and a port of frei0r's scale0tilt * **lvdshared** ; a couple of plugins that implement a producer/consumer mechanism for shared video resources * **lvdgmic** ; a couple of [GMIC](https://gmic.eu/) based filters, although slow in processing they are quite amazing +* **lvdasciiart** ; let's do ascii ! ported from ffmpeg ASCII filter writen by Alexander Tumin To compile and install a plugin-pack: ```bash diff --git a/veejay-current/veejay-server/doc/Installation.md b/veejay-current/veejay-server/doc/Installation.md index 836a6f23..61732bde 100644 --- a/veejay-current/veejay-server/doc/Installation.md +++ b/veejay-current/veejay-server/doc/Installation.md @@ -80,6 +80,8 @@ There are several plugin-packs available for veejay: [plugin-packs](https://gith * lvdcrop ; a couple of crop filters and a port of frei0r's scale0tilt * lvdshared ; a couple of plugins that implement a producer/consumer mechanism for shared video resources * lvdgmic ; GMIC based filters, although slow in processing they are quite amazing +* **lvdasciiart** ; let's do ascii ! ported from ffmpeg ASCII filter writen by Alexander Tumin + To compile and install a plugin-pack: ```bash