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

推荐订阅源

Y
Y Combinator Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园 - 司徒正美
Blog — PlanetScale
Blog — PlanetScale
博客园 - 聂微东
月光博客
月光博客
量子位
大猫的无限游戏
大猫的无限游戏
Stack Overflow Blog
Stack Overflow Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
The Cloudflare Blog
P
Proofpoint News Feed
B
Blog RSS Feed
美团技术团队
腾讯CDC
C
Check Point Blog
Engineering at Meta
Engineering at Meta
F
Fortinet All Blogs
N
Netflix TechBlog - Medium
Recent Announcements
Recent Announcements
J
Java Code Geeks
S
SegmentFault 最新的问题
WordPress大学
WordPress大学
宝玉的分享
宝玉的分享

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.