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

before_options for voice play_file/encode_file/encode_io #219

Open
abduct opened this issue Apr 30, 2023 · 0 comments
Open

before_options for voice play_file/encode_file/encode_io #219

abduct opened this issue Apr 30, 2023 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers voice

Comments

@abduct
Copy link

abduct commented Apr 30, 2023

We have a way to provide options at the end of the ffmpeg command via the options variable, but no way to add options before the input.

Ffmpeg allows different options depending on the input file which can not be appended to the end of the command.

My suggestion is to implement a before_options variable which allows users to insert specific options before the -i input file specifier.

@Daniel-Worrall Daniel-Worrall added enhancement New feature or request good first issue Good for newcomers voice labels Apr 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers voice
Projects
None yet
Development

No branches or pull requests

2 participants