https://deep-learning-study.tistory.com/108
[파이썬 OpenCV] 동영상 저장하기 - cv2.VideoWriter 클래스
황선규 박사님의 OpenCV 강의를 공부하면서 정리하였습니다. 동영상 저장하기 - cv2.VideoWriter 클래스 cv2.VideoWriter 클래스를 이용해서 영상을 저장하는 방법을 알아보겠습니다. OpenCV에서는 cv2.Vi
deep-learning-study.tistory.com
video writer 함수 관련
https://www.geeksforgeeks.org/saving-a-video-using-opencv/
Saving a Video using OpenCV - GeeksforGeeks
A Computer Science portal for geeks. It contains well written, well thought and well explained computer science and programming articles, quizzes and practice/competitive programming/company interview Questions.
www.geeksforgeeks.org
geeks 사이트
video writer 쓰는 법 자세히
https://stackoverflow.com/questions/30509573/writing-an-mp4-video-using-python-opencv
Writing an mp4 video using python opencv
I want to capture video from a webcam and save it to an mp4 file using opencv. I found example code on stackoverflow (below) that works great. The only hitch is that I'm trying to save it as mp4, n...
stackoverflow.com
mp4로 저장하는 방법
MP4V 가 아니고 소문자로 적으면 잘됨
'Boostcamp AI tech 3기' 카테고리의 다른 글
Runtime Error : Legacy autograd function with non-static forward method is deprecated - ssd 코드 보면서 생긴 에러 (0) | 2022.05.27 |
---|---|
cannot import name '_registerMatType' from 'cv2.cv2' (0) | 2022.05.27 |
paddlepaddle gpu 관련 cuda 버전에 맞게 설치하기 (0) | 2022.05.19 |
creating build/temp.linux-x86_64-3.7/lap error 에러 (0) | 2022.05.19 |
부스트 캠프 끝나고 해볼만한 ai 관련 공고/프로그램 (스마일게이트, ssafy 8기) (0) | 2022.05.15 |
파이널 프로젝트 때 참고할 사이트들 (0) | 2022.05.02 |
vgg16_bn-6c64b313.pth 다운받기 (0) | 2022.04.19 |
wandb example images 메모리 크기 (0) | 2022.04.16 |