使用 VP9 编码 mp4 视频时应该使用什么 fourcc?

What fourcc should I use when encoding mp4 videos with VP9?

我的目标是使用 cv2 Python 库编写 mp4 视频,该库本身依赖于 ffmpeg。我应该使用什么代码作为 fourcc 参数,即:

fourcc = cv2.VideoWriter_fourcc(*'????')

使用代码vp09(区分大小写):

fourcc = cv2.VideoWriter_fourcc(*'vp09')