Open ewancg opened 2 years ago
Here are some videos demonstrating the proposed behavior.
Video of desktop during process (mp4) Video resulting from process (mp4)
Wanted to ditto this ask. If we can script against an API or use the CLI we could automate this app and implement it into our QA Test Automation workflow in CI/CD. It would be used in place of or in tandem with technologies like ffmpeg for video recording. This would allow us to record the screen as a browser is being interacted with by automation for test purposes in the cloud. We would then be able to store the test run recording as a hopefully compact gif and link to that in our test report which is a generated HTML file. We would then be able to review and quickly figure out what went wrong if a test fails without having to manually reproduce the error or run the test multiple times to "see" what went wrong.
The way ScreenToGif works right now is very intuitive and helpful for fine-tuning of a recorded video. However, I'm used to a more "hands-off" approach, which consists of the following:
--stop
This workflow is incredibly helpful with hotkeys; I'm able to achieve this in my normal setup with this script and another "shim" script I made to toggle the recording with hotkeys. It's very similar to how a screenshot would work, e.g. Windows' Snip & Sketch invocation with Win + Shift + S; the difference is, since it's a video, you'd press the hotkey twice. Once to start the recording, once to stop. The addition of this behavior might be a bit of an undertaking, but I think it would be worth it. Please let me know your thoughts!