Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Loading video from url #185

Closed
brangnu opened this issue Jul 10, 2015 · 2 comments
Closed

Loading video from url #185

brangnu opened this issue Jul 10, 2015 · 2 comments

Comments

@brangnu
Copy link

brangnu commented Jul 10, 2015

Hi
thanks for such a great library.

I am wondering whether it is possible to load video from url(for example: https://example.com/video.mp4) instead of loading from file that is saved on the machine.

What I want is..

url = "https://example.com/video.mp4"
clip = VideoFileClip(url)

and then edit it on the fly on server. Is this possible?

@Red5d
Copy link

Red5d commented Oct 6, 2015

A video could potentially be loaded from a remote source, but if you want to save the edits, the edited version would have to be saved locally. What's your use case?

@keikoro
Copy link
Collaborator

keikoro commented Feb 17, 2017

I'm closing this issue due to age + lack of further activity (the question asked was answered).

@keikoro keikoro closed this as completed Feb 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants