Create single image video with audio
From UBot Studio
(Difference between revisions)
(2 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
− | This | + | This command is a [[Video Commands|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 | '''Image file:''' The image being used in the single image video | ||
Line 11: | Line 11: | ||
<pre> | <pre> | ||
− | + | create single image video with audio("C:\\Users\\Pictures\\101.jpg","C:\\Users\\Music\\Alabama Shakes\\Sound & Color\\01-01- Sound & Color.mp3","C:\\Users\\Downloads\\sh.mp4") | |
− | + | ||
</pre> | </pre> | ||
Running the script will output a video created from a single image and an audio file. | Running the script will output a video created from a single image and an audio file. | ||
+ | |||
+ | Please keep in mind that rendering video is a process that usually takes a while. | ||
+ | |||
+ | Allow 5-10 minutes for the video to finish rendering. |
Latest revision as of 17:58, 18 April 2017
This command 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
[edit] Example
create single image video with audio("C:\\Users\\Pictures\\101.jpg","C:\\Users\\Music\\Alabama Shakes\\Sound & Color\\01-01- Sound & Color.mp3","C:\\Users\\Downloads\\sh.mp4")
Running the script will output a video created from a single image and an audio file.
Please keep in mind that rendering video is a process that usually takes a while.
Allow 5-10 minutes for the video to finish rendering.