Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce script_filename parameter to get_args #711

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

utdemir
Copy link

@utdemir utdemir commented Oct 2, 2022

This PR adds the script_filename parameter to get_args and compile functions, introducing the ability to sidestep the "command line too long" error that can arise from complex filtergraphs, described in the issue #161.

It is a backwards compatible change, defaulting to the current behaviour when script_filename is not defined.

@Shaf987
Copy link

Shaf987 commented Apr 27, 2024

Really great addition, I would like to add to that that, you can also pass the args to the script_filename with the movie filter by adding it on top of the script filename, as per the answer of Arnon Weiberg here:
https://stackoverflow.com/questions/64407313/is-it-possible-to-provide-input-files-list-to-ffmpeg-in-a-text-file-instead-of-o

(I am a bit lazy to do it sorry haha)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants