Save to Amazon S3
See original GitHub issueHi,
I want to save my final video to Amazon S3 (or other network storage), but with current to_videofile I cannot.
Code from example:
# write the result to a file in any format
final_clip.to_videofile("myHolidays_edited.avi",fps=25, codec='mpeg4')
Can you use buffer instead of filename? Or other suggestions how can I do it.
Issue Analytics
- State:
- Created 10 years ago
- Comments:13 (1 by maintainers)
Top Results From Across the Web
Store and Retrieve a File with Amazon S3
Enter the Amazon S3 console. Click on the AWS Management Console home to open the console in a new browser window, so you...
Read more >Step 3: Upload the files to an Amazon S3 bucket
Step 3: Upload the files to an Amazon S3 bucket · Choose the name of the data folder. · In the Upload -...
Read more >Uploading to Amazon S3 directly from a web or mobile ... - AWS
In a browser, navigate to the public URL of index.html file. · Select Choose file and then select a JPG file to upload...
Read more >Amazon S3 - Cloud Object Storage - AWS
Amazon Simple Storage Service (Amazon S3) is an object storage service offering industry-leading scalability, data availability, security, and performance.
Read more >Step 2: Upload an object to your bucket - AWS Documentation
Open the Amazon S3 console at https://console.aws.amazon.com/s3/ . · In the Buckets list, choose the name of the bucket that you want to...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
While I think folding in native S3 support is not necessary, it would be good to have examples of how MoviePy works without writing to disk (is that possible)? I want to perform my conversions in the context of the request and in memory before uploading the result to S3 (from memory).
in this solution I think you try to tell first write video on website storage and later upload on AWS any other solution like directly write on aws s3 or first, upload video in s3 bucket after that rewrite video if you have any idea please tell me