
Pagecorder
Turn your web page into a hardware accelerated video via API
58 followers
Turn your web page into a hardware accelerated video via API
58 followers
Pagecorder is an API that records your web page as video, including screen and audio. It's performance-oriented and supports 60 FPS at 4K. Just add two JavaScript calls to your page to signal the start and end of the recording, post the link (or a self-contained ZIP bundle) to the API, and voilà! Use it for social video from HTML templates, animated dashboards, product demos, or CSS/Canvas/WebGL motion graphics. Recordings are billed per second. Failed jobs are free.
Products used by Pagecorder
Explore the tech stack and tools that power Pagecorder. See what products Pagecorder uses for development, design, marketing, analytics, and more.
Engineering & Development 1
Engineering & Development 1

FFmpegA complete, cross-platform solution to record, convert and stream audio and video.
5.0 (11 reviews)
Honestly, nothing else came close. FFmpeg's libraries are the only serious option for embedded video encoding with proper hardware acceleration. We link libav directly from C++ rather than shelling out to the ffmpeg CLI. That's what makes the zero-copy GPU paths possible.
General 1
General 1

Chrome Developer ToolDevelop and Debug Chrome Apps & Extensions. By Google
5.0 (8 reviews)
Chromium is the rendering engine. Running your page in a real browser (not a headless screenshot tool) is what makes 60 FPS capture with full CSS, Canvas, and WebGL support possible. Every animation, every font, every WebGL shader renders exactly as it would for a user.
On top of that, we expose a tiny window.pagecorder('start' | 'stop') API inside the page itself, so your content controls when recording begins and ends.
