@@ -210,26 +210,36 @@ To identify with `obs_source_get_unversioned_id` , or creating source/filter.
210210## Filters
211211| Name | Source type identifier string |
212212| --- | --- |
213+ | Async Delay | async_delay_filter |
214+ | Chroma Key | chroma_key_filter |
215+ | Chroma Key V2 | chroma_key_filter_v2 |
216+ | Color Correction | color_filter |
217+ | Color Correction V2 | color_filter_v2 |
218+ | Color Key | color_key_filter |
219+ | Color Key V2 | color_key_filter_v2 |
220+ | Color Grade | color_grade_filter |
213221| Compressor | compressor_filter |
222+ | Crop/Pad | crop_filter |
214223| Expander | expander_filter |
215224| Gain | gain_filter |
225+ | GPU Delay | gpu_delay_filter |
226+ | Image Mask/Blend | mask_filter |
216227| Invert Polarity | invert_polarity_filter |
217228| Limiter | limiter_filter |
229+ | Luma Key | luma_key_filter |
230+ | Luma Key V2 | luma_key_filter_v2 |
231+ | Mask | mask_filter |
232+ | Mask V2 | mask_filter_v2 |
218233| Noise Gate | noise_gate_filter |
219234| Noise Suppression | noise_suppress_filter |
220- | VST 2.x Plug-in | vst_filter |
221- | Video Delay (Async) | async_delay_filter |
222- | Chroma Key | chroma_key_filter |
223- | Color Correction | color_filter |
224- | Color Key | color_key_filter |
225- | Crop/Pad | crop_filter |
226- | Image Mask/Blend | mask_filter |
227- | Luma Key | luma_key_filter |
235+ | Noise Suppression V2 | noise_suppress_filter_v2 |
228236| Render Delay | gpu_delay |
229237| Scaling/Aspect Ratio | scale_filter |
230238| Scroll | scroll_filter |
231239| Sharpen | sharpness_filter |
232-
240+ | Sharpen V2 | sharpness_filter_v2 |
241+ | Video Delay (Async) | async_delay_filter |
242+ | VST 2.x Plug-in | vst_filter |
233243
234244# Add source
235245Create source and add it to current scene
0 commit comments