AviSynth / AviSynthPlus

AviSynth with improvements
http://avs-plus.net
930 stars 74 forks source link

ConvertToXX to accept specific _ChromaLocation values for 4:1:1 sources #350

Closed pinterf closed 8 months ago

pinterf commented 1 year ago

As noticed in https://forum.doom9.org/showthread.php?p=1985041#post1985041 ConvertToXX is showing an error message if frame property _ChromaLocation exists for a YUV411 clip.

Resolution: _ChromaLocationframe property with values 0-"left" or 2-"topleft" could be accepted for 411 input. Anyway, this is how it is treated.

Note: ConvertToYV411 would still omit ChromaOutPlacement parameter, nor will set _ChromaLocation to 0-"left".

pinterf commented 8 months ago

Done by accepting left-style _ChromaLocation values