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

sdl2: enable recording of frames and audio into a video format #30

Open
deltabeard opened this issue Aug 22, 2019 · 0 comments
Open

sdl2: enable recording of frames and audio into a video format #30

deltabeard opened this issue Aug 22, 2019 · 0 comments
Labels
diff: complex A difficult issue; may require significant planning. enhancement New feature or request feat: low-impact A low impact feature; not important but desired.

Comments

@deltabeard
Copy link
Owner

I think this will be better for making animations and videos than dumping every single frame in an uncompressed bitmap.

Requirements:

  • Video and audio in lossless format if only one format enabled for each.
  • Compile time option to enable or disable this bulky feature.
  • Start/Stop video record keyboard shortcut.

Optional:

  • Recording at correct frame rate.
  • Ability to pipe video and audio to an external program like ffmpeg, instead of using an encoder directly.
@deltabeard deltabeard added enhancement New feature or request diff: complex A difficult issue; may require significant planning. feat: low-impact A low impact feature; not important but desired. labels Aug 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
diff: complex A difficult issue; may require significant planning. enhancement New feature or request feat: low-impact A low impact feature; not important but desired.
Projects
None yet
Development

No branches or pull requests

1 participant