def get_global_outputs():
import vapoursynth
if hasattr(vapoursynth, "get_outputs"):
return vapoursynth.get_outputs()
return types.MappingProxyType(vapoursynth._get_output_dict("OutputManager.get_outputs"))
评论列表
文章目录