Hi.
I would like to know if there's no way to disable the deinterlacer. Before there was the possibility to select ''none'', but I can no longer see it in the latest version of hybrid.
It would be nice to see it in future releases, if possible. It gives a pretty nice quality.
Take a look at your spare time: http://avisynth.nl/index.php/JincResize
I did some small tests and now I remember why I don't like JicResize:
a. it eats lots of RAM
b. it causes quite a bit of ringing
but I can add support for it, may be there is a scenario where people really use this.
I checked my old code and comments, I removed 'none' since it was unnecessary.
The normal intended behavior is:
a. when 'auto' is enabled: Hybrid will deinterlaced if the input isn't progressive and 'Force' is disabled
b. when 'Force' is enabled: Hybrid will always deinterlace depending independent of the scan type
Quote:but I can add support for it, may be there is a scenario where people really use this.
Thank you very much for adding support to it. It's a bit hungry indeed, but in some sources it does a really good job.
Quote:I checked my old code and comments, I removed 'none' since it was unnecessary.
The normal intended behavior is:
a. when 'auto' is enabled: Hybrid will deinterlaced if the input isn't progressive and 'Force' is disabled
b. when 'Force' is enabled: Hybrid will always deinterlace depending independent of the scan type