当前位置: 主页 > 视频资讯 > 参考数据资料 > MeGUI内置的x264编码预置文件参数值(4)

MeGUI内置的x264编码预置文件参数值(4)

2009-06-21   三月鸟 / suzhy 点击: 标签:x264 MeGUI 参数
  

三、"Unrestricted" 编码组

"Unrestricted" 编码组是为那些不关心硬件兼容性的人们设计的,并特别适合中高/高级播放软件使用(无 DXVA 视频卡). 这些也用于替代HQ 及 AE 预设. 1 pass ABR 不推荐.  2pass 或其它模式会得到比较好的效果。


Unrestricted 1pass ABR
program --bitrate 1000 --ref 3 --bframes 16 --b-pyramid --weightb --subme 7 --trellis 1 --partitions p8x8,b8x8,i4x4,i8x8 --8x8dct --vbv-maxrate 1500 --me umh --threads auto --thread-input --progress --no-psnr --no-ssim --output "output" "input"

Unrestricted 1pass ABR Fast
program --bitrate 1000 --bframes 16 --subme 5 --partitions none --vbv-maxrate 1500 --threads auto --thread-input --progress --no-psnr --no-ssim --output "output" "input"

Unrestricted 1pass Max‌Speed
program --qp 22 --nf --no-cabac --subme 1 --partitions none --me dia --threads auto --thread-input --aq-mode 0 --progress --no-psnr --no-ssim --output "output" "input"

Unrestricted 1pass Const. Quality Fast
program --crf 18 --ref 3 --bframes 16 --filter -1:-1 --subme 5 --partitions p8x8,b8x8,i4x4,i8x8 --8x8dct --vbv-maxrate 1500 --threads auto --thread-input --progress --no-psnr --no-ssim --output "output" "input"

Unrestricted 1pass Const. Quality Balanced
program --crf 18 --ref 3 --mixed-refs --bframes 16 --b-pyramid --weightb --filter -1:-1 --trellis 1 --partitions p8x8,b8x8,i4x4,i8x8 --8x8dct --vbv-maxrate 1500 --threads auto --thread-input --progress --no-psnr --no-ssim --output "output" "input"

Unrestricted 1pass Const. Quality Extra Q.
program --crf 18 --ref 5 --mixed-refs --bframes 3 --b-adapt 2 --b-pyramid --weightb --filter -1:-1 --subme 8 --trellis 2 --partitions p8x8,b8x8,i4x4,i8x8 --8x8dct --vbv-maxrate 1500 --me umh --threads auto --thread-input --progress --no-psnr --no-ssim --output "output" "input"

Unrestricted 1pass Const. Quality HQ
program --crf 18 --ref 5 --mixed-refs --bframes 3 --b-adapt 2 --b-pyramid --weightb --filter -1:-1 --trellis 2 --partitions p8x8,b8x8,i4x4,i8x8 --8x8dct --vbv-maxrate 1500 --me umh --threads auto --thread-input --progress --no-psnr --no-ssim --output "output" "input"

Unrestricted 1pass Const. Quality Insane
program --crf 18 --ref 16 --mixed-refs --no-fast-pskip --bframes 4 --b-adapt 2 --b-pyramid --weightb --filter -1:-1 --subme 7 --trellis 2 --partitions p8x8,b8x8,i4x4,i8x8 --8x8dct --vbv-maxrate 1500 --me tesa --merange 32 --threads auto --thread-input --progress --no-dct-decimate --no-psnr --no-ssim --output "output" "input"

Unrestricted 1pass Lossless
program --qp 0 --nf --subme 1 --partitions p8x8,b8x8,i4x4 --threads auto --thread-input --progress --no-psnr --no-ssim --output "output" "input"

Unrestricted 2pass Fast
program --pass 2 --bitrate 1000 --stats ".stats" --ref 3 --bframes 16 --weightb --direct auto --filter -1:-1 --subme 5 --partitions p8x8,b8x8,i4x4,i8x8 --8x8dct --vbv-maxrate 25000 --threads auto --thread-input --progress --no-psnr --no-ssim --output "output" "input"

Unrestricted 2pass Balanced
program --pass 2 --bitrate 1000 --stats ".stats" --ref 3 --mixed-refs --bframes 16 --b-pyramid --weightb --direct auto --filter -1:-1 --trellis 1 --partitions p8x8,b8x8,i4x4,i8x8 --8x8dct --vbv-maxrate 25000 --threads auto --thread-input --progress --no-psnr --no-ssim --output "output" "input"

Unrestricted 2pass HQ
program --pass 2 --bitrate 1000 --stats ".stats" --ref 5 --mixed-refs --bframes 3 --b-adapt 2 --b-pyramid --weightb --direct auto --filter -1:-1 --subme 7 --trellis 2 --partitions p8x8,b8x8,i4x4,i8x8 --8x8dct --vbv-maxrate 25000 --me umh --threads auto --thread-input --progress --no-psnr --no-ssim --output "output" "input"

Unrestricted 2pass Extra Quality
program --pass 2 --bitrate 1000 --stats ".stats" --ref 8 --mixed-refs --bframes 3 --b-adapt 2 --b-pyramid --weightb --direct auto --filter -1:-1 --subme 8 --trellis 2 --partitions p8x8,b8x8,i4x4,i8x8 --8x8dct --vbv-maxrate 25000 --me umh --threads auto --thread-input --progress --no-psnr --no-ssim --output "output" "input"

Unrestricted 2pass Insane
program --pass 2 --bitrate 1000 --stats ".stats" --ref 16 --mixed-refs --no-fast-pskip --bframes 4 --b-adapt 2 --b-pyramid --weightb --direct auto --filter -1:-1 --subme 9 --trellis 2 --partitions p8x8,b8x8,i4x4,i8x8 --8x8dct --vbv-maxrate 25000 --me tesa --merange 32 --threads auto --thread-input --progress --no-dct-decimate --no-psnr --no-ssim --output "output" "input"

Unrestricted 2pass Anime_Toons Fast
program --pass 2 --bitrate 1000 --stats ".stats" --ref 4 --bframes 16 --direct auto --filter 1:1 --subme 5 --partitions p8x8,b8x8,i4x4,i8x8 --8x8dct --vbv-maxrate 25000 --threads auto --thread-input --aq-mode 0 --progress --no-psnr --no-ssim --output "output" "input"

Unrestricted 2pass Anime_Toons Balanced
program --pass 2 --bitrate 1000 --stats ".stats" --ref 5 --mixed-refs --bframes 16 --b-pyramid --direct auto --filter 1:1 --trellis 1 --psy-rd 0.6:0 --partitions p8x8,b8x8,i4x4,i8x8 --8x8dct --vbv-maxrate 25000 --threads auto --thread-input --aq-mode 0 --progress --no-psnr --no-ssim --output "output" "input"

Unrestricted 2pass Anime_Toons HQ
program --pass 2 --bitrate 1000 --stats ".stats" --ref 8 --mixed-refs --bframes 16 --b-pyramid --direct auto --filter 1:1 --subme 7 --trellis 2 --psy-rd 0.6:0 --partitions p8x8,b8x8,i4x4,i8x8 --8x8dct --vbv-maxrate 25000 --me umh --threads auto --thread-input --aq-mode 0 --progress --no-psnr --no-ssim --output "output" "input"

Unrestricted 2pass Anime_Toons Extra Q.
program --pass 2 --bitrate 1000 --stats ".stats" --ref 12 --mixed-refs --bframes 16 --b-pyramid --direct auto --filter 1:1 --subme 8 --trellis 2 --psy-rd 0.6:0 --partitions p8x8,b8x8,i4x4,i8x8 --8x8dct --vbv-maxrate 25000 --me umh --threads auto --thread-input --aq-mode 0 --progress --no-psnr --no-ssim --output "output" "input"

Unrestricted 2pass Anime_Toons Insane
program --pass 2 --bitrate 1000 --stats ".stats" --ref 16 --mixed-refs --no-fast-pskip --bframes 16 --b-pyramid --direct auto --filter 1:1 --subme 9 --trellis 2 --psy-rd 0.6:0 --partitions p8x8,b8x8,i4x4,i8x8 --8x8dct --vbv-maxrate 25000 --me tesa --merange 32 --threads auto --thread-input --aq-mode 0 --progress --no-dct-decimate --no-psnr --no-ssim --output "output" "input"

Unrestricted 2pass Quick‌Time for Windows
program --pass 2 --bitrate 1000 --stats ".stats" --ref 5 --bframes 1 --b-adapt 2 --direct auto --subme 7 --trellis 2 --partitions p8x8,b8x8,i4x4 --vbv-maxrate 25000 --me umh --threads auto --thread-input --progress --no-psnr --no-ssim --output "output" "input"

备注: 如果你不知道选哪个预置或你不确定使用哪种,那就使用 DXVA HD 或SD (取决于源的分辨率: SD - 标清, HD - 高清) 或 Unrestricted 2pass HQ 及Balanced.
所有的anime/toons编码组 Psy-RDO 都不可用,只有高级去马赛克滤镜选项.

这些针对MeGUI 的预置可以移植或包含到其它的编码器或软件中。它们将运行正常,那是我假设无任何事情发生:)

顶一下
(2)
66.7%
踩一下
(1)
33.3%
精彩推荐