Skip to content

Chrome extension to capture <video> tag stream and save it to file or transcoding with FFmpeg

License

Notifications You must be signed in to change notification settings

ste82/ChromeVideoCapture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ChromeVideoCapture

Chrome extension to capture <video> tag stream and save it to file or transcoding with FFmpeg

Requisites

  • NodeJS server running VideoCaptureServer.js
  • FFmpeg

Use

  • Start VideoCaptureServer.js with full path of FFmpeg binary as argument. Example:
> nodejs VideoCaptureServer.js /usr/bin/ffmpeg
  • Load Chrome extension in developer mode
  • Pin the extension icon in the toolbar to lock it and click it to open the popup
  • Insert the file output path (.webm to save as file without transcoding or .m3u8 for HLS streaming)
  • Open a website containing the video and press Start capture

About

Chrome extension to capture <video> tag stream and save it to file or transcoding with FFmpeg

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published