Re: [FFmpeg-user] question about fps filter

2020-05-28 Thread Edward Park
Hi, > The output file is how I noticed the issue it was reporting original frame > rate as 24000/1001 and current frame rate as 3/1001. I see, that's weird. This only happens with yadif_cuda, not yadif right? Is there a change if you hwdownload before fps filter (other than time)? Regards,

Re: [FFmpeg-user] question about fps filter

2020-05-27 Thread Andy Sheimo
The output file is how I noticed the issue it was reporting original frame rate as 24000/1001 and current frame rate as 3/1001. On Wed, May 27, 2020 at 1:43 AM Edward Park wrote: > Hi, > > I found this in the debug output and am not sure why it sees what was > > passed by the command line

Re: [FFmpeg-user] question about fps filter

2020-05-26 Thread Edward Park
Hi, > I found this in the debug output and am not sure why it sees what was > passed by the command line but then is ignored in the filter graph can > someone help me understand please? The complete debug output is available > but too big to include here. > > [Parsed_yadif_cuda_0 @

Re: [FFmpeg-user] question about fps filter

2020-05-26 Thread Andy Sheimo
Thanks for the info Moritz that is helpful to me. I'll keep looking at things and see if my issue goes away in the next couple weeks. -Andy On Tue, May 26, 2020 at 2:27 AM Moritz Barsnick wrote: > Hi Andy, > > On Mon, May 25, 2020 at 20:43:03 -0400, Andy Sheimo wrote: > > How can I check if

Re: [FFmpeg-user] question about fps filter

2020-05-26 Thread Moritz Barsnick
Hi Andy, On Mon, May 25, 2020 at 20:43:03 -0400, Andy Sheimo wrote: > How can I check if this version contains the changes you reference? > > ffmpeg.exe -version > > ffmpeg version N-97877-g1e8ed181e3-ffmpeg-windows-build-helpers Copyright > > (c) 2000-2020 the FFmpeg developers Simply

Re: [FFmpeg-user] question about fps filter

2020-05-25 Thread Andy Sheimo
How can I check if this version contains the changes you reference? On Fri, May 22, 2020 at 9:07 PM Andy Sheimo wrote: > using this version created today using > https://github.com/rdp/ffmpeg-windows-build-helpers > > ffmpeg.exe -version > ffmpeg version

Re: [FFmpeg-user] question about fps filter

2020-05-22 Thread Andy Sheimo
using this version created today using https://github.com/rdp/ffmpeg-windows-build-helpers ffmpeg.exe -version ffmpeg version N-97877-g1e8ed181e3-ffmpeg-windows-build-helpers Copyright (c) 2000-2020 the FFmpeg developers built with gcc 8.3.0 (GCC) configuration: --pkg-config=pkg-config

Re: [FFmpeg-user] question about fps filter

2020-05-22 Thread Dennis Mungai
On Sat, 23 May 2020 at 01:07, Andy Sheimo wrote: > I am using the command line seen here but the fps filter is being ignored. > > ffmpeg.exe -loglevel debug -stats -hwaccel cuda -hwaccel_output_format cuda > -i "Evanescence - Anywhere but Home.mkv" -map 0:0 -filter:v >