You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on a WPF application that uses FFME. Some of the videos are interlaced and are showing artifacts. There is also another application that is showing this video and it is using ffplay from the command line.
ffplay.exe -vf yadif
I am not familiar with FFME or ffmpeg and I cannot find a way to add the yadif filter (or other deinterlace filter) to the FFME.MediaElement.
Any help that could at least get me pointed in the right direction, or examples would be appreciated.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am working on a WPF application that uses FFME. Some of the videos are interlaced and are showing artifacts. There is also another application that is showing this video and it is using ffplay from the command line.
ffplay.exe -vf yadif
I am not familiar with FFME or ffmpeg and I cannot find a way to add the yadif filter (or other deinterlace filter) to the FFME.MediaElement.
Any help that could at least get me pointed in the right direction, or examples would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions