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!
Multithreading account Login Help
-
Hello,
I have 20 accounts in database and I need to login to each account and create separate profile for each account, I need to use 5 threads at a time and each thread uses a unique entry from the database. Each thread will run 1 function only but with different account details.
How can I do this? Please help me with the logic.
-
-
@tet-vivi said in Multithreading account Login Help:
Thanks for the reply but I don't want the main script to run with 5 threads, I want main to run once and I need another function let's say login to run with 5 threads, I thought of using function in several threads or async function but cannot think of any logic. Please help in the above case.
-
@hippyzipp9 said in Multithreading account Login Help:
in several threads
It's easier. And it's enough for you by the description.
-
@hippyzipp9 I'm looking for the same thing. Have you found the answer? If you posted it here how to do that it will help many newbies like me :D

