Solution
Step 1: Open the Finder, and goto Application.
Step 2: Run Python > Install Certificates command.
Blog of aiharasoft.com
Step 1: Open the Finder, and goto Application.
Step 2: Run Python > Install Certificates command.
OpenCV で動画を作成し、Twitterに動画を投稿しようとすると、「一部の画像/動画をアップロードできません。」のエラーが発生する。
fourcc = cv2.VideoWriter_fourcc(* ‘mp4v’)
ではなく、次のように h264 コーデックを使用する。
fourcc = cv2.VideoWriter_fourcc(* ‘h264’)