-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
video clip from URI #780
Comments
Not sure, but it looks like the last line of your logs tells you that maybe your file path should be |
well, actually gs:// is the uri |
Yes, it is an ffmpeg message. It’s saying that you haven’t given it a recognised protocol. Try it with
|
no, my understanding is that "gs" is the "google storage" way to define the uri, similar to "ftp://".
|
There’s a list of protocols supported by ffmpeg here. Doesn’t look like |
@lordcenzin Can we close this? |
yes, please. |
Hi
I was wondering if it is possible to create a VideoFileClip using a URI instead a string?
My video is stored under GCP cloud storage, therefore the filepath follows the following structure:
gs://bucketname/filename.mp4
I put a file in cloud storage and tried to create a VideoFileClip:
Do you have any idea?
The text was updated successfully, but these errors were encountered: