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

Simplify using FFmpeg filters #4

Closed
federicocarboni opened this issue Oct 14, 2020 · 0 comments
Closed

Simplify using FFmpeg filters #4

federicocarboni opened this issue Oct 14, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@federicocarboni
Copy link
Owner

Description

Improve the API to include helpers to add filters. Both output filters and complex filters should be supported.
Related links:
https://ffmpeg.org/ffmpeg-filters.html

Examples

const cmd = ffmpeg();
cmd.output()
  .complexFilter('my_filter', /* options? */)
  .videoFilter('negate', /* options? */)
  .audioFilter('highpass', /* options? */);
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

1 participant