Watch Video & Capture
Watch any video and capture it
Overview
What is Watch Video & Capture?
Watch any video and capture it.
SCREENSHOT
SUMMARY
This extension captures/copies video/audio segments when they are sent into `video`/`audio` (`HTMLVideoElement`/`HTMLAudioElement`/`HTMLSourceElement`).
If you open `Web Developer Tools` and see `blob:http` in `url`:
```html
```
Or this
```html
```
Or this
```html
```
In all above cases this extension should work.
## Steps to do (Quick start guide)
- Install extension
- Reload current page with video/audio that needs to be captured
- Rewind the video/audio to the beginning, select preferred quality and click play
- Watch/listen to the end
- Open extension dialog, click on 💾 icon
- You should see download modal
- Click on `output` files video/audio if available
- Merge downloaded video and audio into one file with external program (e.g. `ffmpeg -i output.mp4 -i output.m4a -map 0:v -map 1:a -c copy -shortest merged.mkv`)
## Caveats
- Size of segments that can be stored in browser depends on the browser
# How it works
DOM `
In most cases JavaScript code creates `MediaSource` and appends `SourceBuffer` segments.
Extension patches above methods and saves captured segments into `IndexedDB`.
See More
Stats
Trends for Watch Video & Capture:
Rank
User count
Category Rank
Rating
Download
HOW TO INSTALL Watch Video & Capture FROM A CRX FILE
- Download Watch Video & Capture CRX file
- NOTE: Sometimes the browser may block downloading / installing CRX file from outside the Chrome Web Store. If so, you may need to download the ZIP file instead
- In the URL bar, go to chrome://extensions
- Enable Developer mode
Ratings
USER REVIEWS (0)
No reviews