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

Option to modify FFmpeg command #750

Open
Knud3 opened this issue May 20, 2021 · 2 comments
Open

Option to modify FFmpeg command #750

Knud3 opened this issue May 20, 2021 · 2 comments

Comments

@Knud3
Copy link

Knud3 commented May 20, 2021

Advanced options should have a textbox option where users can modify FFmpeg command line. Of course, there will be warning text next to it what warning that modifying values could break the whole export. And "Reset to default" button.

@mifi
Copy link
Owner

mifi commented Jul 25, 2021

This is a bit tricky, because it's not just one command that is being run when you export, but a number of different ffmpeg commands. What you can do is to go into help, and find the last executed commands. then copy them to your command line, edit them and then run the mamnually.

@vertigo220
Copy link

As I mentioned in #126, a solution to this could be to add a word/string replacement option, so instead of having to manually edit every command, users could set it to always replace one word/string with another, e.g. "param_word_a" will always be replaced with "param_word_b" and "command string 1" with "command string 2."

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

No branches or pull requests

3 participants