You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"""Calls the given TTS engine to reduce code duplication and allow multiple TTS engines.
48
+
49
+
Args:
50
+
uri : The URI for the video (Youtube)
51
+
filename : The local filename to save the downloaded mp4 video. Must be a valid filename.
52
+
credit : The owner of the video.
53
+
pos (Optional) : The position of the image clip in the video. Please follow this ref to manipulate image position in the background freely (https://zulko.github.io/moviepy/ref/VideoClip/VideoClip.html?highlight=imageclip#moviepy.video.VideoClip.VideoClip.set_position)
54
+
55
+
Notes:
56
+
Make sure that the Youtube video source must have 1080p options.
0 commit comments