Platform
Resources
Pricing
Sign in
Get started
Sylvain Lesage
Software engineer at Hugging Face. Prototyping here with JS, d3, three.js.
Workspace
Fork
Published
2 collections
By
Sylvain Lesage
Edited
Sep 2, 2020
1 star
Video
Video and canvas (MDN tutorial)
Manipulating video using canvas (MDN tutorial)
Naive face tracking and extraction
Three Formats to Export Videos: webm, sprite, or base64 in CSV
Asynchronous Canvas Recorder with ccapture.js
Extract a frame at time 't' from a video
Fake video player
Hello Picture-in-Picture
Hello vidvid-info
frameAt
Hello frameAt
Can I Use Media Fragments?
Canvas operations on a livestream video
LiveInCam videos
Poll video current time
Texture projection
Detached video controls
Hello ffmpeg.wasm
Compute the approximate median image of a video
Trying to understand CORS for videos
Video CORS debugger
Mediatize
Also listed in…
Image
Insert cell
Insert cell
video
=
html
`<video controls src='https://justadudewhohacks.github.io/face-api.js/media/bbt.mp4#t=20,30'/>`
Insert cell
video
.
location
Insert cell
Insert cell
await
new
Promise
(
resolve
=>
{
video
.
addEventListener
(
'loadeddata'
,
(
)
=>
resolve
(
{
start
:
video
.
seekable
.
start
(
0
)
,
end
:
video
.
seekable
.
end
(
0
)
,
currentTime
:
video
.
currentTime
,
duration
:
video
.
duration
}
)
)
;
}
)
Insert cell
Insert cell
image
=
html
`<img src="http://placekitten.com/500#xywh=100,100,10,10" />`
Insert cell
Insert cell
Insert cell
Insert cell
Purpose-built for displays of data
Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Try it for free
Learn more
Fork
View
Export
Listed in...
Video
Sylvain Lesage
Image
Sylvain Lesage
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
video
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
image
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML