i've tried searching in google about this issue i'm having with ffdshow but i couldn't seem to find anyone with a similar problem.
first of all in ffdshow, when i enable post-processing there are times when you would see occasional blurs in the picture when playing an mpeg2 file (DVD). this would occur at times but there are also times when the same videos play perfectly without the blurs. i was thinking that my nvidia card was down throttling but i don't wanna do anything harsh to disable this feature. sometimes, even most of the picture is blurred. here's an example but i caught it only with a few blurs on the picture.
there are even times that most of the picture is blurred. here are the post-processing settings:
it looks like dirt and its annoying soo any leads would greatly be appreciated.![]()
+ Reply to Thread
Results 1 to 17 of 17
-
-
It looks like the deblocking feature is making mistakes. This is easy enough to test -- turn off the deblocking and see if you still have the problem.
-
oh thanks jagabo that solves the problem but do I really have to do this to solve this "glitch" of some sort? or is there another fix like to change some settings or something?
-
I tried the latest one from free-codecs.com (K-lite Mega Codec Pack) but it still makes the same mistakes as jagabo said. sometimes it plays perfectly though.
i'm starting to think that my nvidia card is the problem? not sure though.
-
I'm pretty sure all the erroneous post processing was done by ffdshow. Instead of using ffdshow you can try using a different MPEG 2 decoder that has its own deblocking functions. It may work better or worse. Or try using an Avisynth script with a deblocking filter.
Can you supply a short sample of that video in its original form?
Don't ever touch anything from K-lite. Their codec pack has been the source of many problems for many people. -
Thanks for the file. I won't have time to look at it until tomorrow but I'll let you know what I find.
-
Forgot to reply to this yesterday...
Thanks for the clip.
I got the test clip and verified that ffdshow's deblocking algorithms make serious mistakes like you are seeing. The deblocking also removes lots of small details. I used an AviSynth script that let me compare deblocked and unfiltered frames interleaved together so it was easy to see the differences:
v1=DirectShowSource("Taken_clip.mpg").Subtitle("de blocked")
v2=MPEG2Source("Taken_clip.d2v").Subtitle("not").T rim(2,0)
Interleave(v1,v2)
I verified that ffdshow was being used by DirectShowSource() and not by MPEG2Source(), and that the two methods looked the same when ffdshow's deblocking was disabled.
You can play around with the deblocking settings to see if you can find a compromise (I found that Fast SSP Deblocking gave fewer errors than the others). That particular video was not blocky to start with so it's hard to tell where the happy medium might be.
AviSynth's Deblock() filter worked a lot better but since the video wasn't blocky it was hard to say whether it simply wasn't deblocking much or if it was doing a better job. I'm going to make some very blocky files and experiment with them later...
Some quick tests reveal that "Fast SPP Deblocking" deblocks blocky video well without screwing up video that isn't blocky. Enabling Nic's threshold's helps a lot with the mplayer algorithm. -
Thank you so much for the insights. i tried looking carefully and found that indeed, fast SSP was somehow a good way to go. i find it really weird that ffdshow's performance isn't consistent.
one question though, in ffdshow's configuration screen, you will see that there's an Avisynth checkbox right? can i like just type the script there to use Deblock() and then move it to the top? will that be a good replacement for the Post-processing feature of ffdshow?
Similar Threads
-
Will someone post examples on processing restoration?
By rocky12 in forum RestorationReplies: 39Last Post: 8th Jul 2011, 07:39 -
How to keep ffdshow post processing(deblocking filter) in finalized video
By Milardo in forum EditingReplies: 6Last Post: 5th Apr 2011, 05:09 -
ffvdub or ffdshow encoder image processing doesn't work with VirtualDub?
By Milardo in forum EditingReplies: 42Last Post: 21st Jan 2011, 18:09 -
Post-conversion processing?
By ktwbc in forum ffmpegX general discussionReplies: 1Last Post: 8th Jan 2009, 13:16 -
Post-processing filters?
By pfxz in forum RestorationReplies: 3Last Post: 28th Jul 2008, 21:15