abajo
20th February 2016, 02:37
Hi.
Some months ago a bought a new PC. I installed windows 7.
Anyway I have a problem.
If I use Avisynth for encode a video, the output file start with a black screen of 3-5 seconds.
After the 3-5 seconds, the videos is fine.
How can I remove the first 3-5 seconds of black screen on every video? I tried different settings and different avisynth version, but I can't fix this problem. In my old PC everything was working fine...
abajo
20th February 2016, 13:45
:script:
And what version of AviSynth you have installed?
Does the starting black screen appear when you preview your avs in AvsPmod or VirtualDub?
What encoder do you use? By CLI or GUI?
Hi.
As I said, I tried many version of Avisynth.
In the preview sometimes appear the black screen, sometimes not. Anyay, the black screen on the output file always appear.
I tried both, GUI and CLI.
abajo
20th February 2016, 17:02
Here's to you. Yhis is the CLI script.
"#{encbin}" --crf 16 --tune fastdecode -i 250 --fps 23.976 --sar 1:1 --index "#{prefix}#{index}.index" --seek #{startf} --frames #{lenf} -o "#{prefix}#{output}[#{startf}-#{endf}].mp4" "#{inpath}#{input}"
This is the GUI script
--crf 19.0 --preset medium --level 4.1 --merange 12 --direct auto --b-adapt 2 --trellis 2 --qcomp 0.50 --vbv-maxrate 24000 --vbv-bufsize 24000 --partitions p8x8,b8x8,i4x4,i8x8 --me umh --rc-lookahead 60 --ipratio 1.10 --pbratio 1.10 --extra:
abajo
20th February 2016, 18:15
This is the avs used by the gui.
#RemoveGrainSSE2.dll
#RepairSSE2.dll
#hqdn3d.dll
#EEDI2.dll
#deen.dll
#awarpsharp2.dll
#unfilter.dll
#mt_masktools-26.dll
#nnedi3.dll
#SangNom.dll
#Vaguedenoiser.dll
#medianblur.dll
#flash3kyuu_deband.dll
#aa.avs
#YAHR.avs
#EdgeCleaner.avs
#FastLineDarken 1.4x MT MOD.avsi
setmtmode(2)
# setmemorymax(1024)
m_edge = mt_edge("sobel", 7, 20).mt_inflate()
m_motn = mt_motion()
m_aa = m_edge.mt_expand()
m_halo = m_aa.mt_expand().mt_lutxy(m_edge, "x y -")
aa_clp = AAA()
dh_clp = aa_clp.YAHR()
# ===== Denoiced =====
Temporal = hqdn3d(0.6, 0.6, 8, 8)
Vaguedenoiser(method=4, nsteps=10, wavelet=2, Wiener=true, auxclip=temporal, percent=95, chromaT=1.5, wratio=1.5, threshold=0.8)
EdgeCleaner(smode=1,strength=20)
non_hl = mt_merge(last, aa_clp, m_aa)
mt_merge(non_hl, dh_clp, m_halo)
# ===== Варианты затемнения линий =====
ConditionalFilter(last.FastLineDarkenMod(strength=19,threshold=1, thinning=9,luma_cap=200),last, "AverageLuma()",">","50")
DB = f3kdb(sample_mode=2,dynamic_grain=false,keep_tv_range=false,dither_algo=3,y=64,cb=48,cr=48,grainY=0,grainC=0)
mask = mt_edge("prewitt",17,17,17,17,u=3,v=3)
maskf = mt_logic(mask,mt_logic(mask.utoy(),mask.vtoy(),"or").spline64resize(width,height),"or").mt_expand().mt_expand()
mt_merge(last,DB,maskf.mt_invert(),luma=true)
sharpen(0.22)
# Назначение: для обработки аниме с низким уровнем шумов BD_HD исходников и устранением ореолов и звона на контурах изображения
# Подавление радужности изображения по умолчанию: отсутствует
# Тип затемнения линий по умолчанию: -
# Тип антиайлизинга по умолчанию: AAA
# Тип шумоподавителя: hqdn3d + Vaguedenoiser
# Тип шарпера: WarpSharp
# Наличие фильтра DeBanding по умолчанию: включен LumaDB
# Скорость обработки: средняя
Anyway, is the same I used in the old PC.
In the old PC this script was working fine. But not here.
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.