Skip to content

Commit 6d42b82

Browse files
committed
SRT 파일을 유튜브에 업로드하는 방법 설명
1 parent c829502 commit 6d42b82

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

CONTRIBUTING.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
- [자막 스크립트 편집 PR](#%EC%9E%90%EB%A7%89-%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8-%ED%8E%B8%EC%A7%91-pr)
1111
- [스크립트 일부만 편집했을 때](#%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8-%EC%9D%BC%EB%B6%80%EB%A7%8C-%ED%8E%B8%EC%A7%91%ED%96%88%EC%9D%84-%EB%95%8C)
1212
- [스크립트 전체 편집이 완료되었을 때](#%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8-%EC%A0%84%EC%B2%B4-%ED%8E%B8%EC%A7%91%EC%9D%B4-%EC%99%84%EB%A3%8C%EB%90%98%EC%97%88%EC%9D%84-%EB%95%8C)
13+
- [자막 파일을 유투브에 업로드 하는 방법]
1314

1415
---
1516
## 사전 준비
@@ -121,6 +122,22 @@ git clone <주소> # 복사(clone) 명령
121122
(예. `[전체편집]2019-pyconkr/day2/라이트닝 토크/what is my PyCon - 배권한.txt`)
122123

123124

125+
---
126+
## 자막 파일을 유투브에 업로드 하는 방법
127+
- vrew를 사용해 생성된 .srt 포맷의 자막 스크립트를 유투브에 업로드 합니다.
128+
129+
1. 자막을 추가하려는 영상에서 우측 하단의 설정 아이콘을 클릭, `자막 - 자막 추가`를 선택합니다.
130+
- 동영상 링크는 .txt 스크립트 파일의 상단에 있습니다.
131+
<img src="image/upload_srt_subtitle_1.png" alt="Check Allow edits from maintainers" height="240">
132+
133+
2. 자막 언어를 한국어로 설정하고 자막 입력 화면으로 이동합니다.
134+
135+
3. `작업 - 파일 업로드`를 클릭, 자막 파일을 선택합니다.
136+
<img src="image/upload_srt_subtitle_2.png" alt="Check Allow edits from maintainers" height="240">
137+
138+
- **자막에 기여해주실 때에는 유투브에 직접 자막 수정을 하신 후 자막 파일을 다운로드 받아 깃헙에 업로드해주세요.**
139+
140+
124141
---
125142
참고자료.
126143
- [첫 기여하기 by firstcontributions](https://github.com/firstcontributions/first-contributions/blob/master/translations/README.ko.md)

image/upload_srt_subtitle_1.png

100 KB
Loading

image/upload_srt_subtitle_2.png

65.6 KB
Loading

0 commit comments

Comments
 (0)