分页: 1 / 2

求助:X264不明錯誤?

发表于 : 2011-09-28 22:04
a1234b45
先付上AVS 按照這篇文章的:http://www.spirton.com/convert-videos-to-60fps/

代码: 全选

Setmemorymax(1024)
SetMTMode(2,3)
PluginPath = "C:\Program Files\AviSynth 2.5\plugins\"
LoadPlugin(PluginPath+"mvtools2.dll")
LoadPlugin(PluginPath+"RemoveGrainSSE3.dll")
Import(PluginPath+"InterFrame.avsi")
LoadPlugin("C:\Program Files\Haali\MatroskaSplitter\avss.dll")
dss2("C:\neverland\Neverland.mp4", fps=24.000).AssumeFPS(24,1).ConvertToYV12()
#deinterlace
crop( 2, 0, 0, -2)

#denoise
Spline64Resize(1920,1080) # Spline64 (Sharp)
InterFrame(FlowPath=PluginPath, GPU=true)

使用置頂的10bit編譯版壓製會出現錯誤 (使用原版r2085 8bit可以順利壓製)
图片
另外也附上log文件

代码: 全选

avs [info]: 1920x1080p 0:0 @ 60000/1001 fps (cfr)
avs [info]: color matrix: undef, color range: undef
x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle Cache64
x264 [info]: profile High 10, level 4.2, 4:2:0 10-bit
x264 [info]: cabac=1 ref=4 deblock=1:-2:-2 analyse=0x3:0x113 me=umh subme=7 psy=1 fade_compensate=0.00 psy_rd=1.00:0.00 mixed_ref=1 me_range=24 chroma_me=1 trellis=2 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=0 chroma_qp_offset=-2 threads=3 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 fgo=0 bframes=3 b_pyramid=2 b_adapt=2 b_bias=0 direct=3 weightb=1 open_gop=0 weightp=2 keyint=240 keyint_min=24 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=crf mbtree=1 crf=20.0000 qcomp=0.60 qpmin=0 qpmax=51 qpstep=4 vbv_maxrate=50000 vbv_bufsize=50000 crf_max=0.0 nal_hrd=vbr ip_ratio=1.40 aq=1:1.00
x264 [info]: started at Wed Sep 28 22:16:25 2011
x264 [error]: malloc of size 4981760 failed
x264 [error]: x264_encoder_encode failed
                                                                               

aborted at input frame 33, output frame 0
x264 [info]: ended at Wed Sep 28 22:16:33 2011
x264 [info]: encoding duration 0:00:08
^C
懇請各位前輩回答 {:cat_5}

Re: 求助:X264不明錯誤?

发表于 : 2011-09-28 22:45
4h4h270
看log像是爆内存了

Re: 求助:X264不明錯誤?

发表于 : 2011-09-29 0:15
Holy
先把SetMemoryMax那行去掉看看…以及 Source Filter 不要用 mode 2

代码: 全选

SetMTMode(5, 3)
PluginPath = "C:\Program Files\AviSynth 2.5\plugins\"
LoadPlugin(PluginPath+"mvtools2.dll")
LoadPlugin(PluginPath+"RemoveGrainSSE3.dll")
Import(PluginPath+"InterFrame.avsi")
LoadPlugin("C:\Program Files\Haali\MatroskaSplitter\avss.dll")
dss2("C:\neverland\Neverland.mp4", fps=24.000).AssumeFPS(24,1).ConvertToYV12()
SetMTMode(2)
#deinterlace
Crop(2, 0, 0, -2)
#denoise
Spline64Resize(1920,1080) # Spline64 (Sharp)
InterFrame(FlowPath=PluginPath, GPU=true)

Re: 求助:X264不明錯誤?

发表于 : 2011-09-29 11:01
vempx
MT的话,出什么问题都不奇怪的

Re: 求助:X264不明錯誤?

发表于 : 2011-09-29 22:19
a1234b45
感謝Holy大相助 您幫我改的腳本現在順利壓製 (應該不會跑到一半又來了吧~~~~ {:cat_15} )

Re: 求助:X264不明錯誤?

发表于 : 2011-09-30 0:44
dgwxx
我用x64MT的AVS压的视频全花瓶了 lol 最后全v2了

Re: 求助:X264不明錯誤?

发表于 : 2011-09-30 9:39
upyzl
原来MT已经能RP到这样了(指x264.nl 2085 8bit没事但换个x264 2085 就出问题= =)

Re: 求助:X264不明錯誤?

发表于 : 2011-09-30 9:43
06_taro
source filter開MT的話什麼情況都不奇怪的……

Re: 求助:X264不明錯誤?

发表于 : 2011-09-30 20:41
-o-o-304-o-o-
MT啊,这玩意当初用过2次没问题之后就再也没正常过了(配合GPU滤镜会把驱动拉黑,只在源滤镜上用预览还凑合压制报错且每次报错的地方还不一样。。以后就乖乖的选择ST然后切开跑了。。拖。。。

Re: 求助:X264不明錯誤?

发表于 : 2011-09-30 22:29
06_taro
配合GPU濾鏡= =

MT在avs的wiki裡早就有部分濾鏡能對應的mode的頁面吧,我覺得看到fft3dgpu不行就應該死心了……再說GPU濾鏡處理又不怎麼耗CPU,開MT幹嘛,還怕GPU吃不滿麼? {:cat_13}