# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 1
# self = https://watcher.sour.is/conv/kmvej7q
你的第一款開源視頻分析框架**
現在,刷視頻已經成爲我們生活中的一部分,而且很容易一看就停不下來。你有沒有好奇過,它是如何在海量的視頻裏,找到讓你感興趣的視頻?又是如何讓你可以通過關鍵字,搜索到與之相關的視頻內容的呢?這一切都離不開計算機對視頻內容的分析和理解。計算機是如何 “看懂” 海量視頻的呢?視頻本質上是一系列連續的圖像幀,按照一定的幀率播放,從而形成連續的動態效果。因此,計算機分析視頻的基本原理就是:解碼(視頻轉圖片)- ⌘ Read more