Python
[moviepy - 오류해결] AttributeError: 'NoneType' object has no attribute 'get_frame'
티멀
2022. 9. 26. 21:23
728x90
반응형
간만에 올리는 오류노트 한줄 해결법
아래의 오류를 해결하려면,
AttributeError: 'NoneType' object has no attribute 'get_frame'
clip.close()가 선언되어 있다면, 지워야한다.
(VideoFileClip() 객체가 close가 되어있다면 오류 발생함)
오류 해결 끝!
728x90
반응형