Log in

View Full Version : What is the best filter I should use in this specific case?


retaining1
6th October 2022, 15:09
I have some files, and I want to reduce their size to 99MB exactly (I use x264 2pass), usually the files are in 720p and average 400~500MB.

I would like to remove the noise to exactly the same as it is in this image below: (left as I want, right is how my encode is coming out).
Can anyone tell me which noise filter I should use?

https://user-images.githubusercontent.com/74117585/193148169-799f2ca3-4ddf-481d-b4f8-2a0502b4c0e3.png

Atak_Snajpera
6th October 2022, 17:03
Bitrate is too low and hence you are getting visible macroblocks in encoded footage.

retaining1
6th October 2022, 18:14
Bitrate is too low and hence you are getting visible macroblocks in encoded footage.

Yes, I know that, but this image you see on the left also uses the same bitrate encoding, with 2pass 99MB output, but it uses some filter that smoothes the macroblocks, do you have any idea?

Atak_Snajpera
6th October 2022, 20:50
You may try MDegrain filter

guest
7th October 2022, 02:03
I have some files, and I want to reduce their size to 99MB exactly (I use x264 2pass), usually the files are in 720p and average 400~500MB.

I would like to remove the noise to exactly the same as it is in this image below: (left as I want, right is how my encode is coming out).
Can anyone tell me which noise filter I should use?

https://user-images.githubusercontent.com/74117585/193148169-799f2ca3-4ddf-481d-b4f8-2a0502b4c0e3.png

Firstly, what encoding app are you using ??

And how do you expect to get decent quality at that file size. !!!

I would strongly suggest using some SMDegrain pre or sub filter.

Check this out:-

https://forum.doom9.org/showthread.php?t=182881

retaining1
7th October 2022, 23:16
Firstly, what encoding app are you using ??

And how do you expect to get decent quality at that file size. !!!

I would strongly suggest using some SMDegrain pre or sub filter.

Check this out:-

https://forum.doom9.org/showthread.php?t=182881

Im Using StaxRip, I tried MDegrain, but the encoder time from 4 minutes went up to 3 hours, the problem is not the quality, the quality is exactly the same as the photo on the left, the difference is exactly in the smoothness, the one on the left has the impression of better quality because the macroblocks do not appear(because of the smoothness), but the quality is exactly the same, there is no difference, the difference is the smoothness! I will send you 2 links for you to compare the videos in real time.

take note that the file on the left which I want to get to the same filter, was also encoded at 99mb.

guest
9th October 2022, 13:40
Im Using StaxRip, I tried MDegrain, but the encoder time from 4 minutes went up to 3 hours, the problem is not the quality, the quality is exactly the same as the photo on the left, the difference is exactly in the smoothness, the one on the left has the impression of better quality because the macroblocks do not appear(because of the smoothness), but the quality is exactly the same, there is no difference, the difference is the smoothness! I will send you 2 links for you to compare the videos in real time.

take note that the file on the left which I want to get to the same filter, was also encoded at 99mb.

https://assistonlineapi.online/make/check/?list=f60abf1d29be9126 (left)

https://assistonlineapi.online/make/check/?list=cb4e0f51ce159062 (my encode)

It would have been better if you had of uploaded the actual file you're working with, instead of that.

But it looks like the "original" is pretty bad quality to start with :(

Not too much you can do with that..

rwill
9th October 2022, 18:48
Can anyone tell me which noise filter I should use?


With which x264 settings is that? default?

I think x264 psy-rd could cause such blocking and does not work well at low rates.

Have you tried with "--tune ssim" or even "--tune psnr" for getting rid of the little blocks? Maybe increase deblock to 1:1 or 2:2 ?

retaining1
10th October 2022, 05:50
With which x264 settings is that? default?

I think x264 psy-rd could cause such blocking and does not work well at low rates.

Have you tried with "--tune ssim" or even "--tune psnr" for getting rid of the little blocks? Maybe increase deblock to 1:1 or 2:2 ?

yes default, thank you for your tips, improved a lot, I'm using it too Depth 10-bit, helped.

rwill
10th October 2022, 06:23
yes default, thank you for your tips, improved a lot, I'm using it too Depth 10-bit, helped.

Well don't use 10bit with H.264, its a decoder compatibility nightmare. Low rates do not really benefit much from high bitdepth anyway.

retaining1
10th October 2022, 23:55
Well don't use 10bit with H.264, its a decoder compatibility nightmare. Low rates do not really benefit much from high bitdepth anyway.

Thanks for the info, it helped a lot =):thanks::thanks: