Avidemux Forum

Avidemux => Main version 2.6 => Topic started by: msundman on April 22, 2023, 04:01:27 PM

Title: Partial filters
Post by: msundman on April 22, 2023, 04:01:27 PM
What defines whether a filter can be made partial or not? E.g., none of the rotation filters can be made partial, so it's difficult to apply a rotation to a part of a video. It would be understandable if the filter would change the resolution, but when it doesn't then why can't you make them partial?
Title: Re: Partial filters
Post by: eumagga0x2a on April 22, 2023, 05:42:48 PM
Any filters which operate on multiple input frames and therefore require caching as well as filters which modify timing cannot be made partial.
Title: Re: Partial filters
Post by: msundman on April 23, 2023, 12:05:11 PM
Well, the rotation filters don't use multiple input frames or caching, so they should be partializable. But they're not.
Title: Re: Partial filters
Post by: szlldm on April 23, 2023, 12:13:47 PM
Rotation filter changes resolution, therefore it cannot be partialzed.
Title: Re: Partial filters
Post by: msundman on April 23, 2023, 06:23:26 PM
There are 3 rotation filters. 2 of them might change the resolution, but the OpenGl Rotate doesn't. None of them can be partialized.