[ERROR] OpenCV: FFMPEG: tag 0x44495658/'XVID' is not supported with codec id 12 and format 'mp4 / MP4 (MPEG-4 Part 14)' (1) 썸네일형 리스트형 [ERROR] OpenCV: FFMPEG: tag 0x44495658/'XVID' is not supported with codec id 12 and format 'mp4 / MP4 (MPEG-4 Part 14)' 문제상황 - 코덱이 맞지 않음 해결 fourcc = cv2.VideoWriter_fourcc(*'mp4v') 코덱 부분 변경 만일 비디오 파일은 생기는 데 비디오가 저장되지 않는다면 1. imwrite로 img가 저장되는지 확인 2. img가 잘 저장된다면 3. height, width check 이전 1 다음