level 1
我这里 post 一个可以直接用 MPC-HC 或者其他任何可以挂 LS h.265 decoder 实现播放的例子吧。
编码器:MCW x265。
封装:avi mux。
MCW x265 参数:
--q 28 --keyint 28 --rect --max-merge 1 --hash 0 --no-rdo --no-rdoq --tu-intra-depth 1 --tu-inter-depth 2 --no-tskip --no-tskip-fast --no-wpp
--q 24 --keyint 28 --rect --max-merge 1 --hash 0 --no-rdo --no-rdoq --tu-intra-depth 1 --tu-inter-depth 2 --no-tskip --no-tskip-fast --no-wpp
下载链接:
网盘链接
其中 .ts 是源文件,编码的时候使用 avs2yuv 和 dgindexnv 解码输出 yuv 文件,然后交给 x265 编码。
2013年09月04日 09点09分
1
编码器:MCW x265。
封装:avi mux。
MCW x265 参数:
--q 28 --keyint 28 --rect --max-merge 1 --hash 0 --no-rdo --no-rdoq --tu-intra-depth 1 --tu-inter-depth 2 --no-tskip --no-tskip-fast --no-wpp
--q 24 --keyint 28 --rect --max-merge 1 --hash 0 --no-rdo --no-rdoq --tu-intra-depth 1 --tu-inter-depth 2 --no-tskip --no-tskip-fast --no-wpp
下载链接:
网盘链接
其中 .ts 是源文件,编码的时候使用 avs2yuv 和 dgindexnv 解码输出 yuv 文件,然后交给 x265 编码。