Re: [FFmpeg-user] How does ffmpeg decides how many threads to use for vmaf

2024-10-22 Thread tarun singhal
On Tue, 22 Oct 2024 at 21:54, Srikanth Kotagiri wrote: > On Mon, Oct 21, 2024 at 11:39 PM tarun singhal > wrote: > > > I have specified thread count as 32 > > > > For 20 min video duration - I was able to get 1x speed > > > > But for 2.2hr video duration i

[FFmpeg-user] How does ffmpeg decides how many threads to use for vmaf

2024-10-21 Thread tarun singhal
I have specified thread count as 32 For 20 min video duration - I was able to get 1x speed But for 2.2hr video duration it took 12 hrs, hence lesser speed using same ffmpeg command and same underlying infrastructure Hence I am curious, What are the factors which helps ffmpeg decide how many thr

[FFmpeg-user] How to resume ffmpeg vmaf evaluation from point in time

2024-10-15 Thread tarun singhal
Hi Team, I have 3-hour long video on which I run VMAF evaluation against its transcoded version. and generally, it takes 5-6 hr to finish. I am running these on kubernetes pods. I have a continuous deployment pipeline. What happens is often while vmaf is about to finish someone merges code

Re: [FFmpeg-user] Unable to accurately split vmaf calculation

2024-10-15 Thread tarun singhal
me=psnr|name=float_ssim|name=float_ms_ssim':n_threads=4:log_fmt=json:log_path=A10-20.json" > > -f null -* > > > > But in both output files, collectively I get only 465 frames, that means > 13 > > frames missing. What can I do that ensure no frame is missed? > > &

[FFmpeg-user] Unable to accurately split vmaf calculation

2024-10-14 Thread tarun singhal
pts=PTS-STARTPTS[encoded1];[encoded1][source2]libvmaf=feature='name=psnr|name=float_ssim|name=float_ms_ssim':n_threads=4:log_fmt=json:log_path=A10-20.json" -f null -* But in both output files, collectively I get only 465 frames, that means 13 frames missing. What can I do that ensure no fr

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 up

[FFmpeg-user] Converting PTS to seconds

2017-05-17 Thread tarun singhal
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 unsubscribe, visit link

[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 vi

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 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 of HDR. > > > to ans

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 promising > > > > If the input file already has an OET

[FFmpeg-user] HDR 4K support in ffmpeg

2015-12-16 Thread tarun singhal
Can somebody please guide? Regards, Tarun Singhal Senior Software Engineer ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user

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

2015-05-29 Thread tarun singhal
indly help me on how to get audio language metadata mapped to the output. Regards, Tarun Singhal Senior Software Engineer Accenture - India ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user