This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ''' | |
| python 패키지 설치 | |
| pip install opencv-python | |
| pip install numpy | |
| pip install bs4 | |
| ''' | |
| # sub/idx 자막인 경우 아래처럼 명령을 실행 | |
| # python imgmerge.py -i C:\sub\*.* -o C:\save_path |