Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的目标是使用cv2Python 库编写一个 mp4 视频,该库本身依赖于ffmpeg. 我应该使用什么代码作为fourcc参数,即:
cv2
ffmpeg
fourcc
fourcc = cv2.VideoWriter_fourcc(*'????')
使用代码vp09(区分大小写):
vp09
fourcc = cv2.VideoWriter_fourcc(*'vp09')