头像
06_taro
核心会员
核心会员
帖子: 998
注册时间: 2010-09-22 18:32
来自: United Kingdom
联系: 网站

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

2192+664裡用的libav/ffms版本還沒修掉這個問題…
mkv的話可以考慮走avs用DSS2,然後dshow用個CoreAVC之類支持10bit解碼且不基於ffmpeg的解碼器試試看…(當然實際上CoreAVC有沒有用ffmpeg的代碼誰都不知道…)
つまんねー事聞くなよ!

I, personally, for me, believe (obviously sometimes) that my OS choice is right. That's me. I'm not telling you that you should believe it. Learn the facts, and the origins behind the facts, and make up your own damn mind. That's why you have one. (source)

Follow me: @06_taro

304——
为纪念伟大的宇宙史上最强压制304先生,联合国教科文组织决定,将每年的第304天,即平年的10月31日或者闰年的10月30日,定为世界304日。
头像
xiao7
帖子: 138
注册时间: 2010-09-25 16:16

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

重新封装mkvmerge v5.3.0 ('I could have danced') built on Feb 9 2012 10:38:07就没问题的

想没问题简单,换版本就是了,主要是碰到了 看看确定下到底是哪里的问题
头像
06_taro
核心会员
核心会员
帖子: 998
注册时间: 2010-09-22 18:32
来自: United Kingdom
联系: 网站

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

咦居然這樣…舊版mmg對h264的封裝有問題麼…
つまんねー事聞くなよ!

I, personally, for me, believe (obviously sometimes) that my OS choice is right. That's me. I'm not telling you that you should believe it. Learn the facts, and the origins behind the facts, and make up your own damn mind. That's why you have one. (source)

Follow me: @06_taro

304——
为纪念伟大的宇宙史上最强压制304先生,联合国教科文组织决定,将每年的第304天,即平年的10月31日或者闰年的10月30日,定为世界304日。
头像
06_taro
核心会员
核心会员
帖子: 998
注册时间: 2010-09-22 18:32
来自: United Kingdom
联系: 网站

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

硬盤問題導致RP的話應該是不可修復的損壞,已經損壞的流應該不是重新封裝能解決的…
つまんねー事聞くなよ!

I, personally, for me, believe (obviously sometimes) that my OS choice is right. That's me. I'm not telling you that you should believe it. Learn the facts, and the origins behind the facts, and make up your own damn mind. That's why you have one. (source)

Follow me: @06_taro

304——
为纪念伟大的宇宙史上最强压制304先生,联合国教科文组织决定,将每年的第304天,即平年的10月31日或者闰年的10月30日,定为世界304日。
头像
pureland
帖子: 62
注册时间: 2011-10-01 9:37

Re: [置顶] x264 - 06_taro编译版(04/25 r2197+666 更新VSFilter,添加aacp

libav跟ffmpeg兩版
要人家選哪一種好...
求指點 {:cat_16}
Win7 x86 / i5 2400 / 4G RAM / PotPlayer / MPC-HC / LAV Filters / EVR-CP / ReClock / After School
头像
06_taro
核心会员
核心会员
帖子: 998
注册时间: 2010-09-22 18:32
来自: United Kingdom
联系: 网站

Re: [置顶] x264 - 06_taro编译版(04/25 r2197+666 更新VSFilter,添加aacp

看二楼
つまんねー事聞くなよ!

I, personally, for me, believe (obviously sometimes) that my OS choice is right. That's me. I'm not telling you that you should believe it. Learn the facts, and the origins behind the facts, and make up your own damn mind. That's why you have one. (source)

Follow me: @06_taro

304——
为纪念伟大的宇宙史上最强压制304先生,联合国教科文组织决定,将每年的第304天,即平年的10月31日或者闰年的10月30日,定为世界304日。
头像
upyzl
帖子: 446
注册时间: 2010-12-25 18:44
来自: 湘/京
联系: 网站

Re: [置顶] x264 - 06_taro编译版(04/25 r2197+666 更新VSFilter,添加aacp

反馈个bug...

用的是x264_rev2197+666_tMod-ffmpeg
64 8bit 420 以及 64 10bit 420

在ffms/lavf下内嵌字幕必crash(不管如何调其他参数,输入为10bit 420;当输入为8bit时无问题)试过ICL12.1以及VS2010编译版vsfilter均有此问题...
不内嵌则无问题……

一些错误信息(以下拿64 8bit 420为例,64 10bit 420类似)
► 显示剧情透露 WER2251.tmp.mdmp
► 显示剧情透露 WER162F.tmp.WERInternalMetadata.xml部分
头像
06_taro
核心会员
核心会员
帖子: 998
注册时间: 2010-09-22 18:32
来自: United Kingdom
联系: 网站

Re: [置顶] x264 - 06_taro编译版(04/25 r2197+666 更新VSFilter,添加aacp

ReadMe-how_to_load_subtitles.txt 写了:
Both 8-bit and 10-bit builds can use subtitles rendering, but rendering should only take place in 8-bit colorspaces. For example, if the input video is 10-bit, which would be converted to yuv420p16le internally before encoding, you need to use "resize" filter to downscale it to 8-bit before "subtitles" filter:

代码: 全选

--video-filter resize:csp=i420:8/subtitles --sub "subtitles.ass"
つまんねー事聞くなよ!

I, personally, for me, believe (obviously sometimes) that my OS choice is right. That's me. I'm not telling you that you should believe it. Learn the facts, and the origins behind the facts, and make up your own damn mind. That's why you have one. (source)

Follow me: @06_taro

304——
为纪念伟大的宇宙史上最强压制304先生,联合国教科文组织决定,将每年的第304天,即平年的10月31日或者闰年的10月30日,定为世界304日。
头像
upyzl
帖子: 446
注册时间: 2010-12-25 18:44
来自: 湘/京
联系: 网站

Re: [置顶] x264 - 06_taro编译版(04/25 r2197+666 更新VSFilter,添加aacp

感谢提醒,没注意readme更新了……

回到 “视频编码器 / Video encoder discussion”