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

Audio and Video record buttons for webcam #1840

Closed
scottnash opened this issue Sep 17, 2019 · 1 comment
Closed

Audio and Video record buttons for webcam #1840

scottnash opened this issue Sep 17, 2019 · 1 comment
Assignees

Comments

@scottnash
Copy link

Currently the Webcam allows these options for the modes

video-audio - Record a video file, capturing both audio and video.
video-only - Record a video file with the webcam, but don’t record audio.
audio-only - Record an audio file with the user’s microphone.
picture - Take a picture with the webcam.

And it says, "By default, all modes are allowed." but if I include video-audio, I lose ability to record audio only. The record button always records video and audio together. Is it possible to include the option to record video with audio and the ability to record just audio?

@arturi
Copy link
Contributor

arturi commented Sep 18, 2019

Hi! Thanks for your suggestion! The issue has been raised and discussed here #198, #143.

I think our consensus was this:

  1. Webcam records video+audio, we could add a “mute” button to not record sound.
  2. “Audio only” gets it’s own plugin, because people won’t think to click on “Webcam” and then choose “audio only” there, vs having a separate “Mic” or “Audio” plugin with a waveform while recording.
  3. We’ll also hopefully have a screencast recording feature as a separate plugin as well.

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

No branches or pull requests

3 participants