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

Export video #845

Open
ad-si opened this issue May 18, 2024 · 2 comments
Open

Export video #845

ad-si opened this issue May 18, 2024 · 2 comments
Labels
feature request Discuss request for missing feature

Comments

@ad-si
Copy link

ad-si commented May 18, 2024

Is there a way to programmatically export a video of the gameplay or of animations? (E.g. for trailers, cut scenes, …)

@Cop46
Copy link
Contributor

Cop46 commented May 18, 2024

You can use Ffmpeg to encode image to video file.
Look at my git, there is a library for ffmepg and wicked : https://github.com/Cop46/Ffmpeg-Wicked-engine

@turanszkij
Copy link
Owner

Cop46's solution to use FFMPEG is probably the most reliable. Sometime in the future I plan to investigate video encoding API in DX12/Vulkan to have video recording with the highest performance.

@turanszkij turanszkij added the feature request Discuss request for missing feature label Jul 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Discuss request for missing feature
Projects
None yet
Development

No branches or pull requests

3 participants