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!
[HELP] Conditions - doing the right way?
-
Hi
I have another problem with BAS.. could someone help me achieve my goal?
I simply want to choose from resource one option.. and BAS will click on specific link..
I probably did this the wrong way but anyway..
My sample site is bablosoft homepage
- I have created resource "options" with 3 options: Manual, Community and Helpdesk
- What i want it to BAS clicks one of these links on its homapge - like i choose Manual in resource box.. and BAS clicks on Manual on homapge etc..
Sounds easy to do... but I failed :)
Thx in advance for any help
-
hi there,
I can help that...actually you have to put argument in the statement
{{links}} == "Manual"
before this you use {{option}} which is no variable name.
so I change to {{links}} , just select from the user input
in if statement frame..
this is the working xml..
0_1508179957082_1508175962921-bablasoft-SOLVE.xml
Please test it...
-
Big thx @amirsyazi its working as i wanted.. now with that knowledge i can conquer the world :)