[FFmpeg-user] Issues deinterlacing DirectShow input with ffplay

2021-08-13 Thread Alex via ffmpeg-user
I'm using ffplay as a live preview for my capture card, and I'm trying to use the yadif filter in mode 1 (send_field) to deinterlace the 59.94i input to 59.94 fps. Using this command works as expected: ffplay -f dshow -i video="SA7160 PCI, Analog 01 Capture" -vf yadif=1 However, if I try the s

Re: [FFmpeg-user] Issues deinterlacing DirectShow input with ffplay

2022-04-09 Thread Roger Pack
Input frame rate is still the same both ways? On Fri, Aug 13, 2021 at 10:06 PM Alex via ffmpeg-user wrote: > > I'm using ffplay as a live preview for my capture card, and I'm trying to use > the yadif filter in mode 1 (send_field) to deinterlace the 59.94i input to > 59.94 fps. > > Using this com

Re: [FFmpeg-user] Issues deinterlacing DirectShow input with ffplay

2022-04-11 Thread Alex via ffmpeg-user
On Sunday, April 10th, 2022 at 1:18 AM, Roger Pack wrote: > Input frame rate is still the same both ways? Yes, 29.97 fps either way (didn't realize that it's covered in the video; the log files should have everything though). Alex ___ ffmpeg-user mail

Re: [FFmpeg-user] Issues deinterlacing DirectShow input with ffplay

2022-04-11 Thread Paul B Mahol
On Sat, Aug 14, 2021 at 6:06 AM Alex via ffmpeg-user wrote: > I'm using ffplay as a live preview for my capture card, and I'm trying to > use > the yadif filter in mode 1 (send_field) to deinterlace the 59.94i input to > 59.94 fps. > > Using this command works as expected: > > ffplay -f dshow -

Re: [FFmpeg-user] Issues deinterlacing DirectShow input with ffplay

2022-04-18 Thread Roger Pack
On Mon, Apr 11, 2022 at 2:50 PM Alex wrote: > > On Sunday, April 10th, 2022 at 1:18 AM, Roger Pack > wrote: > > Input frame rate is still the same both ways? > > Yes, 29.97 fps either way (didn't realize that it's covered in the video; > the log files should have everything though). Can you rep

Re: [FFmpeg-user] Issues deinterlacing DirectShow input with ffplay

2022-04-23 Thread Alex via ffmpeg-user
On Tuesday, April 19th, 2022 at 2:03 AM, Roger Pack wrote: > Can you replicate it not using dshow? Not in any way that I know of. I recorded raw output from the capture card (using -c copy) to an AVI, and when playing the file with ffplay the yadif filter works fine (also when piping the file th

Re: [FFmpeg-user] Issues deinterlacing DirectShow input with ffplay

2022-04-26 Thread Roger Pack
Without yadif it comes in at 59.94i ? On Sat, Apr 23, 2022 at 1:36 PM Alex wrote: > > On Tuesday, April 19th, 2022 at 2:03 AM, Roger Pack > wrote: > > Can you replicate it not using dshow? > > Not in any way that I know of. I recorded raw output from the capture card > (using -c copy) to an AVI