-
Notifications
You must be signed in to change notification settings - Fork 23
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
Support Output To File Without Overwriting + Multiple Timers #25
Comments
Hi Does the 'output to folder' option solve your first use case? This outputs to multiple files using the date for each capture taken. For use case 2 I feel this is too complex to capture in a simple UI and is likely not useful to the vast majority of users. Instead I would recommend trying something like using an automation framework (autoit, autohotkey, python script) to send a screenshot hotkey to the OBS window that follows whatever capture logic/delays you need, or to make a special version of the plugin with this mode of operation. |
Thanks for your response. While I like the output to folder function, the names of each screenshot are not “predictable” enough for me to reinclude in OBS automatically. The date will obviously never be the same so I would have to manually find the relevant image file again. However, for example, when you select every file in file explorer and attempt to rename the first image as “Image”, every image that follows has a naming pattern such as “Image (1)”, “Image (2)”, etc. I have tried to compile my own version of the plugin, but have had no idea how to achieve this. If you could step me through it, that would be greatly appreciated. Hope this helps |
I use the so called "in-tree" method for building this plugin. |
Hello,
I absolutely love this plugin, how simple and easy it is to use, yet how powerful it can be if used correctly. However, I was just hoping I can suggest some improvements to make it better.
First of all, I would love the ability to save screenshots to file names based on order within a directory. This may prove hard to do, but I believe that this could be made possible by incorporating a function which allows you to save to the same file without overwriting, therefore requiring the folder to create copies of the same file name with predictable suffixes. This would help to automatically re-incorporate multiple screenshots in OBS without needing to find image locations each time.
Secondly, the ability to have a smaller timing gap followed by a larger timing gap or vice versa between screenshots will add a sense of dynamism to the plugin in my opinion. For example, I would like the first screenshot of a source to be taken after 10 seconds, followed by a break of 1 minute before the next screenshot is taken, then back to 10 seconds. Can this be done at all?
Thank you in advance for your response.
The text was updated successfully, but these errors were encountered: