remove info about custom filter in output
It works not good together with desktop mode, so it is skipped at the moment.
This commit is contained in:
parent
a80f474de5
commit
09a31cd06b
@ -117,13 +117,10 @@ text:
|
|||||||
|
|
||||||
out:
|
out:
|
||||||
help_text: The final playout compression. Set the settings to your needs. 'mode'
|
help_text: The final playout compression. Set the settings to your needs. 'mode'
|
||||||
has the options 'desktop', 'hls', 'null', 'stream'. In 'custom_filter' it is possible
|
has the options 'desktop', 'hls', 'null', 'stream'. Use 'stream' and adjust
|
||||||
to define custom ffmpeg filters. They need to end with [c_v_out] for video filter,
|
'output_param:' settings when you want to stream to a rtmp/rtsp/srt/... server.
|
||||||
and [c_a_out] for audio filter. Use 'stream' and adjust 'output_param:' settings when
|
In production don't serve hls playlist with ffpapi, use nginx or another web server!
|
||||||
you want to stream to a rtmp/rtsp/srt/... server. In production don't serve hls
|
|
||||||
playlist with ffpapi, use nginx or another web server!
|
|
||||||
mode: desktop
|
mode: desktop
|
||||||
custom_filter:
|
|
||||||
output_param: >-
|
output_param: >-
|
||||||
-c:v libx264
|
-c:v libx264
|
||||||
-crf 23
|
-crf 23
|
||||||
|
@ -38,16 +38,7 @@ File -> | Decoder / Filtering / custom filter |------------| Encoder / text over
|
|||||||
Loop +-------------------------------------+ +------------------------+
|
Loop +-------------------------------------+ +------------------------+
|
||||||
```
|
```
|
||||||
|
|
||||||
The **custom filter** from **config -> out** got applied on the encoder side:
|
|
||||||
|
|
||||||
```
|
|
||||||
+---------------------+ PIPE +----------------------------------------+
|
|
||||||
File -> | Decoder / Filtering |------------| Encoder / text overlay / custom filter | -> Output
|
|
||||||
Loop +---------------------+ +----------------------------------------+
|
|
||||||
```
|
|
||||||
|
|
||||||
#### When which one to take
|
#### When which one to take
|
||||||
|
|
||||||
* If you want to use for every clip a different filter chain, you should use the custom filter parameter from **playlist**.
|
* If you want to use for every clip a different filter chain, you should use the custom filter parameter from **playlist**.
|
||||||
* When you want to use the same filter for every clip you can use the custom filter from **config -> processing**.
|
* When you want to use the same filter for every clip you can use the custom filter from **config -> processing**.
|
||||||
* If you need a global filter for all clips, which has movements, like a animated logo, or different lower thirds, you should use the custom filter from **config -> out**.
|
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit cb20817330c5fd837eec1ae5716aa60f28f2b973
|
Subproject commit 37ccb38b91b34095d06673952a913be3cf79eb0a
|
Loading…
Reference in New Issue
Block a user