javascript - Create video with ffmpeg from youtube URL? -


i'm creating video player e-learning platform javascript. let our users upload videos or images & audio files or youtube videos via url. when it's not youtube url, convert files in our servers using ffmpeg our player handles same type of files, i'm having issues control youtube video our own controls. want know: there way take youtube url , create video file using fmmpeg or other similar way? idea not control youtube videos using youtube api, using instead our own controls.

try youtube-dl https://github.com/rg3/youtube-dl

this can download video youtube , process if via ffmpeg if have installed


Comments

Popular posts from this blog

php - Submit Form Data without Reloading page -

linux - Rails running on virtual machine in Windows -

php - $params->set Array between square bracket -