{"luma_radius","Radius of the luma blurring box",OFFSET(luma_param.radius_expr),AV_OPT_TYPE_STRING,{.str="2"},.flags=FLAGS},
{"lr","Radius of the luma blurring box",OFFSET(luma_param.radius_expr),AV_OPT_TYPE_STRING,{.str="2"},.flags=FLAGS},
{"luma_power","How many times should the boxblur be applied to luma",OFFSET(luma_param.power),AV_OPT_TYPE_INT,{.i64=2},0,INT_MAX,.flags=FLAGS},
{"lp","How many times should the boxblur be applied to luma",OFFSET(luma_param.power),AV_OPT_TYPE_INT,{.i64=2},0,INT_MAX,.flags=FLAGS},
{"chroma_radius","Radius of the chroma blurring box",OFFSET(chroma_param.radius_expr),AV_OPT_TYPE_STRING,{.str=NULL},.flags=FLAGS},
{"cr","Radius of the chroma blurring box",OFFSET(chroma_param.radius_expr),AV_OPT_TYPE_STRING,{.str=NULL},.flags=FLAGS},
{"chroma_power","How many times should the boxblur be applied to chroma",OFFSET(chroma_param.power),AV_OPT_TYPE_INT,{.i64=-1},-1,INT_MAX,.flags=FLAGS},
{"cp","How many times should the boxblur be applied to chroma",OFFSET(chroma_param.power),AV_OPT_TYPE_INT,{.i64=-1},-1,INT_MAX,.flags=FLAGS},
{"alpha_radius","Radius of the alpha blurring box",OFFSET(alpha_param.radius_expr),AV_OPT_TYPE_STRING,{.str=NULL},.flags=FLAGS},
{"ar","Radius of the alpha blurring box",OFFSET(alpha_param.radius_expr),AV_OPT_TYPE_STRING,{.str=NULL},.flags=FLAGS},
{"alpha_power","How many times should the boxblur be applied to alpha",OFFSET(alpha_param.power),AV_OPT_TYPE_INT,{.i64=-1},-1,INT_MAX,.flags=FLAGS},
{"ap","How many times should the boxblur be applied to alpha",OFFSET(alpha_param.power),AV_OPT_TYPE_INT,{.i64=-1},-1,INT_MAX,.flags=FLAGS},