본문 바로가기
필터

Msmooth 필터 사용법

by 호구마 HOGUMA 2023. 5. 26.
반응형

인물 외곽선 주위의 모기같은 링잉 노이즈를 완화시키는 필터입니다. 검은 의상 윤곽선 부분 노이즈 차이를 잘 보세요.

 

 

 

 

MSmooth - Avisynth wiki

Description MSmooth: performs detail-preserving smoothing. Official homepage: http://rationalqm.us/msmooth/msmooth.html Requirements Msmooth (clip, bool "mask", int "threshold", int "strength", bool "highq", bool "chroma", bool "show", bool "debug") clip 

avisynth.nl

페이지 우측에 있는 msmooth202.zip를 다운로드하면 됩니다.

 

 

스크립트 예제
LoadPlugin("Msmooth.dll 파일 경로")
Msmooth(mask=false, threshold=14, strength=2, highq=true, chroma=false)

mask는 true로 설정하면 필터 적용 범위를 시각화해서 보여줍니다.

threshold는 적용 범위를 정하는 옵션입니다.

strength는 강도를 정하는 옵션입니다.

highq는 true로 설정하면 약간 느리지만 품질은 높은 세부 감지 알고리즘이 사용됩니다.

chroma는 true로 설정하면 YV12에 대한 크로마 스무딩이 활성화됩니다. 여기서 크로마는 컬러를 의미합니다. 컬러 노이즈를 줄여준다는 뜻인지... 정확한 의미는 모르겠네요.

 

threshold(적용 범위)strength(강도)만 만져주셔도 무방합니다. 개인적으로 자주 쓰는 값은 threshold=12, strength=3이고 본문에 사용된 움짤은 threshold=14, strength=2의 값이 사용되었습니다.

 

 

메구이(MeGUI) 스크립트 작성부터 인코딩까지 해보기

메구이 설치하기 메구이 (MeGUI) 64비트 설치하기 Releases · AviSynth/AviSynthPlus AviSynth with improvements. Contribute to AviSynth/AviSynthPlus development by creating an account on GitHub. github.com 먼저 Avisynth+를 설치합니다.

hoguma.tistory.com

메구이를 통한 구체적인 적용 방법은 위 글을 참고해주세요.

반응형

'필터' 카테고리의 다른 글

QTGMC 필터 (64Bit) 멀티코어 사용법  (8) 2023.05.26