-
Notifications
You must be signed in to change notification settings - Fork 3.3k
When passing "videoCompression":0, the output video does not work #5191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Also ran into this, using a value > 0 worked |
Yes, I can confirm this is happening. The video will be recorded and saved to the location, but attempting to open the video does not work. Behind the scenes we're just passing
Here are the video compression logs:
|
This is strange because I remember in another project I created a year ago, the videos were compatible with Quicktime. Indeed, strange.... But, opening the videos with chrome solved the issue. |
I also encounter this issue when
Also results in an error on the Cypress dashboard when the videos are uploaded to there Though, interestingly, it is possible to open via VLC |
Released in This comment thread has been locked. If you are still experiencing this issue after upgrading to |
Current behavior:
In my
cypress.json
I have the following configuration:When running my specs with
cypress run
the videos that are generated of the tests seems broken somehow.I'm trying to open them on a mac (mojave) with quicktime and vlc. Quicktime can't open the file, and vlc crashes when opening it.
The text was updated successfully, but these errors were encountered: