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

2018-06-07 Thread tarun singhal
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

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

2018-06-07 Thread tarun singhal
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

[FFmpeg-user] Converting PTS to seconds

2017-05-17 Thread tarun singhal
for all formats of content. How to use this timebase to convert PTS value to seconds Regards, Tarun Singhal Senior Software Engineer Accenture - India ( - +91-8105061683 | * tsingha...@gmail.com ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http

Re: [FFmpeg-user] Query regarding mkvtimestamp_v2 filter

2017-05-17 Thread tarun singhal
How do I convert from PTS to seconds? What does time base means here? On 15 May 2017 at 18:13, Gyan wrote: > mkvtimestamp_v2 ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user To

[FFmpeg-user] Query regarding mkvtimestamp_v2 filter

2017-05-15 Thread tarun singhal
Hi All, I need help in understanding what does mkvtimestamp_v2 filter do. I tried to search documentation around it but couldnt find. All I could find was this command *ffmpeg -i usopen.mp4 -f mkvtimestamp_v2 -qscale:v 0 a.txt* which apparently seems to give out timestamp of each frame in the

Re: [FFmpeg-user] HDR 4K support in ffmpeg

2015-12-17 Thread tarun singhal
On Thu, Dec 17, 2015 at 2:47 PM, Kevin Wheatley wrote: > On Wed, Dec 16, 2015 at 11:27 PM, Rens Dijkshoorn > wrote: > > Currently there is no agreed standard how this > > curve should be defined. The NHK/BBC proposal > > seems to be the most

Re: [FFmpeg-user] HDR 4K support in ffmpeg

2015-12-17 Thread tarun singhal
On Thu, Dec 17, 2015 at 5:55 PM, Carl Eugen Hoyos <ceho...@ag.or.at> wrote: > tarun singhal gmail.com> writes: > > > Ok, So I understand that ffmpeg doesnt supports HDR > > encoding. > > Several people seem to disagree but it depends on your > definition

[FFmpeg-user] ffmpeg segmenter | Unable to map audio language metadata

2015-05-29 Thread tarun singhal
. Regards, Tarun Singhal Senior Software Engineer Accenture - India ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user