https://github.com/drewml/trace2video
Extract a video from frames in a Chrome DevTools trace file
https://github.com/drewml/trace2video
Last synced: about 1 year ago
JSON representation
Extract a video from frames in a Chrome DevTools trace file
- Host: GitHub
- URL: https://github.com/drewml/trace2video
- Owner: DrewML
- Created: 2019-10-08T16:53:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-08T17:01:57.000Z (over 6 years ago)
- Last Synced: 2025-02-01T22:29:06.988Z (over 1 year ago)
- Language: JavaScript
- Size: 84 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# trace2video
Extract a video from frames in a Chrome DevTools trace file.
## Usage
### With npm
```sh
npx trace2video trace.json
```
### With yarn
```sh
yarn dlx trace2video trace.json
```
## Exporting a Trace from Chrome
After running a trace in the `Performance` tab of DevTools, right click and choose `Save Profile`.
