My goal is to write an mp4 video using the cv2 Python library, which itself depends on ffmpeg. What code should I use as the fourcc parameter, i.e.,:
cv2
ffmpeg
fourcc
fourcc = cv2.VideoWriter_fourcc(*'????')
Use the code vp09 (case-sensitive):
vp09
fourcc = cv2.VideoWriter_fourcc(*'vp09')