View Full Version : Are there filters that can simulate macroblocks and mosquito noise?
orion44
5th April 2024, 01:40
Are there filters for AviSynth that can simulate macroblocks and mosquito noise,
to intentionally add video artifacts to the video?
SaurusX
5th April 2024, 14:18
There is a filter. It's called MPEG-2.
For realtime solution without intermediate files it may be tested with DirectShow and DirectShowSource to get output of MPEG decoder filter into AVS.
Create required MPEG encoder and decoder DirectShow graph in the GraphEdit/GraphStudioNext (may be FFDSHOW can serve as MPEG-2 encoder and decoder ?) and save as .grf file and load it in the DirectShowSource to build and run graph.
orion44
7th April 2024, 11:32
If a video looks too clean, are there filters that can make it look more 'dirty', or that can add texture to the video?
AddGrain() plugin http://avisynth.nl/index.php/AddGrainC
Selur
7th April 2024, 15:18
F2QSharp might be worth a look,...
kedautinh12
8th April 2024, 14:50
You can try FilmGrain+ (https://github.com/Dogway/Avisynth-Scripts/blob/master/FilmGrain%2B.avsi)
orion44
11th April 2024, 13:54
You can try FilmGrain+ (https://github.com/Dogway/Avisynth-Scripts/blob/master/FilmGrain%2B.avsi)
Wow, this looks like an advanced high-quality filter.
Can this filter be used on DVD movies, or is it only suitable for 1080p and UHD videos?
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.