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
video.write_videofile("path/to/output/video.extension", fps=30) # fps is optional it will default use the fps of the video if it is set
24
+
```
25
+
26
+
## Reading Audio from file
27
+
28
+
To read the audio from the file we can use the `AudioFileClip` class. This class takes the path of the audio file as input and returns a audio which inherits from `AudioClip` class.
0 commit comments