I have:
- S3 INPUT bucket
- S3 OUTPUT bucket
- PHP
- ffmpeg
Is it possible to read file directly from INPUT bucket → Transcode to another format → Save into OUTPUT bucket.
Please let me know manuals, libraries, frameworks, any stuff that helps to understand how to do it.
At least python realisations also welcome. At least at least some different language also OK.
Input file size may be more than 10Gb so writing whole file in RAM is undesirable. Some chunk-based way is preferable.
Output format is mostly .mp4
, but input format may be ts video or image (jpg
, gif
, etc)
Looks like PHP-FFmpeg-video-streaming fit to my task, but it can work only with web streaming formats.