자막 변환 프로그램
현재 SMI, SRT -> SMI, SRT, TXT, ATS 변환이 가능합니다. 인코딩도 지정이 가능합니다.
SubtitleConvertSetup.exe 파일을 실행해서 설치합니다.
git clone https://github.com/handrake/subtitle-convert.git
으로 소스를 다운받고
pip install -r requirements.txt
를 통해 의존 라이브러리를 설치합니다.
python -m subtitle_convert
pyinstaller subtitle_convert.spec --clean -y
- Inno Setup과 Unofficial Korean 언어팩이 필요합니다.
iscc subtitle_convert.iss
Output 폴더에 SubtitleConvertSetup.exe가 만들어집니다.