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

Allow audio in the built-in video recording #4

Open
eira-fransham opened this issue Mar 12, 2024 · 0 comments
Open

Allow audio in the built-in video recording #4

eira-fransham opened this issue Mar 12, 2024 · 0 comments

Comments

@eira-fransham
Copy link
Owner

eira-fransham commented Mar 12, 2024

Motivation

Seismon has built-in functionality to record videos using the startvideo/stopvideo commands - the motivation behind this is to be able to directly record demos as videos, and to do things like record videos without a HUD. We use video-rs as our video backend right now, but it doesn't support audio.

Proposal

Directly use ffmpeg, or fork video-rs to support audio. We already have per-frame audio buffers available from fundsp::Snoop, so as long as we have some way to send audio to ffmpeg this shouldn't be too difficult.

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

1 participant