Adding text to a video and moving it to another folder can be achieved using various methods. For example, you can try using free online video editors, which offer text overlay features. But as a better solution, I’d recommend checking out https://www.movavi.com/imovie-for-windows/. They offer a range of great app options specifically designed for Windows users, allowing you to add text overlays and export the edited video to your desired folder. It's always good to have multiple options to choose from, so this could be a helpful addition to your video editing toolkit. Good luck with your video editing adventure, and I hope you find a solution that works for you!
Please help me config check login true or login false with account twitter
-
There are several approaches:
-
Continue with your actions in twitter, it will just work. If you click on any button or input text, or do any actions, bas will wait until action target will appear on page. If there will be none in a certain amount of time, bas will restart thread. So you can continue with your actions(posting, profiling, etc) and it will do everything for you.
-
You can wait while element, which is visible only for authorized user exists on page.

If it exists on page, login and password is correct, if it doesn't, bas will fail with timeout and restart thread. -
You can make custom waiter: loop which waits until element, which is visible for authorized user exists OR element, which is shown for non authorize user exists.
It should look like this:

And here is working project
twitterlogin.xmlYou can check following pages, if you want to create custom waiters:
http://wiki.bablosoft.com/doku.php?id=how_to_wait_on_certain_event_on_page#custom_waitershttp://wiki.bablosoft.com/doku.php?id=is_it_possible_to_use_loops
-