An open API service indexing awesome lists of open source software.

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

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`.

![devtools screenshot](devtools-export.png)