# Youtube-to-Webpage - 유튜브를 웹페이지로 만들기

> Clean Markdown view of GeekNews topic #10807. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=10807](https://news.hada.io/topic?id=10807)
- GeekNews Markdown: [https://news.hada.io/topic/10807.md](https://news.hada.io/topic/10807.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2023-09-10T10:03:02+09:00
- Updated: 2023-09-10T10:03:02+09:00
- Original source: [github.com/obra](https://github.com/obra/Youtube2Webpage)
- Points: 15
- Comments: 2

## Topic Body

- 유튜브 비디오의 자막과 해당 시간의 스크린샷을 이용하여 웹페이지로 만들어주는 Perl 스크립트   
- yt-dlp + ffmpeg   
- 유튜브 주소를 넘기면 자막(vtt), 영상(webm), 스크린샷(jpg)와 함께 html/css 파일을 함께 생성해서 저장해줌

## Comments



### Comment 19113

- Author: furyheimdall
- Created: 2023-09-11T12:51:19+09:00
- Points: 1

yt-dlp 로 영상 다운받고, vtt 자막 timecode 기준으로 ffmpeg 을 이용해서 해당 지점 still image 를 추출한 후 페이지 구성을 하는 방식인것 같네요. ㅎㅎ

### Comment 19095

- Author: bbulbum
- Created: 2023-09-11T09:49:33+09:00
- Points: 1

ㅋㅋ example 로 쓰인 영상은,, 유튜브 최초의 영상이군요
