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

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

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

三、"Standalone" 编码组

"Standalone" 编码组主要用于独立的播放器及设备。

Standalone-AppleTV
program --pass 2 --bitrate 700 --stats ".stats" --level 3.1 --bframes 3 --b-adapt 2 --weightb --direct none --no-cabac --subme 7 --partitions p8x8,b8x8,i4x4 --qpmin 16 --vbv-bufsize 5000 --vbv-maxrate 12000 --me umh --merange 12 --threads auto --thread-input --progress --no-psnr --no-ssim --output "output" "input"

Standalone-AVC-HD
program --pass 2 --bitrate 8000 --stats ".stats" --level 4.1 --keyint 24 --min-keyint 2 --ref 3 --mixed-refs --bframes 3 --b-adapt 2 --weightb --direct auto --subme 7 --trellis 1 --partitions p8x8,b8x8,i4x4,i8x8 --8x8dct --ipratio 1.1 --pbratio 1.1 --vbv-bufsize 16500 --vbv-maxrate 16500 --qcomp 0.5 --me umh --threads auto --thread-input --progress --no-psnr --no-ssim --output "output" "input" --mvrange 511 --aud --nal-hrd --sar 1:1

Standalone-PS3-Xbox360
program --pass 2 --bitrate 1000 --stats ".stats" --level 4.1 --ref 3 --mixed-refs --bframes 3 --b-adapt 2 --weightb --direct auto --subme 7 --trellis 2 --partitions p8x8,b8x8,i4x4,i8x8 --8x8dct --ipratio 1.1 --pbratio 1.1 --vbv-bufsize 24000 --vbv-maxrate 24000 --qcomp 0.5 --me umh --merange 12 --threads auto --thread-input --progress --no-psnr --no-ssim --output "output" "input"

Standalone-PS3-Xbox360_Fast
program --pass 2 --bitrate 1000 --stats ".stats" --level 4.1 --bframes 3 --weightb --direct auto --subme 5 --partitions p8x8,b8x8,i4x4,i8x8 --8x8dct --ipratio 1.1 --pbratio 1.1 --vbv-bufsize 24000 --vbv-maxrate 24000 --qcomp 0.5 --threads auto --thread-input --progress --no-psnr --no-ssim --output "output" "input"

Standalone-Xbox_Hi‌Res
program --pass 2 --bitrate 1000 --stats ".stats" --no-fast-pskip --bframes 2 --b-adapt 2 --direct auto --nf --no-cabac --subme 7 --partitions p8x8,b8x8,i4x4,i8x8 --8x8dct --qpmin 18 --vbv-bufsize 1500 --vbv-maxrate 1500 --qcomp 0.3 --me umh --threads auto --thread-input --progress --no-psnr --no-ssim --output "output" "input"

Standalone-Xbox_Lo‌Res
program --pass 2 --bitrate 1000 --stats ".stats" --no-fast-pskip --bframes 3 --b-adapt 2 --b-pyramid --weightb --direct auto --subme 7 --trellis 2 --partitions all --8x8dct --qpmin 18 --vbv-bufsize 1500 --vbv-maxrate 1500 --qcomp 0.3 --me umh --threads auto --thread-input --progress --no-psnr --no-ssim --output "output" "input"

Standalone-Blu-ray
program --pass 2 --bitrate 8000 --stats ".stats" --level 4.1 --keyint 24 --min-keyint 2 --ref 3 --mixed-refs --bframes 3 --b-adapt 2 --weightb --direct auto --filter -1:-1 --subme 7 --trellis 2 --partitions p8x8,b8x8,i4x4,i8x8 --8x8dct --ipratio 1.1 --pbratio 1.1 --vbv-bufsize 40000 --vbv-maxrate 40000 --qcomp 0.5 --me umh --threads auto --thread-input --progress --no-psnr --no-ssim --output "output" "input" --mvrange 511 --aud --nal-hrd --sar 1:1

Standalone-Blu-ray_Fast
program --pass 2 --bitrate 8000 --stats ".stats" --level 4.1 --keyint 24 --min-keyint 2 --ref 3 --mixed-refs --bframes 3 --weightb --direct auto --filter -1:-1 --subme 5 --partitions p8x8,b8x8,i4x4,i8x8 --8x8dct --ipratio 1.1 --pbratio 1.1 --vbv-bufsize 40000 --vbv-maxrate 40000 --qcomp 0.5 --merange 12 --threads auto --thread-input --progress --no-psnr --no-ssim --output "output" "input" --mvrange 511 --aud --nal-hrd --sar 1:1

Standalone-HD-DVD
program --pass 2 --bitrate 8000 --stats ".stats" --level 4.1 --keyint 14 --min-keyint 2 --ref 3 --mixed-refs --bframes 2 --b-adapt 2 --weightb --direct auto --filter -1:-1 --subme 7 --trellis 2 --partitions p8x8,b8x8,i4x4,i8x8 --8x8dct --ipratio 1.1 --pbratio 1.1 --vbv-bufsize 14475 --vbv-maxrate 24000 --qcomp 0.5 --me umh --threads auto --thread-input --progress --no-psnr --no-ssim --output "output" "input" --mvrange 511 --aud --nal-hrd

Standalone-HD-DVD_Fast
program --pass 2 --bitrate 8000 --stats ".stats" --level 4.1 --keyint 14 --min-keyint 2 --ref 2 --mixed-refs --bframes 2 --weightb --direct auto --filter -1:-1 --subme 5 --partitions p8x8,b8x8,i4x4,i8x8 --8x8dct --ipratio 1.1 --pbratio 1.1 --vbv-bufsize 14475 --vbv-maxrate 24000 --qcomp 0.5 --merange 12 --threads auto --thread-input --progress --no-psnr --no-ssim --output "output" "input" --mvrange 511 --aud --nal-hrd

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