[FFmpeg-user] Uploading output of ffmpeg to AWS S3

Carl Eugen Hoyos ceffmpeg at gmail.com
Sat Jun 9 22:57:35 EEST 2018


2018-06-07 14:09 GMT+02:00, tarun singhal <tsinghal18 at gmail.com>:

> ffmpeg -i <M3u8 Stream> -an -r 2 -t 60 -f image2 -vcodec mjpeg
> pipe:a_%0d.jpg | aws s3 cp - s3://ffmpegbucket-1/

Assuming you can make the pipe work, use -f rawvideo
instead of -f image2

Carl Eugen


More information about the ffmpeg-user mailing list