본문 바로가기

프로젝트

유튜브 다운로드 및 자막 생성

https://colab.research.google.com/drive/1ptP5KuqQAtHApxtfJbh5A7nGgB-hxHrn?usp=sharing 

 

유튜브 자막 다운로드 공유용.ipynb의 사본

Colaboratory notebook

colab.research.google.com

인공지능의 편리함. 자막이 깨지는 현상이 발생해서 부득이하게 내렸다. 추가적으로 발생하는 문제점을 알려주시면 고치도록하겠습니다.

자막색은 다음의 코드를 수정하면 바뀝니다.

draw.text(line_coords, line, font=font_korean, fill=(255,255,255,255))

자막 파일만 SRT만 받고 싶다면 아래를 사용해주세요.

https://colab.research.google.com/drive/1-3y8Cssd18aXyMByENLwz0yT3TGz19mP?usp=share_link 

 

유튜브 자막 다운로드 SRT파일 생성.ipynb

Colaboratory notebook

colab.research.google.com

 

https://m.blog.naver.com/dailybrand/221623475121

 

무료폰트 023. 네이버 나눔바른고딕

네이버 나눔바른고딕, 2013 모바일에 최적화된 정통 고딕 글꼴입니다. 글꼴이 가장 깨끗해 보이는 두께와 ...

blog.naver.com

여기서 NanumBarunGothic.ttf를 받고 개인 드라이브에 올리면 해결된다.

sk~~~는 아래에서 받으면 된다. 18불은 공짜.

https://platform.openai.com/account/api-keys

 

OpenAI API

An API for accessing new AI models developed by OpenAI

platform.openai.com

구글 번역기만 사용하고자 하면 구분된 코드를 사용하면 된다.

 

참고

https://platform.openai.com/docs/models/whisper

 

OpenAI API

An API for accessing new AI models developed by OpenAI

platform.openai.com

https://github.com/openai/whisper/blob/main/README.md

 

GitHub - openai/whisper: Robust Speech Recognition via Large-Scale Weak Supervision

Robust Speech Recognition via Large-Scale Weak Supervision - GitHub - openai/whisper: Robust Speech Recognition via Large-Scale Weak Supervision

github.com

구글 translation 코랩에서 오류시

https://velog.io/@kir315/googletrans-%EC%98%A4%EB%A5%98-%ED%95%B4%EA%B2%B0

 

[오류해결] googletrans 'NoneType' object has no attribute 'group'

https://pypi.org/project/googletrans/googletrans 모듈을 다운받기 위해 상기 링크에 들어갔다. 이렇게 나와 있길래 구글 코랩 가서 pip install googletrans를 그대로 치니 라고 해야 한다고 나왔다. !를 붙

velog.io

https://pypi.org/project/googletrans/

 

googletrans

Free Google Translate API for Python. Translates totally free of charge.

pypi.org

https://www.geeksforgeeks.org/python-pil-imagedraw-draw-text/

 

Python PIL | ImageDraw.Draw.text() - 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