【UVD】AVIVO Ver.5【UVA】

このエントリーをはてなブックマークに追加
568551
で、x264の設定がわからない方がいらっしゃるみたいなので
MeGUIにDXVA対応とうたった設定があったのでそれを元に多少手直しした設定を貼っておきます
うちのデフォ設定は全然違いますけどこれでもUVDは問題なく効きます。たたき台の参考にどうぞ
注意はx264のRev721以上を使用する事
理由はこのRevからリファレンスフレームの扱いがかわったからです

DXVA-SD-HQ 改(1280x720未満)
--pass 2 --bitrate 1000 --stats ".stats" --level 3.1 --ref 5 --mixed-refs --bframes 3 --b-rdo --bime
--weightb --direct auto --filter -2,-1 --subme 6 --trellis 1 --partitions p8x8,b8x8,i4x4,i8x8 --8x8dct
--vbv-bufsize 3600 --vbv-maxrate 17500 --me umh --threads auto --thread-input --progress
--no-psnr --no-ssim --output "output" "input"

DXVA-SD-Fast 改(1280x720未満)
--pass 2 --bitrate 1000 --stats ".stats" --level 3.1 --ref 2 --mixed-refs --bframes 3 --weightb
--direct auto --filter -2,-1 --no-chroma-me --trellis 1 --partitions p8x8,b8x8,i4x4,i8x8 --8x8dct
--vbv-bufsize 3600 --vbv-maxrate 17500 --merange 12 --threads auto --thread-input --progress
--no-psnr --no-ssim --output "output" "input"

DXVA-HD-HQ 改(1280x720以上)
--pass 2 --bitrate 1000 --stats ".stats" --level 4.1 --ref 4 --mixed-refs --bframes 3 --b-rdo --bime
--weightb --direct auto --filter -2,-1 --subme 6 --trellis 1 --partitions p8x8,b8x8,i4x4,i8x8 --8x8dct
--vbv-bufsize 8192 --vbv-maxrate 40000 --me umh --threads auto --thread-input --progress --no-psnr
--no-ssim --output "output" "input"

DXVA-HD-Fast 改(1280x720以上)
--pass 2 --bitrate 1000 --stats ".stats" --level 4.1 --ref 2 --mixed-refs --bframes 3 --weightb
--direct auto --filter -2,-1 --trellis 1 --partitions p8x8,b8x8,i4x4,i8x8 --8x8dct --vbv-bufsize 8192
--vbv-maxrate 40000 --merange 12 --threads auto --thread-input --progress --no-psnr --no-ssim
--output "output" "input"

長々と失礼いたしました