You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.
This helps with some obscure edge cases like this:
[libx264 @ 0x648b540] width not divisible by 2 (1045x730)
Error initializing output stream 0:0 -- Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height
Conversion failed!
The first line which shows the culprit isn’t present in any output generated by playwright-video and DEBUG='pw-video:*'. I had to dig in and make it print the stderr so I can see the real reason.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
playwright-video/src/VideoWriter.ts
Lines 48 to 61 in 5803769
fluent-ffmpeg
sends thestdout
andstderr
, so our error handler can accept this:This helps with some obscure edge cases like this:
The first line which shows the culprit isn’t present in any output generated by playwright-video and
DEBUG='pw-video:*'
. I had to dig in and make it print the stderr so I can see the real reason.The text was updated successfully, but these errors were encountered: