Add audio to video
From UBot Studio
(Difference between revisions)
Line 1: | Line 1: | ||
This function is a [[Video Commands|Video Command]] in the UBot Extended Library. This command will add a selected audio file to the selected video file. | This function is a [[Video Commands|Video Command]] in the UBot Extended Library. This command will add a selected audio file to the selected video file. | ||
− | '''Input Video file:''' The video | + | '''Input Video file:''' The video the audio file will be added to |
− | '''Audio file:''' The | + | '''Audio file:''' The audio file being added to the video |
− | '''Output Video file:''' | + | '''Output Video file:''' The resulting video file |
'''When to Start:''' When the audio should start playing | '''When to Start:''' When the audio should start playing |
Revision as of 19:14, 17 April 2017
This function is a Video Command in the UBot Extended Library. This command will add a selected audio file to the selected video file.
Input Video file: The video the audio file will be added to
Audio file: The audio file being added to the video
Output Video file: The resulting video file
When to Start: When the audio should start playing
Example
add audio to video("C:\\Users\\Downloads\\Tea Steam.mp4","C:\\Users\\Music\\Alive (2007) _ Harmony (2010)\\Harmony (2010)\\Lucky Day.mp3","C:\\Users\\Downloads\\audadded.mp4",0)
Running the script will add the audio file to the video.