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
110
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.2k
PWA 方法 無料 今すぐ
fand
3
1.5k
Have you ever heard GPUs cry?
fand
2
3.8k
Real World GLSL
fand
0
270
APIs for VJ-ing
fand
1
6.9k
Other Decks in Technology
See All in Technology
生成AI活用の組織格差を解消する 〜ビジネス職のCursor導入が開発効率に与えた好循環〜 / Closing the Organizational Gap in AI Adoption
upamune
7
5.2k
怖くない!はじめてのClaude Code
shinya337
0
380
Beyond Kaniko: Navigating Unprivileged Container Image Creation
f30
0
130
生成AI時代の開発組織・技術・プロセス 〜 ログラスの挑戦と考察 〜
itohiro73
1
440
マーケットプレイス版Oracle WebCenter Content For OCI
oracle4engineer
PRO
3
960
Tech-Verse 2025 Keynote
lycorptech_jp
PRO
0
1.9k
KubeCon + CloudNativeCon Japan 2025 Recap by CA
ponkio_o
PRO
0
290
AI導入の理想と現実~コストと浸透〜
oprstchn
0
190
整頓のジレンマとの戦い〜Tidy First?で振り返る事業とキャリアの歩み〜/Fighting the tidiness dilemma〜Business and Career Milestones Reflected on in Tidy First?〜
bitkey
2
15k
Geminiとv0による高速プロトタイピング
shinya337
0
260
Lazy application authentication with Tailscale
bluehatbrit
0
170
KiCadでPad on Viaの基板作ってみた
iotengineer22
0
290
Featured
See All Featured
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
Git: the NoSQL Database
bkeepers
PRO
430
65k
Mobile First: as difficult as doing things right
swwweet
223
9.7k
A designer walks into a library…
pauljervisheath
207
24k
Code Review Best Practice
trishagee
69
18k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
Making Projects Easy
brettharned
116
6.3k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
251
21k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
26k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
18
960
KATA
mclloyd
30
14k
How GitHub (no longer) Works
holman
314
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 –
ニコニコ に対応 • 寄生型コンテンツが簡単に作れる