Skip to content
This repository was archived by the owner on Jul 2, 2021. It is now read-only.

Write frames according to their actual time #4

Merged
merged 2 commits into from
Feb 28, 2020
Merged

Write frames according to their actual time #4

merged 2 commits into from
Feb 28, 2020

Conversation

jperl
Copy link
Member

@jperl jperl commented Feb 28, 2020

Resolves #1

We have a lot of other work to do, so this should suffice for now. Later we can do #5

@@ -42,7 +42,7 @@ const { VideoCapture } = require('playwright-video');
await page.goto('http://example.org');

await Promise.all([
page.waitForNavigation({ waitUntil: 'load' }),
page.waitForNavigation({ waitUntil: 'networkidle0' }),
Copy link
Member Author

@jperl jperl Feb 28, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this video looks better as an example because the page fully loads

@jperl jperl marked this pull request as ready for review February 28, 2020 19:29
@jperl jperl requested a review from flaurida February 28, 2020 19:30
@jperl jperl merged commit 9f05a1f into master Feb 28, 2020
@jperl jperl deleted the actual-time branch February 28, 2020 20:07
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Use timestamps from metadata
2 participants