AviSynth / AviSynthPlus

AviSynth with improvements
http://avs-plus.net
952 stars 72 forks source link

DoubleWeave and _EncodedFrame properties #284

Open realfinder opened 2 years ago

realfinder commented 2 years ago

Hi https://github.com/Asd-g/MPEG2DecPlus got interesting _EncodedFrameTop and _EncodedFrameBottom properties so can DoubleWeave() Honor them (not just copy them as it do now but made changes them accordingly)? or better even made them if they not existing, of course when it's Frame-based case, I didn't think for Field-based yet

pinterf commented 2 years ago

Some basic frame properties are still not supported in Avisynth core (though external plugins are already using those ones and are well defined since VapourSynth introduced them (_FieldBased and the others in the topic) ), they must be implemented first in the code. These newly emerging frame properties first have to be stabilized and documented as well. I'm not following that long discussion in MPEG2DecPlus so I don't know if these properties are fully independent ones from the existing ones or not, and if we start using them it affects other core Avisynth filters?

realfinder commented 2 years ago

AFAIK they only existing in MPEG2DecPlus now