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

Passing ffmpeg arguments to CLI #27

Open
jasperjorna opened this issue Apr 29, 2020 · 2 comments
Open

Passing ffmpeg arguments to CLI #27

jasperjorna opened this issue Apr 29, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@jasperjorna
Copy link

Hi,

Is there a possibility to insert custom ffmpeg arguments though the CLI? For example with: editly my-editly.json5 --custom "-b:v 64k -bufsize 64k" --fast --out output.gif

@mifi
Copy link
Owner

mifi commented Apr 30, 2020

Hi, not yet but it shouldn't be hard to implement. Just need to figure out how flexible should it be, and how to override/replace default parameters.

@mifi mifi added the enhancement New feature or request label Apr 30, 2020
mifi added a commit that referenced this issue Dec 8, 2020
@mifi
Copy link
Owner

mifi commented Dec 8, 2020

Have now implemented a way to set custom output args. see example: https://github.com/mifi/editly/blob/master/examples/customOutputArgs.json5

I'm not sure how to split a string into arguments with correct handling of quotes and escape characters etc, so I have not exposed it to the cli.

@mifi mifi changed the title Passing ffmpeg arguments Passing ffmpeg arguments to CLI Dec 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants