Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Export Frames as PNG for High-Resolution Video Creation #173

Open
altunenes opened this issue Aug 23, 2023 · 1 comment

Comments

@altunenes
Copy link

Currently, the extension supports recording shaders in the webm format.

Wouldn't it be nice if we had a feature that allows users to export individual frames as PNG images at a desired resolution? This would facilitate creating high-quality videos, even up to 4K resolution, by post-processing these frames with tools like ffmpeg.

This feature request is inspired by the implementation in shadertoy-exporter.

@shadielhajj
Copy link
Contributor

shadielhajj commented May 21, 2024

Hi. I just submitted PR #181 which implements high-quality offline recording. WEBM, PNG, GIF and JPG are supported.
The PR also adds settings to configure resolution, frame-rate, quality, etc...
Offline rendering means no frames are dropped, independently of hardware capabilities.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants