View Full Version : Mplayer PP7 (Deblocking) filter port
JohnDoe
20th August 2015, 23:08
I have ported the above filter to AviSynth 2.5. Incidentally, it is been my first Avisynth filter. I think it can be improved significantly. Feel free to optimize / fix / improve. Possibly someone can put a link to the avisynth plugin website. Due to time constraints, I will currently not able to deal with it.
Reel.Deel
21st August 2015, 22:36
I'll add it to the wiki whenever a mod approves the attachment.
foxyshadis
22nd August 2015, 00:56
Missed this last night. Looks interesting.
Arguments are: DeblockPP7(clip, int "qp"=5, str "mode"="medium", bool "mmx"=True)
Looks a bit different from Deblock(). Source doesn't look difficult to adapt to avs2.6 or x64, though the inline assembly would have to go.
Reel.Deel
22nd August 2015, 17:32
Since the filter does not come with documentation I created a page for it on the wiki. It's basically a copypasta from the FFmpeg pp7 documentation (http://www.ffmpeg.org/ffmpeg-filters.html#pp7). I assume everything is relevant to the DeblockPP7 plugin (except for the auto qp setting).
http://avisynth.nl/index.php/DeblockPP7
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.