bahmutov / cypress-movie

Generate movies from your Cypress end-to-end tests
97 stars 10 forks source link

Creating a video in 1920x1080 got a poor quality video #108

Open krysalead opened 2 years ago

krysalead commented 2 years ago

Hi,

I have recorded a video using the following configuration

{
    "nodeVersion": "system",
    "env": {
        "cypress-movie": {
            "enabled": true,
            "cursorTracking": {
                "enabled": false,
                "shape": "dot"
            },
            "width": 1920,
            "height": 1080
        }
    },
    "viewportHeight": 1080,
    "viewportWidth": 1920
}

with the command

cypress-movie --spec cypress/integration/sccb.spec.js --format mp4

And once compressed I got something super low quality Screen Shot 2021-09-30 at 10 43 45