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

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

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

DXVA编码组#e#

以下是新的MeGUI x264 预设列表, 将用于替换老的内容,因此,导入前要先删除全部老的内容:

一、“DXVA” 编码组

"DXVA" 编码组可以确保有好的 DXVA 硬件兼容性和好的压缩比及压缩品质. 带'FAST' 标签的一贯表示比较快,但压缩比及压缩品质有点下降 (此类标签在其它的预设组中也是相同的意思). 上面的预置用于替换老的 HQ 和 AE 。 SD 和 HD 标签表示是针对标清SD和高清HD编码的. 快速预置使用固定品质及最低设置。

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

DXVA-HD-Anime_Toons HQ
program --pass 2 --bitrate 1000 --stats ".stats" --level 4.1 --ref 4 --mixed-refs --bframes 3 --b-adapt 2 --direct auto --filter 1:1 --subme 7 --trellis 1 --psy-rd 0.6:0 --partitions p8x8,b8x8,i4x4,i8x8 --8x8dct --vbv-bufsize 50000 --vbv-maxrate 50000 --me umh --threads auto --thread-input --aq-mode 0 --progress --no-psnr --no-ssim --output "output" "input"

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

DXVA-HD-Balanced
program --pass 2 --bitrate 1000 --stats ".stats" --level 4.1 --ref 3 --mixed-refs --bframes 3 --weightb --direct auto --filter -1:-1 --trellis 1 --partitions p8x8,b8x8,i4x4,i8x8 --8x8dct --vbv-bufsize 50000 --vbv-maxrate 50000 --threads auto --thread-input --progress --no-psnr --no-ssim --output "output" "input"

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

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

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

DXVA-SD-Anime_Toons Fast
program --pass 2 --bitrate 1000 --stats ".stats" --level 3.1 --ref 4 --bframes 3 --direct auto --filter 1:1 --subme 5 --partitions p8x8,b8x8,i4x4,i8x8 --8x8dct --vbv-bufsize 14000 --vbv-maxrate 17500 --threads auto --thread-input --aq-mode 0 --progress --no-psnr --no-ssim --output "output" "input"

DXVA-SD-Anime_Toons HQ
program --pass 2 --bitrate 1000 --stats ".stats" --level 3.1 --ref 8 --mixed-refs --bframes 3 --b-adapt 2 --direct auto --filter 1:1 --subme 7 --trellis 2 --psy-rd 0.6:0 --partitions p8x8,b8x8,i4x4,i8x8 --8x8dct --vbv-bufsize 14000 --vbv-maxrate 17500 --me umh --threads auto --thread-input --aq-mode 0 --progress --no-psnr --no-ssim --output "output" "input"

DXVA-SD-Fast
program --pass 2 --bitrate 1000 --stats ".stats" --level 3.1 --ref 2 --bframes 3 --weightb --direct auto --filter -1:-1 --subme 5 --partitions p8x8,b8x8,i4x4,i8x8 --8x8dct --vbv-bufsize 14000 --vbv-maxrate 17500 --threads auto --thread-input --progress --no-psnr --no-ssim --output "output" "input"

DXVA-SD-Balanced
program --pass 2 --bitrate 1000 --stats ".stats" --level 3.1 --ref 3 --mixed-refs --bframes 3 --weightb --direct auto --filter -1:-1 --trellis 1 --partitions p8x8,b8x8,i4x4,i8x8 --8x8dct --vbv-bufsize 14000 --vbv-maxrate 17500 --threads auto --thread-input --progress --no-psnr --no-ssim --output "output" "input"

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

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

DXVA-SD-Insane
program --pass 2 --bitrate 1000 --stats ".stats" --level 3.1 --ref 8 --mixed-refs --no-fast-pskip --bframes 3 --b-adapt 2 --weightb --direct auto --filter -1:-1 --subme 9 --trellis 2 --partitions p8x8,b8x8,i4x4,i8x8 --8x8dct --vbv-bufsize 14000 --vbv-maxrate 17500 --me tesa --merange 32 --threads auto --thread-input --progress --no-dct-decimate --no-psnr --no-ssim --output "output" "input"

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