-
Notifications
You must be signed in to change notification settings - Fork 198
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
MediaFile and url #103
Comments
I would like to achive the same thing, any clues ? |
Any update on this? |
I am looking for the similar implementation by passing presigned url of an object stored on S3. Any update on this? |
MediaFile would have to internally download the mp4 file in order to process it with FFMpeg executable.. Here is some code to help you download a file from S3:
|
Can I use a URL to a video as the string in the MediaFile constructor like this?
var inputFile = new MediaFile("https://myblobstore..blob.core.windows.net/videos/myVideo.mp4");
The text was updated successfully, but these errors were encountered: