PW Akshay

Generation

generate functionTue, 17 Jan 2023

create a python program to stream video from m3u8 url to youtube using moviepy.editor module

import moviepy.editor as mp def stream(url): clip = mp.VideoFileClip(url) clip.write_videofile("stream.mp4") stream('https://content.jwplatform.com/manifests/yp34SRmf.m3u8')

Questions about programming?Chat with your personal AI assistant