Headless media capture: screenshots/video of the app + skill#64
Merged
Conversation
Enable faithful media capture from the headless dev stack and document it as a skill: - compose.headless.yml: set WEBKIT_DISABLE_COMPOSITING_MODE=1. WebKitGTK renders CSS opacity/transform animations on GPU compositor layers that Xvfb's software path never flushes to the X framebuffer, so screen-grabbed captures silently drop every transition. Forcing compositing off paints into the readable window buffer. - Dockerfile.tauri-headless: add ffmpeg (x11grab recording) and python3-pil (brand framing). - .claude/skills/capturing-voltius-media: new skill covering stills (existing docs pipeline), video (record via ffmpeg x11grab, drive via tauri-driver, edit via ffmpeg zoompan), and brand-gradient framing that reuses docs/tools/screenshots/frame.py. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01HKUYb6g8PZNPSususpTGPg
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Enables faithful screenshot/video capture from the headless dev stack, and documents the workflow as a skill.
WEBKIT_DISABLE_COMPOSITING_MODE=1. WebKitGTK renders CSS opacity/transform animations on GPU compositor layers that Xvfb's software path never flushes to the X framebuffer — so screen-grabbed captures silently drop every transition/animation. Forcing compositing off paints into the readable window buffer.ffmpeg(x11grab recording) +python3-pil(brand-gradient framing).../docs/tools/screenshots/frame.py.Testing
Drove the live headless app: recorded a language-switch demo with animations intact (verified via
signalstatsluminance ramp), and a fresh agent using only the skill successfully recorded the command-palette open animation.🤖 Generated with Claude Code
https://claude.ai/code/session_01HKUYb6g8PZNPSususpTGPg