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