ffmpeg-cli-wrapper icon indicating copy to clipboard operation
ffmpeg-cli-wrapper copied to clipboard

Does this project support S3? Upload directly to the s3 bucket instead of in-memory

Open DevOpsRealm opened this issue 3 years ago • 1 comments
trafficstars

The ffmpeg-cli-wrapper library is a simple wrapper around the ffmpeg command line. If you have questions on how to use the library, please check out the usage, or random examples. If that doesn't solve your problem please fill out the following:

The question A clear and concise description of what you are trying to acheive.

Example ffmpeg command

ffmpeg -i input.mp4 output.mp4

What you have tried What you have tried so far, with example code, or error messages.

DevOpsRealm avatar May 22 '22 08:05 DevOpsRealm

This project is a wrapper around the ffmpeg cli tool. If it can upload to S3, then we can.

Otherwise if we want to write into memory, and this library write into S3, that would be out of scope.

bramp avatar Oct 09 '22 19:10 bramp