You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<codeclass="descclassname">ffmpeg.</code><codeclass="descname">filter_</code><spanclass="sig-paren">(</span><em>stream_spec</em>, <em>filter_name</em>, <em>*args</em>, <em>**kwargs</em><spanclass="sig-paren">)</span><aclass="headerlink" href="#ffmpeg.filter_" title="Permalink to this definition">¶</a></dt>
282
+
<dtid="ffmpeg.filter">
283
+
<codeclass="descclassname">ffmpeg.</code><codeclass="descname">filter</code><spanclass="sig-paren">(</span><em>stream_spec</em>, <em>filter_name</em>, <em>*args</em>, <em>**kwargs</em><spanclass="sig-paren">)</span><aclass="headerlink" href="#ffmpeg.filter" title="Permalink to this definition">¶</a></dt>
284
284
<dd><p>Apply custom filter.</p>
285
285
<p><codeclass="docutils literal notranslate"><spanclass="pre">filter_</span></code> is normally used by higher-level filter functions such as <codeclass="docutils literal notranslate"><spanclass="pre">hflip</span></code>, but if a filter implementation
286
286
is missing from <codeclass="docutils literal notranslate"><spanclass="pre">fmpeg-python</span></code>, you can call <codeclass="docutils literal notranslate"><spanclass="pre">filter_</span></code> directly to have <codeclass="docutils literal notranslate"><spanclass="pre">fmpeg-python</span></code> pass the filter name
<p>The function name is suffixed with <codeclass="docutils literal notranslate"><spanclass="pre">_</span></code> in order avoid confusion with the standard python <codeclass="docutils literal notranslate"><spanclass="pre">filter</span></code> function.</p>
0 commit comments