Skip to content
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

Getting opencv message about un-supported codec. #73

Open
Mavnus04 opened this issue Sep 28, 2021 · 1 comment
Open

Getting opencv message about un-supported codec. #73

Mavnus04 opened this issue Sep 28, 2021 · 1 comment

Comments

@Mavnus04
Copy link

Mavnus04 commented Sep 28, 2021

General information:

  • OS name: Microsoft Windows 10 Enterprise
  • OS version: 10.0.18362 Build 18362
  • OS architecture: x64
  • Python version: 3.7.9
  • mss version: 6.1.0
  • pygtk usage: no

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. - opencv/opencv#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
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants