惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园 - 叶小钗
J
Java Code Geeks
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
阮一峰的网络日志
阮一峰的网络日志
爱范儿
爱范儿
量子位
N
Netflix TechBlog - Medium
博客园 - 聂微东
博客园 - Franky
aimingoo的专栏
aimingoo的专栏
The Cloudflare Blog
T
The Blog of Author Tim Ferriss
MyScale Blog
MyScale Blog
Google DeepMind News
Google DeepMind News
小众软件
小众软件
博客园 - 三生石上(FineUI控件)
C
Check Point Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
B
Blog
Engineering at Meta
Engineering at Meta
Microsoft Azure Blog
Microsoft Azure Blog
博客园_首页
H
Hackread – Cybersecurity News, Data Breaches, AI and More
腾讯CDC

Kenneth Friedman

Alan Kay Answers MIT Scheme on Apple Silicon (M1 Mac) Introducing, Toski Marginal Notes MIT: Second Year Masters Oh The Places I've Been The 2034 Website Open With Sublime Real and Spectacular
Introducing, Scribr
Kenneth Friedman · 2019-01-30 · via Kenneth Friedman

Video Synthesis for your Busy Life

At HackMIT 2018, three friends and I made a project called Scribr, and we won the largest cash prize at the hackathon. We call it Scribr. Scribr automatically simplifies videos for you. As a user, you upload a video of any length, and Scribr takes your video and returns a shorter version of the video with just the "highlights." It's a simple solution to a straightforward problem: videos are often too long, and it would be nice to have a quick summary of the video when you're short on time.

The obvious question is: how does Scribr decide what parts are the highlights? It decides by the audio. We first run the audio through Rev's text-to-speech system. Rev's system has automatic punctuation, which means it returns not just each spoken word, but also the periods at the ends of sentences. This enables us to split up the video at the sentence level. Then, with a list of sentences in hand, we rank the importance of each sentence using a basic NLP algorithm. Next, we take the sentences with the highest importance rank, and get the timestamps of when those sentences were said in the video. We then cut the video at beginning and ends of each time step. And finally, we return a single video to the user, with all of the important sentences stitched together.

You can find read more of the tech details — and see a demo — on the Scribr project page.

Scribr was created by Cowboy Lynk, Ike Urquhart, Nikhil Punwaney, and myself.

We had some fun.

Photos all around

We did some serious work here.

Photos all around

Photos all around

Learn more about the project here.