分页: 21 / 34

Re: [置顶] x264 - 06_taro编译版(3/24 r2184+663 增加--aq-mode=4)

发表于 : 2012-03-28 0:20
ssnake
-o-o-304-o-o- 写了:
suara 写了:用8bit的x264压制网上下载的10bit视频,压出来后花屏,还有色斑,有没有什么办法解决?
偷懒的办法--下个最新版的tmod的x264,直接x264吃,吃的时候加上--input-depth 10……
不用加--input-depth吧,事实上加上也会被忽略吧= =

Re: [置顶] x264 - 06_taro编译版(3/24 r2184+663 增加--aq-mode=4)

发表于 : 2012-03-28 10:42
fansge
有沒有可能是dshow 的默認H264解碼器不支持10bit造成的.

Re: [置顶] x264 - 06_taro编译版(3/24 r2184+663 增加--aq-mode=4)

发表于 : 2012-03-28 12:57
mawen1250
直接走带ffms的x264的话用的就是ffms,只要是较新版本的正常来说不会有问题。

Re: [置顶] x264 - 06_taro编译版(3/24 r2184+663 增加--aq-mode=4)

发表于 : 2012-03-28 13:37
ssnake
要走到dshow上出错,除非--demuxer avs(没带ffms和lavf但编译了avs的x264默认是这个),而且avs plugins的search path里没有ffms2只有dss,于是走到DSS上去了——啧限制条件真多,而且既然想用dshow为啥不直接用楼下的direct264呢= =

(嗯果然有歧义,改了点

Re: [置顶] x264 - 06_taro编译版(3/24 r2184+663 增加--aq-mode=4)

发表于 : 2012-03-28 13:44
06_taro
如果是dshow解碼器問題的話,用direct264結果還是一樣的……
嘛現在已經不準備去解決啥信息都沒有只說結果有問題的報錯貼了……

Re: [置顶] x264 - 06_taro编译版(3/24 r2184+663 增加--aq-mode=4)

发表于 : 2012-03-28 20:18
-o-o-304-o-o-
06_taro 写了:如果是dshow解碼器問題的話,用direct264結果還是一樣的……
嘛現在已經不準備去解決啥信息都沒有只說結果有問題的報錯貼了……
taro大辛苦了……

顺便给签名档打打广告(弥天大雾……超光速逃……

Re: [置顶] x264 - 06_taro编译版(3/24 r2184+663 增加--aq-mode=4)

发表于 : 2012-03-28 20:19
-o-o-304-o-o-
ssnake 写了:
-o-o-304-o-o- 写了:
suara 写了:用8bit的x264压制网上下载的10bit视频,压出来后花屏,还有色斑,有没有什么办法解决?
偷懒的办法--下个最新版的tmod的x264,直接x264吃,吃的时候加上--input-depth 10……
不用加--input-depth吧,事实上加上也会被忽略吧= =
这么说也对……感谢蛇大提醒,回头自己试试去……(一直input-depth 10没出过啥问题所以就没仔细看了……

Re: [置顶] x264 - 06_taro编译版(2012/04/08 r2192+664 增加--aq-mode=

发表于 : 2012-04-17 19:53
xiao7
ffms [info]:
Codec : h264
PixFmt : yuv420p10le
Timebase : 0/0
Duration : 1000000:00:00
ffms [info]: 1280x720p 1:1 @ 24000/1001 fps (vfr)
ffms [info]: color matrix: undef
resize [warning]: converting from yuv420p10le to yuv420p16le
x264 [info]: using SAR=1/1
x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.1 Cache64
x264 [info]: profile High 10, level 4.1, 4:2:0 10-bit
x264 [info]: cabac=1 ref=8 deblock=1:-1:-1 analyse=0x3:0x133 me=umh subme=9 psy=1 fade_compensate=0.00 psy_rd=0.60:0.15 mixed_ref=1 me_range=16
chroma_me=1 trellis=2 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=0 chroma_qp_offset=-3 threads=3 sliced_threads=0 nr=0 decimate=1 interlaced=0
bluray_compat=0 constrained_intra=0 fgo=2 bframes=5 b_pyramid=2 b_adapt=2 b_bias=0 direct=3 weightb=1 open_gop=0 weightp=2 keyint=250 keyint_min=23
scenecut=40 intra_refresh=0 rc_lookahead=60 rc=crf mbtree=1 crf=20.0000 qcomp=0.85 qpmin=0 qpmax=81 qpstep=4 ip_ratio=1.40 aq=1:1.30

内存占用600M 没问题
内置ffsm解码 x264 rev2184+663_tMod-v2 {:cat_5} 重压依旧 看来不随机 不知道是不是场景问题 正在切出来实验



10bit入 10bit出 都是MKV 没AVS 切出来的结果是没问题了,难道是封装软件版本造成的? {:cat_8}


源 mkvmerge v2.9.7 ('Tenderness') built on Jul 1 2009 18:43:35

Re: [置顶] x264 - 06_taro编译版(2012/04/08 r2192+664 增加--aq-mode=

发表于 : 2012-04-17 20:04
06_taro
看起來像是解碼階段就壞掉了,如果是x64的話有可能是前陣子libav裡的一個bug,昨天libav/ffmpeg剛剛修復掉,所以之前x264裡用的lavf/ffms的demuxer都有這個問題…

Re: [置顶] x264 - 06_taro编译版(2012/04/08 r2192+664 增加--aq-mode=

发表于 : 2012-04-17 20:10
xiao7
X86 下的


由于新版还没下 所以不知道结果 今晚用新版再跑5个小时看看(渣机器 T-T