vishant007 / your-video-and-audio-player

Home Page:https://yourvideoaudioplayer.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

your-video-and-audio-player

  • This project was made using React.JS-18.2.0.
  • OS Used while creating project: Ubuntu 22.

Features Of Project:

  • Takes video file as an input.
  • Displays video metadata including duration on UI.
  • Displays video on the screen after the user has selected the file using canvas element. Added play/pause button in the middle of the video container to play/pause video on clicking.
  • Detects if video has audio or not, if it has not has audio track it will not allow user to upload the video.
  • Displays the waveform for the audio
  • Find sample videos for testing in project-media folder

Progression Of Project:

Commands To Run Project:

npm install
npm start

About

https://yourvideoaudioplayer.vercel.app/


Languages

Language:JavaScript 54.2%Language:CSS 33.2%Language:HTML 12.6%