1
0

add a denoiser filter

This commit is contained in:
2025-07-29 03:47:58 +02:00
parent bea1eaea17
commit 179ebc96d9
4 changed files with 28 additions and 0 deletions

View File

@ -98,6 +98,13 @@ adm.addVideoFilter(
"targetAR=0",
"lockAR=False",
"roundup=2")
adm.addVideoFilter(
"MplayerDenoise3DHQ",
"mode=4",
"luma_spatial=4.000000",
"chroma_spatial=3.000000",
"luma_temporal=6.000000",
"chroma_temporal=4.500000")
adm.setContainer(
"MP4",
"muxerType=0",