Re: [FFmpeg-devel] [PATCH 1/3] avisynth: corrected interlace detection

2022-02-13 Thread Stephen Hutchinson
On 2/8/22 6:02 AM, Stephen Hutchinson wrote: From: emcodem AviSynth works on frame-based video by default, which can be either progressive or interlaced. Some filters can break frames into half-height fields, at which point it considers the clip to be field-based (avs_is_field_based can be used

[FFmpeg-devel] [PATCH 1/3] avisynth: corrected interlace detection

2022-02-08 Thread Stephen Hutchinson
From: emcodem AviSynth works on frame-based video by default, which can be either progressive or interlaced. Some filters can break frames into half-height fields, at which point it considers the clip to be field-based (avs_is_field_based can be used to check for this situation). To properly det