from moviepy.editor import VideoFileClip, AudioClip import numpy as np
Re-define file path after environment reset
video_path = "/mnt/data/screen-٢٠٢٥٠٦٢٩-١٥٢٢٢٤.mp4"
Reload the video and remove original audio
full_video = VideoFileClip(video_path).without_audio()
Define chunk length in seconds
chu
nk_length =