Create single image video with audio
From UBot Studio
(Difference between revisions)
(Created page with "This function is a Video Command in the UBot Extended Library. This command will create a video with a single image and an audio file. '''Image file:''' Th...") |
|||
Line 16: | Line 16: | ||
</pre> | </pre> | ||
− | Running the script will | + | Running the script will output a video created from a single image and an audio file. |
Revision as of 19:18, 17 April 2017
This function is a Video Command in the UBot Extended Library. This command will create a video with a single image and an audio file.
Image file: The image being used in the single image video
Audio file: The resulting output .gif file
Output Video file: The resulting video file
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 output a video created from a single image and an audio file.