Postby bernick » 25 Nov 2014 19:32
Please, let me re-phase my question.
Is it possible to create a filter that will change the final video output resolution?
I have created a filter that is changing the width and height of the output format (I used transform and croppad filters as examples). But after the filter get added, I see debug message "Adding a filter to compensate for format change" and the swscale filter is added to restore the original resolution.
So I am wondering what I am missing.
cheers