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

webp recording throwing an error #35

Closed
ozkanpakdil opened this issue Mar 4, 2023 · 1 comment
Closed

webp recording throwing an error #35

ozkanpakdil opened this issue Mar 4, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@ozkanpakdil
Copy link

Describe the bug
I tried to record webp but got the error below

oz-mint@ozmint-MACH-WX9:~/tmp/menyoki-1.7.0$ ./menyoki record webp
[2023-03-04T13:29:22 INFO menyoki::util::command] Running the command...
[2023-03-04T13:29:22 INFO menyoki::x11::window] Starting in 3[2023-03-04T13:29:22 ERROR menyoki] IO error: `No such file or directory (os error 2)`

To Reproduce
Steps to reproduce the behavior:
image

System Information

  • OS: Linux Mint 21.1 Vera
  • Project Version: 1.7.0
@ozkanpakdil ozkanpakdil added the bug Something isn't working label Mar 4, 2023
@orhun
Copy link
Owner

orhun commented Mar 4, 2023

Hello! 🐻

Recording WebP is currently not supported. You can only use menyoki capture webp to take screenshots.

Encoding WebP frames need to be implemented with a separate crate other than image since it does not support it. Something like webp-animation can be used I reckon.

Closing in favor of #36

@orhun orhun closed this as completed Mar 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants