I have several clips i am editing. Some of them are more pixelated than others. Is there any program/software that exists that can either remove part of or all of the pixelation?
+ Reply to Thread
Results 1 to 7 of 7
-
-
Use AVISynth with Deblock_QED(). Increase the strength as needed.
http://avisynth.nl/index.php/Deblock_QED -
I don't think anyone has any idea what you mean by 'pixelated". Do you mean block noise (macroblocks) or pixel breakup? Macroblocks are usually a sign of over compression (low bitrate unsuitable for the type of video you're working with), for which filters like DeBlock_QED and the original DeBlock are recommended, along with filters like dfttest used with 16-bit settings. The stronger you make the settings, the more they'll soften your video.
- My sister Ann's brother -
Deblocking will replace rectangular blocks with smooth gradients and may remove some true detail. That may not be an improvement. It depends on the source and what you prefer.
-
I think its macroblocking. Is there anything i can do using a video editor that might help reduce it?
-
Some video decoders have optional deblocking filters when they decode. Xvid, for example. h.264, h.265, and most other new decoders have deblocking filters built in. Mpeg 2 and other older decoders don't have deblocking. With those you have to use external filters. The aforementioned deblock_qed() is an AviSynth filter -- AviSynth is a script driven filtering system. Maybe you should provide a short sample of your video that shows the problem (don't filter it or reencode it).
Similar Threads
-
Help with reducing (either it's echo, or reverb from audio)
By Infomaniac95 in forum AudioReplies: 3Last Post: 16th Nov 2016, 11:41 -
Reducing file size for dvd
By midweb in forum Newbie / General discussionsReplies: 9Last Post: 8th Sep 2016, 20:49 -
MakeMKV reducing pixel size
By enonod in forum Video ConversionReplies: 4Last Post: 25th Oct 2015, 11:45 -
Reducing dimension size
By rdeffley in forum RestorationReplies: 5Last Post: 20th Dec 2014, 13:03 -
What about reducing necro posting?
By bat999 in forum FeedbackReplies: 16Last Post: 15th May 2014, 23:30