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
I am trying to integrate filter_script:v from the ffmpeg cli tool, useful for long, complex filter graphs where it gets limited when using in command line directly, and throws an too many args error. This is fixed by running from the file script instead.
Here is the ffmpeg command I am trying to replicate using ffmpeg-python:
I could not find a way to use filter_script:v directly in ffmpeg-python. The current API allows for direct filter strings via .filter(), but not for external filter scripts.
The text was updated successfully, but these errors were encountered:
I am trying to integrate
filter_script:v
from the ffmpeg cli tool, useful for long, complex filter graphs where it gets limited when using in command line directly, and throws antoo many args
error. This is fixed by running from the file script instead.Here is the ffmpeg command I am trying to replicate using ffmpeg-python:
I could not find a way to use filter_script:v directly in ffmpeg-python. The current API allows for direct filter strings via .filter(), but not for external filter scripts.
The text was updated successfully, but these errors were encountered: