Jump to content
UBot Underground

Youtube Video Command Not Working For Compiled Bot


Recommended Posts

ui text box("Youtube URL",#youtube)
ui text box("Watermark",#text)
download youtube video(#youtube,"C:\\Users\\Msi\\Desktop\\Converted Youtube\\video1.mp4")
verify image libraries
verify video libraries
create image from text(#text,"C:\\Users\\Msi\\Desktop\\Converted Youtube\\watermark.png","Arial",40,"Blue")
watermark video with image("C:\\Users\\Msi\\Desktop\\Converted Youtube\\video1.mp4","C:\\Users\\Msi\\Desktop\\Converted Youtube\\watermark.png","C:\\Users\\Msi\\Desktop\\Converted Youtube\\video_watermarked.mp4","Upper Right","Beginning","All")
delete file("C:\\Users\\Msi\\Desktop\\Converted Youtube\\video1.mp4")
alert("Done!")

Thats my code.

What is missing?

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...