[FFmpeg-user] Uploading output of ffmpeg to AWS S3
tarun singhal
tsinghal18 at gmail.com
Thu Jun 7 15:09:06 EEST 2018
Hi Folks,
I am trying following windows command
ffmpeg -i <M3u8 Stream> -an -r 2 -t 60 -f image2 -vcodec mjpeg
pipe:a_%0d.jpg | aws s3 cp - s3://ffmpegbucket-1/
The objective is read a live stream keep generating frames and as soon I
get 1st frame transfer it to AWS S3 bucket. So this will be continous
upload process
But this command is not working.
Can you please help?
More information about the ffmpeg-user
mailing list