> On Thu, Jun 07, 2018 at 17:39:06 +0530, tarun singhal wrote:
> >* But this command is not working.
*>
> So what is it doing? Are there any error messages?
>
> Without knowing aws, let me guess:
> >* ffmpeg -i -an -r 2 -t 60 -f image2 -vcodec mjpeg
*> >* pipe:a_%0d.jpg | aws s3 cp - s3://ffmpegbu
2018-06-07 14:09 GMT+02:00, tarun singhal :
> ffmpeg -i -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
___
ffmpeg-user mai
On 7 June 2018 at 18:57, Moritz Barsnick wrote:
> On Thu, Jun 07, 2018 at 17:39:06 +0530, tarun singhal wrote:
> > But this command is not working.
>
> So what is it doing? Are there any error messages?
>
> Without knowing aws, let me guess:
> > ffmpeg -i -an -r 2 -t 60 -f image2 -vcodec mjpeg
>
On Thu, Jun 07, 2018 at 17:39:06 +0530, tarun singhal wrote:
> But this command is not working.
So what is it doing? Are there any error messages?
Without knowing aws, let me guess:
> ffmpeg -i -an -r 2 -t 60 -f image2 -vcodec mjpeg
> pipe:a_%0d.jpg | aws s3 cp - s3://ffmpegbucket-1/
The docume
Hi Folks,
I am trying following windows command
ffmpeg -i -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
up