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

[Feature] Advanced support for filter chaining (filtergraph) #10

Closed
belgattitude opened this issue Aug 22, 2018 · 1 comment
Closed
Labels
enhancement New feature or request question Further information is requested

Comments

@belgattitude
Copy link
Member

belgattitude commented Aug 22, 2018

FFMpeg support filtergraph notation:

Do we support it ?

Supporting it will make the API more verbose... and we can always create an 'handmade' filter:

<?php
$myComplexFilter = new class interface FFMpegVideoFilterInterface {
   public function getFFmpegCLIValue(): string
    {
        return '[in]yadif=0:0:0[middle];[middle]scale=iw/2:-1[out]';
    }
}

I think we should not and document instead.

Any thoughts ?

See : https://trac.ffmpeg.org/wiki/FilteringGuide and http://ffmpeg.org/ffmpeg-filters.html#Filtergraph-description

@belgattitude belgattitude added enhancement New feature or request question Further information is requested labels Aug 22, 2018
@belgattitude
Copy link
Member Author

Linked to #9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant