Shir1yn
帖子: 106
注册时间: 2012-03-22 19:29

Re: x265 - Yuuki变异版 (Unstable=1.6+360+XX)

x264很久沒更新了耶

是不是現在已經較成熟了或各項功能都最佳化了
fch1993
帖子: 213
注册时间: 2012-06-12 11:56

Re: x265 - Yuuki变异版 (Unstable=1.6+360+XX)

Shir1yn 写了:x264很久沒更新了耶

是不是現在已經較成熟了或各項功能都最佳化了
1.x264理论上还有不少提升空间,比如说mvc,svc编码支持,或者对于Film grain modeling,或者对于14bit的支持。
2.不过以上内容都是意味着大改内核,所以与其投入这么大的精力还不如放在x265等下一代编码器上。
3.至于bug控制,目前基本上已经是非常稳定了,而x265则是bug不断。
netsky123
帖子: 53
注册时间: 2015-01-26 14:18

Re: x265 - Yuuki变异版 (Unstable=1.7+37+XX)

--output-depth, -D 8|10
Bitdepth of output HEVC bitstream, which is also the internal bit depth of the encoder. If the requested bit depth is not the bit depth of the linked libx265, it will attempt to bind libx265_main for an 8bit encoder, or libx265_main10 for a 10bit encoder, with the same API version as the linked libx265.
CLI ONLY

试了下
avs4x26x -L x265-16bit-lite --input-depth 16 -D 8 -o output.mkv 03.avs
avs [info]: AviSynth 2.60RC3 (ICL10)
avs [info]: Video colorspace: YV12
avs [info]: Video resolution: 3840x1080
avs [info]: Video framerate: 24000/1001
avs [info]: Video framecount: 34098
avs4x26x [info]: High bit depth detected, resolution corrected
avs4x26x [info]: "x265-16bit-lite" - --input-depth 16 -D 8 -o output.mkv --frames 34098 --fps 24000/1001 --input-res 19
20x1080 --input-csp i420
x265 [warning]: falling back to default bit-depth
输出还是10bit

编译方面的东西不太懂,这条说的什么意思?
fch1993
帖子: 213
注册时间: 2012-06-12 11:56

Re: x265 - Yuuki变异版 (Unstable=1.7+37+XX)

netsky123 写了:--output-depth, -D 8|10
Bitdepth of output HEVC bitstream, which is also the internal bit depth of the encoder. If the requested bit depth is not the bit depth of the linked libx265, it will attempt to bind libx265_main for an 8bit encoder, or libx265_main10 for a 10bit encoder, with the same API version as the linked libx265.
CLI ONLY

试了下
avs4x26x -L x265-16bit-lite --input-depth 16 -D 8 -o output.mkv 03.avs
avs [info]: AviSynth 2.60RC3 (ICL10)
avs [info]: Video colorspace: YV12
avs [info]: Video resolution: 3840x1080
avs [info]: Video framerate: 24000/1001
avs [info]: Video framecount: 34098
avs4x26x [info]: High bit depth detected, resolution corrected
avs4x26x [info]: "x265-16bit-lite" - --input-depth 16 -D 8 -o output.mkv --frames 34098 --fps 24000/1001 --input-res 19
20x1080 --input-csp i420
x265 [warning]: falling back to default bit-depth
输出还是10bit

编译方面的东西不太懂,这条说的什么意思?
你需要把dll和exe放在同一个目录下。
头像
EVR750
帖子: 21
注册时间: 2014-12-24 11:23

Re: x265 - Yuuki变异版 (Unstable=1.6+360+XX)

fch1993 写了:
Shir1yn 写了:x264很久沒更新了耶

是不是現在已經較成熟了或各項功能都最佳化了
1.x264理论上还有不少提升空间,比如说mvc,svc编码支持,或者对于Film grain modeling,或者对于14bit的支持。
2.不过以上内容都是意味着大改内核,所以与其投入这么大的精力还不如放在x265等下一代编码器上。
3.至于bug控制,目前基本上已经是非常稳定了,而x265则是bug不断。
目前来说,x264编码的速度是否已经到了最优化了? {:cat_8}
netsky123
帖子: 53
注册时间: 2015-01-26 14:18

Re: x265 - Yuuki变异版 (Unstable=1.7+37+XX)

fch1993 写了:
netsky123 写了:--output-depth, -D 8|10
Bitdepth of output HEVC bitstream, which is also the internal bit depth of the encoder. If the requested bit depth is not the bit depth of the linked libx265, it will attempt to bind libx265_main for an 8bit encoder, or libx265_main10 for a 10bit encoder, with the same API version as the linked libx265.
CLI ONLY

试了下
avs4x26x -L x265-16bit-lite --input-depth 16 -D 8 -o output.mkv 03.avs
avs [info]: AviSynth 2.60RC3 (ICL10)
avs [info]: Video colorspace: YV12
avs [info]: Video resolution: 3840x1080
avs [info]: Video framerate: 24000/1001
avs [info]: Video framecount: 34098
avs4x26x [info]: High bit depth detected, resolution corrected
avs4x26x [info]: "x265-16bit-lite" - --input-depth 16 -D 8 -o output.mkv --frames 34098 --fps 24000/1001 --input-res 19
20x1080 --input-csp i420
x265 [warning]: falling back to default bit-depth
输出还是10bit

编译方面的东西不太懂,这条说的什么意思?
你需要把dll和exe放在同一个目录下。
原来是这样。
那可不可以把这两个动态库都做成静态库编译出一个程序,让它既能输出8bit也能输出10bit,又无需再附加动态库?
lyglay1991
帖子: 33
注册时间: 2013-01-05 18:15

Re: x265 - Yuuki变异版 (Unstable=1.7+37+XX)

压制完分辨率问题,我压好后看视频,发现分辨率在AVS/参数未设置的情况下改成960*1080了,源分辨率是1920*1080的,请问这是怎么一回事,程序版本是1.6,发现用1.7版本出现
图片
是怎么一回事,参数是
"F:\direct264&265-Full\avs4x26x.exe" --x265-binary "F:\direct264&265-Full\x265\x265-16bit-full.exe" --preset slower --crf 18.5 --tu-intra-depth 3 --tu-inter-depth 3 --rdpenalty 2 --me 3 --subme 5 --merange 25 --b-intra --no-rect --no-amp --ref 5 --weightb --keyint 720 --min-keyint 1 --bframes 10 --aq-mode 1 --aq-strength 0.9 --rd 5 --psy-rd 0.8 --psy-rdoq 10.0 --rdoq-level 1 --no-sao --no-open-gop --rc-lookahead 80 --scenecut 40 --max-merge 4 --qcomp 0.75 --no-strong-intra-smoothing --pmode --input-depth 16 --deblock -1:-1 --log-file file.log --output
另外1.7版本分辨率输出还是有问题,输出老是把分辨率改成960*1080(视频源分辨率是1920*1080),望解决
Shir1yn
帖子: 106
注册时间: 2012-03-22 19:29

Re: x265 - Yuuki变异版 (Unstable=1.7+37+XX)

lyglay1991 写了:压制完分辨率问题,我压好后看视频,发现分辨率在AVS/参数未设置的情况下改成960*1080了,源分辨率是1920*1080的,请问这是怎么一回事,程序版本是1.6,发现用1.7版本出现
图片
是怎么一回事,参数是
"F:\direct264&265-Full\avs4x26x.exe" --x265-binary "F:\direct264&265-Full\x265\x265-16bit-full.exe" --preset slower --crf 18.5 --tu-intra-depth 3 --tu-inter-depth 3 --rdpenalty 2 --me 3 --subme 5 --merange 25 --b-intra --no-rect --no-amp --ref 5 --weightb --keyint 720 --min-keyint 1 --bframes 10 --aq-mode 1 --aq-strength 0.9 --rd 5 --psy-rd 0.8 --psy-rdoq 10.0 --rdoq-level 1 --no-sao --no-open-gop --rc-lookahead 80 --scenecut 40 --max-merge 4 --qcomp 0.75 --no-strong-intra-smoothing --pmode --input-depth 16 --deblock -1:-1 --log-file file.log --output
另外1.7版本分辨率输出还是有问题,输出老是把分辨率改成960*1080(视频源分辨率是1920*1080),望解决
請將avs貼上來

估計是avs問題
lyglay1991
帖子: 33
注册时间: 2013-01-05 18:15

Re: x265 - Yuuki变异版 (Unstable=1.7+37+XX)

Shir1yn 写了:
lyglay1991 写了:压制完分辨率问题,我压好后看视频,发现分辨率在AVS/参数未设置的情况下改成960*1080了,源分辨率是1920*1080的,请问这是怎么一回事,程序版本是1.6,发现用1.7版本出现
图片
是怎么一回事,参数是
"F:\direct264&265-Full\avs4x26x.exe" --x265-binary "F:\direct264&265-Full\x265\x265-16bit-full.exe" --preset slower --crf 18.5 --tu-intra-depth 3 --tu-inter-depth 3 --rdpenalty 2 --me 3 --subme 5 --merange 25 --b-intra --no-rect --no-amp --ref 5 --weightb --keyint 720 --min-keyint 1 --bframes 10 --aq-mode 1 --aq-strength 0.9 --rd 5 --psy-rd 0.8 --psy-rdoq 10.0 --rdoq-level 1 --no-sao --no-open-gop --rc-lookahead 80 --scenecut 40 --max-merge 4 --qcomp 0.75 --no-strong-intra-smoothing --pmode --input-depth 16 --deblock -1:-1 --log-file file.log --output
另外1.7版本分辨率输出还是有问题,输出老是把分辨率改成960*1080(视频源分辨率是1920*1080),望解决
請將avs貼上來

估計是avs問題
LwLibavVideoSource("E:\迅雷下载\WARUBURE_01\BD\BDMV\STREAM\00002.m2ts")
其他什么都没有用

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