Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Chromeコンソールで動画みたい
Search
Amagi
June 16, 2014
Technology
0
230
Chromeコンソールで動画みたい
ブログ記事
http://amagitakayosi.hatenablog.com/entry/2014/05/07/103737
Amagi
June 16, 2014
Tweet
Share
More Decks by Amagi
See All by Amagi
Enchant your website with VFX-JS
fand
0
120
How to hack VS Code: evil ways (Japanese)
fand
5
3.6k
READY FOR THE BATTLE? -Introduction to Live Coding-
fand
1
530
GLSL PostEffect in TouchDesigner
fand
2
2k
VEDA GLSL Livecoding workshop
fand
2
5.3k
PWA 方法 無料 今すぐ
fand
3
1.5k
Have you ever heard GPUs cry?
fand
2
3.8k
Real World GLSL
fand
0
280
APIs for VJ-ing
fand
1
6.9k
Other Decks in Technology
See All in Technology
Webアプリケーションにオブザーバビリティを実装するRust入門ガイド
nwiizo
7
880
自作JSエンジンに推しプロポーザルを実装したい!
sajikix
1
190
20250913_JAWS_sysad_kobe
takuyay0ne
2
250
Django's GeneratedField by example - DjangoCon US 2025
pauloxnet
0
150
Codeful Serverless / 一人運用でもやり抜く力
_kensh
7
450
IoT x エッジAI - リアルタイ ムAI活用のPoCを今すぐ始め る方法 -
niizawat
0
110
下手な強制、ダメ!絶対! 「ガードレール」を「檻」にさせない"ガバナンス"の取り方とは?
tsukaman
2
460
実践!カスタムインストラクション&スラッシュコマンド
puku0x
0
520
react-callを使ってダイヤログをいろんなとこで再利用しよう!
shinaps
2
260
Apache Spark もくもく会
taka_aki
0
130
TS-S205_昨年対比2倍以上の機能追加を実現するデータ基盤プロジェクトでのAI活用について
kaz3284
1
220
会社紹介資料 / Sansan Company Profile
sansan33
PRO
6
380k
Featured
See All Featured
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
7
850
Rails Girls Zürich Keynote
gr2m
95
14k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
333
22k
Speed Design
sergeychernyshev
32
1.1k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
229
22k
Designing for Performance
lara
610
69k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.9k
KATA
mclloyd
32
14k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
358
30k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
Transcript
Chromeコンソールで動画みたい @amagitakayosi CS専攻 M2
Google Chrome使ってる人
デバッグコンソール
不便
YouTube観たい
やってみた
console.image
便利
Console.imageのしくみ • console.log( “%c”, “background: url(‘hoge.jpg’)” );
Youtube-dl
Youtube-dl • Python製 • 異常な対応サイト数
いけそう
console.tubeのしくみ • canvas.drawImage(video); • var url = canvas.toDataURL(); • console.log(
“%c”, “background: url(‘” + url + ”’)” ); • setInterval();
Youtube-dl、Streamで使いたい
None
YouStream • 今のところ – Dailymotion – Youtube – Vimeo –
ニコニコ に対応 • 寄生型コンテンツが簡単に作れる