From fbd752a9ee395f1dda05f9da6722792bee655b66 Mon Sep 17 00:00:00 2001 From: jb-alvarado Date: Wed, 31 Aug 2022 16:37:17 +0200 Subject: [PATCH] add feature custom filter --- README.md | 1 + docs/custom_filters.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bc0df124..a57c2c56 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,7 @@ Check the [releases](https://github.com/ffplayout/ffplayout/releases/latest) for - [live ingest](/docs/live_ingest.md) - image source (will loop until out duration is reached) - extra audio source (experimental) (has priority over audio from video source) +- [custom filter](/docs/custom_filters.md) For preview stream, read: [/docs/preview_stream.md](/docs/preview_stream.md) diff --git a/docs/custom_filters.md b/docs/custom_filters.md index a8f717f2..201ddd35 100644 --- a/docs/custom_filters.md +++ b/docs/custom_filters.md @@ -1,6 +1,6 @@ ## Custom filter -ffplayout allows it to define a custom filter string. For that is the parameter **custom_filter** in the ffplayout.yml config file. +ffplayout allows it to define a custom filter string. For that is the parameter **custom_filter** in the **ffplayout.yml** config file. The filter outputs should end with `[c_v_out]` for video filter, and `[c_a_out]` for audio filter. The filters will be apply on every clip and after the filters which unify the clips. It is possible to apply only video or audio filters, or both. For a better understanding here some examples: