Closed martirius closed 4 weeks ago
I'm encountering the same issue with Paparazzi v1.3.1 - any insight on what could be causing this?
I was getting similar on this PR
The problem is with the video encoder we use which requires the resolution be an even number. We are moving away from the format to APNG which accommodates arbitrary resolutions and will resolve this issue.
You can go around it by using different device config, for example: DeviceConfig.PIXEL which dimensions are multipliers of 2
As Chris mentioned we now use APNG for gif() which no longer has this issue. Closing this
Description Trying to run paparazzi.gif fails with this stacktrace:
Steps to Reproduce Steps to reproduce are simple, just run a test and try to record a gif, even with very simple layout.
The test:
The custom test rule:
The layout:
Expected behavior Gif recorded
Additional information: