PHP + FFMPEG + S3. Transcode video directly between S3 buckets
问题 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