rticau / ScreenCapLibrary

Robot Framework test library for capturing screenshots and video recording.
Apache License 2.0
39 stars 15 forks source link

Getting opencv message about un-supported codec. #73

Open Mavnus04 opened 3 years ago

Mavnus04 commented 3 years ago

General information:

Description of the warning/error

I am not sure if you can address this, but I am seeing this message after test suite has finished. I notice it only appears in the output if the robot command is run through a bat file. Does not appear if I call robot through terminal.
Similar issue was opened on opencv and marked as 'wontfix' without explanation. - https://github.com/opencv/opencv/issues/8919

Full message

OpenCV: FFMPEG: tag 0x38305056/'VP08' is not supported with codec id 139 and format 'webm / WebM'

Example

runVideoTest.bat robot -s test .

test.robot Settings Library ScreenCapLibrary Test Cases Record video Start Video Recording name=QuickTest Sleep 10s Stop Video Recording

Other details

N/A

mihaiparvu commented 2 years ago

The message comes from opencv but it doesn't affect the functionality of the library. There is nothing that can be done in ScreenCapLibrary side at the moment.