namespace HandBrake.ApplicationServices.Model.Encoding { public enum Deinterlace { Off = 0, Fast, Slow, Slower, Custom } }