Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 815 Bytes

File metadata and controls

20 lines (15 loc) · 815 Bytes

webcam-editor

Webcam Video Editor

Welcome to Webcam Video Editor, a real-time video editing tool built using JavaScript and the browser's Webcam API! This project enables users to edit live video streams, apply filters, zoom in and out, remove specific background colors, and capture screenshots, all in real-time.

Features

  • Live Editing: Edit video streams in real-time using the webcam.
  • Zoom Functionality: Zoom in and out of the live video feed for precise editing.
  • Filter Effects: Apply various filters to enhance the video's visual appeal.
  • Background Removal: Remove specific background colors dynamically.
  • Screenshot Capture: Capture screenshots directly from the live video feed.

Technologies Used

  • Frontend: HTML, CSS, JavaScript
  • Webcam API: Browser