You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
System Information
OS: Linux Mint 21.1 Vera
Project Version: 1.7.0
The text was updated successfully, but these errors were encountered:
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.
Describe the bug
I tried to record webp but got the error below
To Reproduce
Steps to reproduce the behavior:
System Information
The text was updated successfully, but these errors were encountered: