Hello, I'm trying to re-encode a 1080p mkv with h264 video and ass subs to a hardsubbed mp4 h264.
I'm using Xvid4PSP and these are my settings http://puu.sh/KpkN. The bitrate is about the same as the source.
Code:
--pass 1 --bitrate 5108 --level 4.0 --bframes 16 --direct auto --partitions p8x8,b8x8,i8x8,i4x4 --subme 6 --me umh
--pass 2 --bitrate 5108 --level 4.0 --bframes 16 --direct auto --partitions p8x8,b8x8,i8x8,i4x4 --subme 6 --me umh
NOTE: I'm using 16 b-frames because I'm encoding anime.
I can't figure out why I get blocky artifacts, especially on dark parts of the video:
My Blocky Artifacts -> http://puu.sh/Kphm
Original -> http://puu.sh/KphH
Can you guys give me some tips to get rid of these artifacts?