Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Complete Compatible x264 Settings
- ---------------------------------
- ----------------------------------------------------------------------------------------------------------------------------------------------------
- US fields vs frames
- p24 ~ 23.976 fps (progressive) = 23.976 fields/second
- p25 = 25.000 fps (progressive) = 25.000 fields/second
- p30 ~ 29.970 fps (progressive) = 29.970 fields/second
- p50 = 50.000 fps (progressive) = 50.000 fields/second
- p60 ~ 59.940 fps (progressive) = 59.940 fields/second
- i50 = 25.000 fps (interlace) = 50.000 fields/second
- i60 ~ 29.970 fps (interlace) = 59.940 fields/second
- European Equivalent
- EUR 1080i/25 (frames) = USA 1080i50 (fields)
- EUR 1080i/30 (frames) = USA 1080i60 (fields)
- EUR 576i/25 (frames) = USA 576i50 (fields)
- EUR 480i/30 (frames) = USA 480i60 (fields)
- !!! only encode to interlace if the device that your going to be playing back on MUST have and interlaced file !!!
- --------------------------------------------------------------------------
- Standard Resolutions
- --------------------
- 1080p/i 16:9 = 1920x1080
- 1080p/i 4:3 = 1440x1080
- 720p 16:9 = 1280x720
- 720p 4:3 = 960x720
- 576p/i 16:9 = 720x576 * sar 16:11 = 1024x576
- 576p/i 4:3 = 720x576 * sar 12:11 = 768x576
- 480p/i 16:9 = 720x480 * sar 41:33 ~ 853.3x480
- 480p/i 4:3 = 720x480 * sar 10:11 = 640x480
- *note: sar values on anamorphic resolutions not to ITU spec
- --------------------------------------------------------------------------
- --------------------------
- | Blu-ray / AVCHD Profiles |
- --------------------------
- -Secondary Video Streams must have the same fps as the Primary but may have differing fields/second
- -interlace is not available for 1280x720 but you can do 60 and 50 fps progressive which is much better anyway
- -never use Primary for 576p/480p unless you are encoding the Primary Video Stream for the main feature in SD for a BD which is highly unlikely
- -unless encoding for a BD use the AVCHD for 1080/720 and Secondary for 576/480 if you need BD compatibility as more devices will support it and the excessive bitrate is unneeded
- -change crf and threads as needed for your pc (threads should be the same number of threads your cpu has if you want to use your pc during encoding, if you dont need to use your pc AT ALL while encoding set threads to 1.5x the number of threads your cpu has)
- 1080p24 16:9 Blu-ray
- C:\TEMP\VID-PGM\x264\x264.exe --demuxer avs --input-res 1920x1080 --fps 24000/1001 --profile high --level 4.1 --bluray-compat --preset placebo --crf 22 --thread-input --threads 8 --deblock 0:0 --keyint 240 --min-keyint 24 --open-gop --bframes 3 --ref 4 --slices 4 --vbv-maxrate 40000 --vbv-bufsize 30000 --qcomp 0.75 --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --aud --nal-hrd vbr --pic-struct --colorprim "bt709" --transfer "bt709" --colormatrix "bt709" --sar 1:1 --output "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.264" "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.avs" 2>"R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.264.log"
- 1080p25 16:9 Blu-ray
- C:\TEMP\VID-PGM\x264\x264.exe --demuxer avs --input-res 1920x1080 --fps 25000/1000 --profile high --level 4.1 --bluray-compat --preset placebo --crf 22 --thread-input --threads 8 --deblock 0:0 --keyint 250 --min-keyint 25 --open-gop --bframes 3 --ref 4 --slices 4 --vbv-maxrate 40000 --vbv-bufsize 30000 --qcomp 0.75 --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --aud --nal-hrd vbr --pic-struct --fake-interlaced --colorprim "bt709" --transfer "bt709" --colormatrix "bt709" --sar 1:1 --output "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.264" "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.avs" 2>"R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.264.log"
- 1080p30 16:9 Blu-ray
- C:\TEMP\VID-PGM\x264\x264.exe --demuxer avs --input-res 1920x1080 --fps 30000/1001 --profile high --level 4.1 --bluray-compat --preset placebo --crf 22 --thread-input --threads 8 --deblock 0:0 --keyint 300 --min-keyint 30 --open-gop --bframes 3 --ref 4 --slices 4 --vbv-maxrate 40000 --vbv-bufsize 30000 --qcomp 0.75 --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --aud --nal-hrd vbr --pic-struct --fake-interlaced --colorprim "bt709" --transfer "bt709" --colormatrix "bt709" --sar 1:1 --output "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.264" "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.avs" 2>"R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.264.log"
- 1080i50 16:9 Blu-ray
- C:\TEMP\VID-PGM\x264\x264.exe --demuxer avs --input-res 1920x1080 --fps 25000/1000 --profile high --level 4.1 --bluray-compat --preset placebo --crf 22 --thread-input --threads 8 --deblock 0:0 --keyint 250 --min-keyint 25 --open-gop --bframes 3 --ref 4 --slices 4 --vbv-maxrate 40000 --vbv-bufsize 30000 --qcomp 0.75 --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --aud --nal-hrd vbr --pic-struct --tff --colorprim "bt709" --transfer "bt709" --colormatrix "bt709" --sar 1:1 --output "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.264" "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.avs" 2>"R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.264.log"
- 1080i60 16:9 Blu-ray
- C:\TEMP\VID-PGM\x264\x264.exe --demuxer avs --input-res 1920x1080 --fps 30000/1001 --profile high --level 4.1 --bluray-compat --preset placebo --crf 22 --thread-input --threads 8 --deblock 0:0 --keyint 300 --min-keyint 30 --open-gop --bframes 3 --ref 4 --slices 4 --vbv-maxrate 40000 --vbv-bufsize 30000 --qcomp 0.75 --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --aud --nal-hrd vbr --pic-struct --tff --colorprim "bt709" --transfer "bt709" --colormatrix "bt709" --sar 1:1 --output "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.264" "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.avs" 2>"R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.264.log"
- ~1080p24 4:3 Blu-ray
- ~C:\TEMP\VID-PGM\x264\x264.exe --demuxer avs --input-res 1440x1080 --fps 24000/1001 --profile high --level 4.1 --bluray-compat --preset placebo --crf 22 --thread-input --threads 8 --deblock 0:0 --keyint 240 --min-keyint 24 --open-gop --bframes 3 --ref 4 --slices 4 --vbv-maxrate 40000 --vbv-bufsize 30000 --qcomp 0.75 --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --aud --nal-hrd vbr --pic-struct --colorprim "bt709" --transfer "bt709" --colormatrix "bt709" --sar 4:3 --output "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.264" "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.avs" 2>"R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.264.log"
- 1080p24 16:9 AVCHD
- C:\TEMP\VID-PGM\x264\x264.exe --demuxer avs --input-res 1920x1080 --fps 24000/1001 --profile high --level 4.1 --bluray-compat --preset placebo --crf 22 --thread-input --threads 8 --deblock 0:0 --keyint 240 --min-keyint 24 --open-gop --bframes 3 --ref 4 --slices 4 --vbv-maxrate 15000 --vbv-bufsize 15000 --qcomp 0.75 --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --aud --nal-hrd vbr --pic-struct --colorprim "bt709" --transfer "bt709" --colormatrix "bt709" --sar 1:1 --output "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.264" "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.avs" 2>"R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.264.log"
- 1080p25 16:9 AVCHD
- C:\TEMP\VID-PGM\x264\x264.exe --demuxer avs --input-res 1920x1080 --fps 25000/1000 --profile high --level 4.1 --bluray-compat --preset placebo --crf 22 --thread-input --threads 8 --deblock 0:0 --keyint 250 --min-keyint 25 --open-gop --bframes 3 --ref 4 --slices 4 --vbv-maxrate 15000 --vbv-bufsize 15000 --qcomp 0.75 --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --aud --nal-hrd vbr --pic-struct --fake-interlaced --colorprim "bt709" --transfer "bt709" --colormatrix "bt709" --sar 1:1 --output "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.264" "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.avs" 2>"R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.264.log"
- 1080p30 16:9 AVCHD
- C:\TEMP\VID-PGM\x264\x264.exe --demuxer avs --input-res 1920x1080 --fps 30000/1001 --profile high --level 4.1 --bluray-compat --preset placebo --crf 22 --thread-input --threads 8 --deblock 0:0 --keyint 300 --min-keyint 30 --open-gop --bframes 3 --ref 4 --slices 4 --vbv-maxrate 15000 --vbv-bufsize 15000 --qcomp 0.75 --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --aud --nal-hrd vbr --pic-struct --fake-interlaced --colorprim "bt709" --transfer "bt709" --colormatrix "bt709" --sar 1:1 --output "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.264" "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.avs" 2>"R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.264.log"
- 1080i50 16:9 AVCHD
- C:\TEMP\VID-PGM\x264\x264.exe --demuxer avs --input-res 1920x1080 --fps 25000/1000 --profile high --level 4.1 --bluray-compat --preset placebo --crf 22 --thread-input --threads 8 --deblock 0:0 --keyint 250 --min-keyint 25 --open-gop --bframes 3 --ref 4 --slices 4 --vbv-maxrate 15000 --vbv-bufsize 15000 --qcomp 0.75 --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --aud --nal-hrd vbr --pic-struct --tff --colorprim "bt709" --transfer "bt709" --colormatrix "bt709" --sar 1:1 --output "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.264" "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.avs" 2>"R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.264.log"
- 1080i60 16:9 AVCHD
- C:\TEMP\VID-PGM\x264\x264.exe --demuxer avs --input-res 1920x1080 --fps 30000/1001 --profile high --level 4.1 --bluray-compat --preset placebo --crf 22 --thread-input --threads 8 --deblock 0:0 --keyint 300 --min-keyint 30 --open-gop --bframes 3 --ref 4 --slices 4 --vbv-maxrate 15000 --vbv-bufsize 15000 --qcomp 0.75 --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --aud --nal-hrd vbr --pic-struct --tff --colorprim "bt709" --transfer "bt709" --colormatrix "bt709" --sar 1:1 --output "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.264" "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.avs" 2>"R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.264.log"
- 720p24 16:9 Blu-ray
- C:\TEMP\VID-PGM\x264\x264.exe --demuxer avs --input-res 1280x720 --fps 24000/1001 --profile high --level 4.1 --bluray-compat --preset placebo --crf 22 --thread-input --threads 8 --deblock 0:0 --keyint 240 --min-keyint 24 --open-gop --bframes 3 --ref 6 --slices 4 --vbv-maxrate 40000 --vbv-bufsize 30000 --qcomp 0.75 --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --aud --nal-hrd vbr --pic-struct --colorprim "bt709" --transfer "bt709" --colormatrix "bt709" --sar 1:1 --vbv-bufsize 40000 --vbv-maxrate 30000 --output "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.264" "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.avs" 2>"R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.264.log"
- 720p25 16:9 Blu-ray
- C:\TEMP\VID-PGM\x264\x264.exe --demuxer avs --input-res 1280x720 --fps 25000/1000 --profile high --level 4.1 --bluray-compat --preset placebo --crf 22 --thread-input --threads 8 --deblock 0:0 --keyint 250 --min-keyint 25 --open-gop --bframes 3 --ref 6 --slices 4 --vbv-maxrate 40000 --vbv-bufsize 30000 --qcomp 0.75 --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --aud --nal-hrd vbr --pic-struct --pulldown double --colorprim "bt709" --transfer "bt709" --colormatrix "bt709" --sar 1:1 --output "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.264" "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.avs" 2>"R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.264.log"
- 720p30 16:9 Blu-ray
- C:\TEMP\VID-PGM\x264\x264.exe --demuxer avs --input-res 1280x720 --fps 30000/1001 --profile high --level 4.1 --bluray-compat --preset placebo --crf 22 --thread-input --threads 8 --deblock 0:0 --keyint 300 --min-keyint 30 --open-gop --bframes 3 --ref 6 --slices 4 --vbv-maxrate 40000 --vbv-bufsize 30000 --qcomp 0.75 --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --aud --nal-hrd vbr --pic-struct --pulldown double --colorprim "bt709" --transfer "bt709" --colormatrix "bt709" --sar 1:1 --output "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.264" "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.avs" 2>"R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.264.log"
- 720p50 16:9 Blu-ray
- C:\TEMP\VID-PGM\x264\x264.exe --demuxer avs --input-res 1280x720 --fps 50000/1000 --profile high --level 4.1 --bluray-compat --preset placebo --crf 22 --thread-input --threads 8 --deblock 0:0 --keyint 500 --min-keyint 50 --open-gop --bframes 3 --ref 6 --slices 4 --vbv-maxrate 40000 --vbv-bufsize 30000 --qcomp 0.75 --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --aud --nal-hrd vbr --pic-struct --colorprim "bt709" --transfer "bt709" --colormatrix "bt709" --sar 1:1 --output "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.264" "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.avs" 2>"R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.264.log"
- 720p60 16:9 Blu-ray
- C:\TEMP\VID-PGM\x264\x264.exe --demuxer avs --input-res 1280x720 --fps 60000/1001 --profile high --level 4.1 --bluray-compat --preset placebo --crf 22 --thread-input --threads 8 --deblock 0:0 --keyint 600 --min-keyint 60 --open-gop --bframes 3 --ref 6 --slices 4 --vbv-maxrate 40000 --vbv-bufsize 30000 --qcomp 0.75 --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --aud --nal-hrd vbr --pic-struct --colorprim "bt709" --transfer "bt709" --colormatrix "bt709" --sar 1:1 --output "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.264" "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.avs" 2>"R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.264.log"
- 720p24 16:9 AVCHD
- C:\TEMP\VID-PGM\x264\x264.exe --demuxer avs --input-res 1280x720 --fps 24000/1001 --profile high --level 4.1 --bluray-compat --preset placebo --crf 22 --thread-input --threads 8 --deblock 0:0 --keyint 240 --min-keyint 24 --open-gop --bframes 3 --ref 6 --slices 4 --vbv-maxrate 15000 --vbv-bufsize 15000 --qcomp 0.75 --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --aud --nal-hrd vbr --pic-struct --colorprim "bt709" --transfer "bt709" --colormatrix "bt709" --sar 1:1 --output "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.264" "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.avs" 2>"R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.264.log"
- 720p25 16:9 AVCHD
- C:\TEMP\VID-PGM\x264\x264.exe --demuxer avs --input-res 1280x720 --fps 25000/1000 --profile high --level 4.1 --bluray-compat --preset placebo --crf 22 --thread-input --threads 8 --deblock 0:0 --keyint 250 --min-keyint 25 --open-gop --bframes 3 --ref 6 --slices 4 --vbv-maxrate 15000 --vbv-bufsize 15000 --qcomp 0.75 --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --aud --nal-hrd vbr --pic-struct --pulldown double --colorprim "bt709" --transfer "bt709" --colormatrix "bt709" --sar 1:1 --output "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.264" "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.avs" 2>"R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.264.log"
- 720p30 16:9 AVCHD
- C:\TEMP\VID-PGM\x264\x264.exe --demuxer avs --input-res 1280x720 --fps 30000/1001 --profile high --level 4.1 --bluray-compat --preset placebo --crf 22 --thread-input --threads 8 --deblock 0:0 --keyint 300 --min-keyint 30 --open-gop --bframes 3 --ref 6 --slices 4 --vbv-maxrate 15000 --vbv-bufsize 15000 --qcomp 0.75 --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --aud --nal-hrd vbr --pic-struct --pulldown double --colorprim "bt709" --transfer "bt709" --colormatrix "bt709" --sar 1:1 --output "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.264" "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.avs" 2>"R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.264.log"
- 720p50 16:9 AVCHD
- C:\TEMP\VID-PGM\x264\x264.exe --demuxer avs --input-res 1280x720 --fps 50000/1000 --profile high --level 4.1 --bluray-compat --preset placebo --crf 22 --thread-input --threads 8 --deblock 0:0 --keyint 500 --min-keyint 50 --open-gop --bframes 3 --ref 6 --slices 4 --vbv-maxrate 15000 --vbv-bufsize 15000 --qcomp 0.75 --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --aud --nal-hrd vbr --pic-struct --colorprim "bt709" --transfer "bt709" --colormatrix "bt709" --sar 1:1 --output "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.264" "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.avs" 2>"R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.264.log"
- 720p60 16:9 AVCHD
- C:\TEMP\VID-PGM\x264\x264.exe --demuxer avs --input-res 1280x720 --fps 60000/1001 --profile high --level 4.1 --bluray-compat --preset placebo --crf 22 --thread-input --threads 8 --deblock 0:0 --keyint 600 --min-keyint 60 --open-gop --bframes 3 --ref 6 --slices 4 --vbv-maxrate 15000 --vbv-bufsize 15000 --qcomp 0.75 --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --aud --nal-hrd vbr --pic-struct --colorprim "bt709" --transfer "bt709" --colormatrix "bt709" --sar 1:1 --output "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.264" "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.avs" 2>"R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.264.log"
- 576p25 16:9 [Primary]
- C:\TEMP\VID-PGM\x264\x264.exe --demuxer avs --input-res 720x576 --fps 25000/1000 --profile high --level 4.1 --bluray-compat --preset placebo --crf 22 --thread-input --threads 8 --deblock 0:0 --keyint 250 --min-keyint 25 --open-gop --bframes 3 --ref 6 --slices 4 --vbv-maxrate 40000 --vbv-bufsize 30000 --qcomp 0.75 --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --aud --nal-hrd vbr --pic-struct --fake-interlaced --colorprim "bt470bg" --transfer "bt470bg" --colormatrix "bt470bg" --sar 16:11 --output "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.264" "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.avs" 2>"R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.264.log"
- 576i50 16:9 [Primary]
- C:\TEMP\VID-PGM\x264\x264.exe --demuxer avs --input-res 720x576 --fps 25000/1000 --profile high --level 4.1 --bluray-compat --preset placebo --crf 22 --thread-input --threads 8 --deblock 0:0 --keyint 250 --min-keyint 25 --open-gop --bframes 3 --ref 6 --slices 4 --vbv-maxrate 40000 --vbv-bufsize 30000 --qcomp 0.75 --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --aud --nal-hrd vbr --pic-struct --tff --colorprim "bt470bg" --transfer "bt470bg" --colormatrix "bt470bg" --sar 16:11 --output "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.264" "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.avs" 2>"R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.264.log"
- 576p25 4:3 [Primary]
- C:\TEMP\VID-PGM\x264\x264.exe --demuxer avs --input-res 720x576 --fps 25000/1000 --profile high --level 4.1 --bluray-compat --preset placebo --crf 22 --thread-input --threads 8 --deblock 0:0 --keyint 250 --min-keyint 25 --open-gop --bframes 3 --ref 6 --slices 4 --vbv-maxrate 40000 --vbv-bufsize 30000 --qcomp 0.75 --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --aud --nal-hrd vbr --pic-struct --fake-interlaced --colorprim "bt470bg" --transfer "bt470bg" --colormatrix "bt470bg" --sar 12:11 --output "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.264" "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.avs" 2>"R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.264.log"
- 576i50 4:3 [Primary]
- C:\TEMP\VID-PGM\x264\x264.exe --demuxer avs --input-res 720x576 --fps 25000/1000 --profile high --level 4.1 --bluray-compat --preset placebo --crf 22 --thread-input --threads 8 --deblock 0:0 --keyint 250 --min-keyint 25 --open-gop --bframes 3 --ref 6 --slices 4 --vbv-maxrate 40000 --vbv-bufsize 30000 --qcomp 0.75 --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --aud --nal-hrd vbr --pic-struct --tff --colorprim "bt470bg" --transfer "bt470bg" --colormatrix "bt470bg" --sar 12:11 --output "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.264" "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.avs" 2>"R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.264.log"
- 576p25 16:9 [Secondary]
- C:\TEMP\VID-PGM\x264\x264.exe --demuxer avs --input-res 720x576 --fps 25000/1000 --profile main --level 3.2 --bluray-compat --preset placebo --crf 22 --thread-input --threads 8 --deblock 0:0 --keyint 250 --min-keyint 25 --open-gop --bframes 3 --ref 5 --slices 1 --vbv-maxrate 8000 --vbv-bufsize 8000 --qcomp 0.75 --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --aud --nal-hrd vbr --pic-struct --colorprim "bt470bg" --transfer "bt470bg" --colormatrix "bt470bg" --sar 16:11 --output "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.264" "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.avs" 2>"R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.264.log"
- 576i50 16:9 [Secondary]
- C:\TEMP\VID-PGM\x264\x264.exe --demuxer avs --input-res 720x576 --fps 25000/1000 --profile main --level 3.2 --bluray-compat --preset placebo --crf 22 --thread-input --threads 8 --deblock 0:0 --keyint 250 --min-keyint 25 --open-gop --bframes 3 --ref 5 --slices 1 --vbv-maxrate 8000 --vbv-bufsize 8000 --qcomp 0.75 --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --aud --nal-hrd vbr --pic-struct --tff --colorprim "bt470bg" --transfer "bt470bg" --colormatrix "bt470bg" --sar 16:11 --output "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.264" "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.avs" 2>"R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.264.log"
- 576p25 4:3 [Secondary]
- C:\TEMP\VID-PGM\x264\x264.exe --demuxer avs --input-res 720x576 --fps 25000/1000 --profile main --level 3.2 --bluray-compat --preset placebo --crf 22 --thread-input --threads 8 --deblock 0:0 --keyint 250 --min-keyint 25 --open-gop --bframes 3 --ref 5 --slices 1 --vbv-maxrate 8000 --vbv-bufsize 8000 --qcomp 0.75 --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --aud --nal-hrd vbr --pic-struct --colorprim "bt470bg" --transfer "bt470bg" --colormatrix "bt470bg" --sar 12:11 --output "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.264" "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.avs" 2>"R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.264.log"
- 576i50 4:3 [Secondary]
- C:\TEMP\VID-PGM\x264\x264.exe --demuxer avs --input-res 720x576 --fps 25000/1000 --profile main --level 3.2 --bluray-compat --preset placebo --crf 22 --thread-input --threads 8 --deblock 0:0 --keyint 250 --min-keyint 25 --open-gop --bframes 3 --ref 5 --slices 1 --vbv-maxrate 8000 --vbv-bufsize 8000 --qcomp 0.75 --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --aud --nal-hrd vbr --pic-struct --tff --colorprim "bt470bg" --transfer "bt470bg" --colormatrix "bt470bg" --sar 12:11 --output "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.264" "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.avs" 2>"R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.264.log"
- 480p24 16:9 [Primary]
- C:\TEMP\VID-PGM\x264\x264.exe --demuxer avs --input-res 720x480 --fps 24000/1001 --profile high --level 4.1 --bluray-compat --preset placebo --crf 22 --thread-input --threads 8 --deblock 0:0 --keyint 240 --min-keyint 24 --open-gop --bframes 3 --ref 6 --slices 4 --vbv-maxrate 40000 --vbv-bufsize 30000 --qcomp 0.75 --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --aud --nal-hrd vbr --pic-struct --pulldown 32 --fake-interlaced --colorprim "smpte170m" --transfer "smpte170m" --colormatrix "smpte170m" --sar 40:33 --output "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.264" "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.avs" 2>"R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.264.log"
- 480p30 16:9 [Primary]
- C:\TEMP\VID-PGM\x264\x264.exe --demuxer avs --input-res 720x480 --fps 30000/1001 --profile high --level 4.1 --bluray-compat --preset placebo --crf 22 --thread-input --threads 8 --deblock 0:0 --keyint 300 --min-keyint 30 --open-gop --bframes 3 --ref 6 --slices 4 --vbv-maxrate 40000 --vbv-bufsize 30000 --qcomp 0.75 --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --aud --nal-hrd vbr --pic-struct --fake-interlaced --colorprim "smpte170m" --transfer "smpte170m" --colormatrix "smpte170m" --sar 40:33 --output "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.264" "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.avs" 2>"R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.264.log"
- 480i60 16:9 [Primary]
- C:\TEMP\VID-PGM\x264\x264.exe --demuxer avs --input-res 720x480 --fps 30000/1001 --profile high --level 4.1 --bluray-compat --preset placebo --crf 22 --thread-input --threads 8 --deblock 0:0 --keyint 300 --min-keyint 30 --open-gop --bframes 3 --ref 6 --slices 4 --vbv-maxrate 40000 --vbv-bufsize 30000 --qcomp 0.75 --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --aud --nal-hrd vbr --pic-struct --bff --colorprim "smpte170m" --transfer "smpte170m" --colormatrix "smpte170m" --sar 40:33 --output "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.264" "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.avs" 2>"R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.264.log"
- 480p24 4:3 [Primary]
- C:\TEMP\VID-PGM\x264\x264.exe --demuxer avs --input-res 720x480 --fps 24000/1001 --profile high --level 4.1 --bluray-compat --preset placebo --crf 22 --thread-input --threads 8 --deblock 0:0 --keyint 240 --min-keyint 24 --open-gop --bframes 3 --ref 6 --slices 4 --vbv-maxrate 40000 --vbv-bufsize 30000 --qcomp 0.75 --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --aud --nal-hrd vbr --pic-struct --pulldown 32 --fake-interlaced --colorprim "smpte170m" --transfer "smpte170m" --colormatrix "smpte170m" --sar 10:11 --output "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.264" "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.avs" 2>"R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.264.log"
- 480p30 4:3 [Primary]
- C:\TEMP\VID-PGM\x264\x264.exe --demuxer avs --input-res 720x480 --fps 30000/1001 --profile high --level 4.1 --bluray-compat --preset placebo --crf 22 --thread-input --threads 8 --deblock 0:0 --keyint 300 --min-keyint 30 --open-gop --bframes 3 --ref 6 --slices 4 --vbv-maxrate 40000 --vbv-bufsize 30000 --qcomp 0.75 --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --aud --nal-hrd vbr --pic-struct --fake-interlaced --colorprim "smpte170m" --transfer "smpte170m" --colormatrix "smpte170m" --sar 10:11 --output "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.264" "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.avs" 2>"R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.264.log"
- 480i60 4:3 [Primary]
- C:\TEMP\VID-PGM\x264\x264.exe --demuxer avs --input-res 720x480 --fps 30000/1001 --profile high --level 4.1 --bluray-compat --preset placebo --crf 22 --thread-input --threads 8 --deblock 0:0 --keyint 300 --min-keyint 30 --open-gop --bframes 3 --ref 6 --slices 4 --vbv-maxrate 40000 --vbv-bufsize 30000 --qcomp 0.75 --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --aud --nal-hrd vbr --pic-struct --bff --colorprim "smpte170m" --transfer "smpte170m" --colormatrix "smpte170m" --sar 10:11 --output "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.264" "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.avs" 2>"R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.264.log"
- 480p24 16:9 [Secondary]
- C:\TEMP\VID-PGM\x264\x264.exe --demuxer avs --input-res 720x480 --fps 24000/1001 --profile main --level 3.2 --bluray-compat --preset placebo --crf 22 --thread-input --threads 8 --deblock 0:0 --keyint 240 --min-keyint 24 --open-gop --bframes 3 --ref 6 --slices 1 --vbv-maxrate 8000 --vbv-bufsize 8000 --qcomp 0.75 --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --aud --nal-hrd vbr --pic-struct --colorprim "smpte170m" --transfer "smpte170m" --colormatrix "smpte170m" --sar 40:33 --output "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.264" "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.avs" 2>"R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.264.log"
- 480p30 16:9 [Secondary]
- C:\TEMP\VID-PGM\x264\x264.exe --demuxer avs --input-res 720x480 --fps 30000/1001 --profile main --level 3.2 --bluray-compat --preset placebo --crf 22 --thread-input --threads 8 --deblock 0:0 --keyint 300 --min-keyint 30 --open-gop --bframes 3 --ref 6 --slices 1 --vbv-maxrate 8000 --vbv-bufsize 8000 --qcomp 0.75 --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --aud --nal-hrd vbr --pic-struct --colorprim "smpte170m" --transfer "smpte170m" --colormatrix "smpte170m" --sar 40:33 --output "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.264" "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.avs" 2>"R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.264.log"
- 480i60 16:9 [Secondary]
- C:\TEMP\VID-PGM\x264\x264.exe --demuxer avs --input-res 720x480 --fps 30000/1001 --profile main --level 3.2 --bluray-compat --preset placebo --crf 22 --thread-input --threads 8 --deblock 0:0 --keyint 300 --min-keyint 30 --open-gop --bframes 3 --ref 6 --slices 1 --vbv-maxrate 8000 --vbv-bufsize 8000 --qcomp 0.75 --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --aud --nal-hrd vbr --pic-struct --bff --colorprim "smpte170m" --transfer "smpte170m" --colormatrix "smpte170m" --sar 40:33 --output "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.264" "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.avs" 2>"R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.264.log"
- 480p24 4:3 [Secondary]
- C:\TEMP\VID-PGM\x264\x264.exe --demuxer avs --input-res 720x480 --fps 24000/1001 --profile main --level 3.2 --bluray-compat --preset placebo --crf 22 --thread-input --threads 8 --deblock 0:0 --keyint 240 --min-keyint 24 --open-gop --bframes 3 --ref 6 --slices 1 --vbv-maxrate 8000 --vbv-bufsize 8000 --qcomp 0.75 --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --aud --nal-hrd vbr --pic-struct --colorprim "smpte170m" --transfer "smpte170m" --colormatrix "smpte170m" --sar 10:11 --output "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.264" "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.avs" 2>"R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.264.log"
- 480p30 4:3 [Secondary]
- C:\TEMP\VID-PGM\x264\x264.exe --demuxer avs --input-res 720x480 --fps 30000/1001 --profile main --level 3.2 --bluray-compat --preset placebo --crf 22 --thread-input --threads 8 --deblock 0:0 --keyint 300 --min-keyint 30 --open-gop --bframes 3 --ref 6 --slices 1 --vbv-maxrate 8000 --vbv-bufsize 8000 --qcomp 0.75 --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --aud --nal-hrd vbr --pic-struct --colorprim "smpte170m" --transfer "smpte170m" --colormatrix "smpte170m" --sar 10:11 --output "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.264" "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.avs" 2>"R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.264.log"
- 480i60 4:3 [Secondary]
- C:\TEMP\VID-PGM\x264\x264.exe --demuxer avs --input-res 720x480 --fps 30000/1001 --profile main --level 3.2 --bluray-compat --preset placebo --crf 22 --thread-input --threads 8 --deblock 0:0 --keyint 300 --min-keyint 30 --open-gop --bframes 3 --ref 6 --slices 1 --vbv-maxrate 8000 --vbv-bufsize 8000 --qcomp 0.75 --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --aud --nal-hrd vbr --pic-struct --bff --colorprim "smpte170m" --transfer "smpte170m" --colormatrix "smpte170m" --sar 10:11 --output "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.264" "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.avs" 2>"R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.264.log"
- --------------------------------------------------------------------------
- ---------------
- | DXVA Profiles |
- ---------------
- -there are no interlace profiles because it is not required for DXVA thus should not be used
- -if using a non standard resolution (which can be done) use a mod16 resolution for best DXVA compatibility
- -change crf and threads as needed for your pc (threads should be the same number of threads your cpu has if you want to use your pc during encoding, if you dont need to use your pc AT ALL while encoding set threads to 1.5x the number of threads your cpu has)
- -colorprim, transfer, and colormatrix are not restricted to the resolution like with the Blu-ray Profiles and should be set according to the source
- | BD = bt709 | PAL DVD = bt470bg | NTSC DVD = smpte170m |
- 1080p24 16:9 DXVA
- C:\TEMP\VID-PGM\x264\x264.exe --demuxer avs --input-res 1920x1080 --fps 24000/1001 --profile high --level 4.1 --preset placebo --crf 22 --thread-input --threads 8 --deblock 0:0 --keyint 240 --min-keyint 24 --ref 4 --vbv-maxrate 50000 --vbv-bufsize 50000 --qcomp 0.75 --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --partitions p8x8,b8x8,i8x8,i4x4 --colorprim "bt709" --transfer "bt709" --colormatrix "bt709" --sar 1:1 --output "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mkv" "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.avs" 2>"R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mkv.log"
- 1080p25 16:9 DXVA
- C:\TEMP\VID-PGM\x264\x264.exe --demuxer avs --input-res 1920x1080 --fps 25000/1000 --profile high --level 4.1 --preset placebo --crf 22 --thread-input --threads 8 --deblock 0:0 --keyint 250 --min-keyint 25 --ref 4 --vbv-maxrate 50000 --vbv-bufsize 50000 --qcomp 0.75 --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --partitions p8x8,b8x8,i8x8,i4x4 --colorprim "bt709" --transfer "bt709" --colormatrix "bt709" --sar 1:1 --output "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mkv" "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.avs" 2>"R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mkv.log"
- 1080p30 16:9 DXVA
- C:\TEMP\VID-PGM\x264\x264.exe --demuxer avs --input-res 1920x1080 --fps 29000/1001 --profile high --level 4.1 --preset placebo --crf 22 --thread-input --threads 8 --deblock 0:0 --keyint 300 --min-keyint 30 --ref 4 --vbv-maxrate 50000 --vbv-bufsize 50000 --qcomp 0.75 --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --partitions p8x8,b8x8,i8x8,i4x4 --colorprim "bt709" --transfer "bt709" --colormatrix "bt709" --sar 1:1 --output "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mkv" "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.avs" 2>"R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mkv.log"
- 1080p50 16:9 DXVA
- C:\TEMP\VID-PGM\x264\x264.exe --demuxer avs --input-res 1920x1080 --fps 50000/1000 --profile high --level 4.1 --preset placebo --crf 22 --thread-input --threads 8 --deblock 0:0 --keyint 500 --min-keyint 50 --ref 4 --vbv-maxrate 50000 --vbv-bufsize 50000 --qcomp 0.75 --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --partitions p8x8,b8x8,i8x8,i4x4 --colorprim "bt709" --transfer "bt709" --colormatrix "bt709" --sar 1:1 --output "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mkv" "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.avs" 2>"R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mkv.log"
- 1080p60 16:9 DXVA
- C:\TEMP\VID-PGM\x264\x264.exe --demuxer avs --input-res 1920x1080 --fps 59000/1001 --profile high --level 4.1 --preset placebo --crf 22 --thread-input --threads 8 --deblock 0:0 --keyint 600 --min-keyint 60 --ref 4 --vbv-maxrate 50000 --vbv-bufsize 50000 --qcomp 0.75 --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --partitions p8x8,b8x8,i8x8,i4x4 --colorprim "bt709" --transfer "bt709" --colormatrix "bt709" --sar 1:1 --output "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mkv" "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.avs" 2>"R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mkv.log"
- 1080p24 4:3 DXVA
- C:\TEMP\VID-PGM\x264\x264.exe --demuxer avs --input-res 1440x1080 --fps 24000/1001 --profile high --level 4.1 --preset placebo --crf 22 --thread-input --threads 8 --deblock 0:0 --keyint 240 --min-keyint 24 --ref 4 --vbv-maxrate 50000 --vbv-bufsize 50000 --qcomp 0.75 --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --partitions p8x8,b8x8,i8x8,i4x4 --colorprim "bt709" --transfer "bt709" --colormatrix "bt709" --sar 1:1 --output "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mkv" "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.avs" 2>"R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mkv.log"
- 1080p25 4:3 DXVA
- C:\TEMP\VID-PGM\x264\x264.exe --demuxer avs --input-res 1440x1080 --fps 25000/1000 --profile high --level 4.1 --preset placebo --crf 22 --thread-input --threads 8 --deblock 0:0 --keyint 250 --min-keyint 25 --ref 4 --vbv-maxrate 50000 --vbv-bufsize 50000 --qcomp 0.75 --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --partitions p8x8,b8x8,i8x8,i4x4 --colorprim "bt709" --transfer "bt709" --colormatrix "bt709" --sar 1:1 --output "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mkv" "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.avs" 2>"R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mkv.log"
- 1080p30 4:3 DXVA
- C:\TEMP\VID-PGM\x264\x264.exe --demuxer avs --input-res 1440x1080 --fps 29000/1001 --profile high --level 4.1 --preset placebo --crf 22 --thread-input --threads 8 --deblock 0:0 --keyint 300 --min-keyint 30 --ref 4 --vbv-maxrate 50000 --vbv-bufsize 50000 --qcomp 0.75 --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --partitions p8x8,b8x8,i8x8,i4x4 --colorprim "bt709" --transfer "bt709" --colormatrix "bt709" --sar 1:1 --output "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mkv" "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.avs" 2>"R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mkv.log"
- 1080p50 4:3 DXVA
- C:\TEMP\VID-PGM\x264\x264.exe --demuxer avs --input-res 1440x1080 --fps 50000/1000 --profile high --level 4.1 --preset placebo --crf 22 --thread-input --threads 8 --deblock 0:0 --keyint 500 --min-keyint 50 --ref 4 --vbv-maxrate 50000 --vbv-bufsize 50000 --qcomp 0.75 --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --partitions p8x8,b8x8,i8x8,i4x4 --colorprim "bt709" --transfer "bt709" --colormatrix "bt709" --sar 1:1 --output "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mkv" "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.avs" 2>"R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mkv.log"
- 1080p60 4:3 DXVA
- C:\TEMP\VID-PGM\x264\x264.exe --demuxer avs --input-res 1440x1080 --fps 59000/1001 --profile high --level 4.1 --preset placebo --crf 22 --thread-input --threads 8 --deblock 0:0 --keyint 600 --min-keyint 60 --ref 4 --vbv-maxrate 50000 --vbv-bufsize 50000 --qcomp 0.75 --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --partitions p8x8,b8x8,i8x8,i4x4 --colorprim "bt709" --transfer "bt709" --colormatrix "bt709" --sar 1:1 --output "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mkv" "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.avs" 2>"R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mkv.log"
- 720p24 16:9 DXVA
- C:\TEMP\VID-PGM\x264\x264.exe --demuxer avs --input-res 1280x720 --fps 24000/1001 --profile high --level 4.1 --preset placebo --crf 22 --thread-input --threads 8 --deblock 0:0 --keyint 240 --min-keyint 24 --ref 9 --vbv-maxrate 50000 --vbv-bufsize 50000 --qcomp 0.75 --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --partitions p8x8,b8x8,i8x8,i4x4 --colorprim "bt709" --transfer "bt709" --colormatrix "bt709" --sar 1:1 --output "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mkv" "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.avs" 2>"R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mkv.log"
- 720p25 16:9 DXVA
- C:\TEMP\VID-PGM\x264\x264.exe --demuxer avs --input-res 1280x720 --fps 25000/1000 --profile high --level 4.1 --preset placebo --crf 22 --thread-input --threads 8 --deblock 0:0 --keyint 250 --min-keyint 25 --ref 9 --vbv-maxrate 50000 --vbv-bufsize 50000 --qcomp 0.75 --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --partitions p8x8,b8x8,i8x8,i4x4 --colorprim "bt709" --transfer "bt709" --colormatrix "bt709" --sar 1:1 --output "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mkv" "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.avs" 2>"R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mkv.log"
- 720p30 16:9 DXVA
- C:\TEMP\VID-PGM\x264\x264.exe --demuxer avs --input-res 1280x720 --fps 29000/1001 --profile high --level 4.1 --preset placebo --crf 22 --thread-input --threads 8 --deblock 0:0 --keyint 300 --min-keyint 30 --ref 9 --vbv-maxrate 50000 --vbv-bufsize 50000 --qcomp 0.75 --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --partitions p8x8,b8x8,i8x8,i4x4 --colorprim "bt709" --transfer "bt709" --colormatrix "bt709" --sar 1:1 --output "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mkv" "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.avs" 2>"R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mkv.log"
- 720p50 16:9 DXVA
- C:\TEMP\VID-PGM\x264\x264.exe --demuxer avs --input-res 1280x720 --fps 50000/1000 --profile high --level 4.1 --preset placebo --crf 22 --thread-input --threads 8 --deblock 0:0 --keyint 500 --min-keyint 50 --ref 9 --vbv-maxrate 50000 --vbv-bufsize 50000 --qcomp 0.75 --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --partitions p8x8,b8x8,i8x8,i4x4 --colorprim "bt709" --transfer "bt709" --colormatrix "bt709" --sar 1:1 --output "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mkv" "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.avs" 2>"R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mkv.log"
- 720p60 16:9 DXVA
- C:\TEMP\VID-PGM\x264\x264.exe --demuxer avs --input-res 1280x720 --fps 59000/1001 --profile high --level 4.1 --preset placebo --crf 22 --thread-input --threads 8 --deblock 0:0 --keyint 600 --min-keyint 60 --ref 9 --vbv-maxrate 50000 --vbv-bufsize 50000 --qcomp 0.75 --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --partitions p8x8,b8x8,i8x8,i4x4 --colorprim "bt709" --transfer "bt709" --colormatrix "bt709" --sar 1:1 --output "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mkv" "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.avs" 2>"R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mkv.log"
- 720p24 4:3 DXVA
- C:\TEMP\VID-PGM\x264\x264.exe --demuxer avs --input-res 960x720 --fps 24000/1001 --profile high --level 4.1 --preset placebo --crf 22 --thread-input --threads 8 --deblock 0:0 --keyint 240 --min-keyint 24 --ref 9 --vbv-maxrate 50000 --vbv-bufsize 50000 --qcomp 0.75 --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --partitions p8x8,b8x8,i8x8,i4x4 --colorprim "bt709" --transfer "bt709" --colormatrix "bt709" --sar 1:1 --output "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mkv" "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.avs" 2>"R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mkv.log"
- 720p25 4:3 DXVA
- C:\TEMP\VID-PGM\x264\x264.exe --demuxer avs --input-res 960x720 --fps 25000/1000 --profile high --level 4.1 --preset placebo --crf 22 --thread-input --threads 8 --deblock 0:0 --keyint 250 --min-keyint 25 --ref 9 --vbv-maxrate 50000 --vbv-bufsize 50000 --qcomp 0.75 --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --partitions p8x8,b8x8,i8x8,i4x4 --colorprim "bt709" --transfer "bt709" --colormatrix "bt709" --sar 1:1 --output "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mkv" "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.avs" 2>"R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mkv.log"
- 720p30 4:3 DXVA
- C:\TEMP\VID-PGM\x264\x264.exe --demuxer avs --input-res 960x720 --fps 29000/1001 --profile high --level 4.1 --preset placebo --crf 22 --thread-input --threads 8 --deblock 0:0 --keyint 300 --min-keyint 30 --ref 9 --vbv-maxrate 50000 --vbv-bufsize 50000 --qcomp 0.75 --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --partitions p8x8,b8x8,i8x8,i4x4 --colorprim "bt709" --transfer "bt709" --colormatrix "bt709" --sar 1:1 --output "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mkv" "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.avs" 2>"R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mkv.log"
- 720p50 4:3 DXVA
- C:\TEMP\VID-PGM\x264\x264.exe --demuxer avs --input-res 960x720 --fps 50000/1000 --profile high --level 4.1 --preset placebo --crf 22 --thread-input --threads 8 --deblock 0:0 --keyint 500 --min-keyint 50 --ref 9 --vbv-maxrate 50000 --vbv-bufsize 50000 --qcomp 0.75 --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --partitions p8x8,b8x8,i8x8,i4x4 --colorprim "bt709" --transfer "bt709" --colormatrix "bt709" --sar 1:1 --output "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mkv" "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.avs" 2>"R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mkv.log"
- 720p60 4:3 DXVA
- C:\TEMP\VID-PGM\x264\x264.exe --demuxer avs --input-res 960x720 --fps 59000/1001 --profile high --level 4.1 --preset placebo --crf 22 --thread-input --threads 8 --deblock 0:0 --keyint 600 --min-keyint 60 --ref 9 --vbv-maxrate 50000 --vbv-bufsize 50000 --qcomp 0.75 --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --partitions p8x8,b8x8,i8x8,i4x4 --colorprim "bt709" --transfer "bt709" --colormatrix "bt709" --sar 1:1 --output "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mkv" "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.avs" 2>"R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mkv.log"
- 576p25 16:9 DXVA
- C:\TEMP\VID-PGM\x264\x264.exe --demuxer avs --input-res 720x576 --fps 25000/1000 --profile main --level 3.2 --preset placebo --crf 22 --thread-input --threads 8 --deblock 0:0 --keyint 250 --min-keyint 25 --ref 14 --vbv-maxrate 17500 --vbv-bufsize 14000 --qcomp 0.75 --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --partitions p8x8,b8x8,i8x8,i4x4 --colorprim "bt470bg" --transfer "bt470bg" --colormatrix "bt470bg" --sar 16:11 --output "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mkv" "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.avs" 2>"R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mkv.log"
- 576p50 16:9 DXVA
- C:\TEMP\VID-PGM\x264\x264.exe --demuxer avs --input-res 720x576 --fps 50000/1000 --profile main --level 3.2 --preset placebo --crf 22 --thread-input --threads 8 --deblock 0:0 --keyint 500 --min-keyint 50 --ref 14 --vbv-maxrate 17500 --vbv-bufsize 14000 --qcomp 0.75 --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --partitions p8x8,b8x8,i8x8,i4x4 --colorprim "bt470bg" --transfer "bt470bg" --colormatrix "bt470bg" --sar 16:11 --output "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mkv" "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.avs" 2>"R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mkv.log"
- 576p25 4:3 DXVA
- C:\TEMP\VID-PGM\x264\x264.exe --demuxer avs --input-res 720x576 --fps 25000/1000 --profile main --level 3.2 --preset placebo --crf 22 --thread-input --threads 8 --deblock 0:0 --keyint 250 --min-keyint 25 --ref 14 --vbv-maxrate 17500 --vbv-bufsize 14000 --qcomp 0.75 --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --partitions p8x8,b8x8,i8x8,i4x4 --colorprim "bt470bg" --transfer "bt470bg" --colormatrix "bt470bg" --sar 12:11 --output "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mkv" "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.avs" 2>"R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mkv.log"
- 576p50 4:3 DXVA
- C:\TEMP\VID-PGM\x264\x264.exe --demuxer avs --input-res 720x576 --fps 50000/1000 --profile main --level 3.2 --preset placebo --crf 22 --thread-input --threads 8 --deblock 0:0 --keyint 500 --min-keyint 50 --ref 14 --vbv-maxrate 17500 --vbv-bufsize 14000 --qcomp 0.75 --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --partitions p8x8,b8x8,i8x8,i4x4 --colorprim "bt470bg" --transfer "bt470bg" --colormatrix "bt470bg" --sar 12:11 --output "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mkv" "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.avs" 2>"R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mkv.log"
- 480p24 16:9 DXVA
- C:\TEMP\VID-PGM\x264\x264.exe --demuxer avs --input-res 720x480 --fps 24000/1001 --profile main --level 3.2 --preset placebo --crf 22 --thread-input --threads 8 --deblock 0:0 --keyint 240 --min-keyint 24 --ref 14 --vbv-maxrate 17500 --vbv-bufsize 14000 --qcomp 0.75 --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --partitions p8x8,b8x8,i8x8,i4x4 --colorprim "smpte170m" --transfer "smpte170m" --colormatrix "smpte170m" --sar 40:33 --output "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mkv" "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.avs" 2>"R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mkv.log"
- 480p30 16:9 DXVA
- C:\TEMP\VID-PGM\x264\x264.exe --demuxer avs --input-res 720x480 --fps 30000/1001 --profile main --level 3.2 --preset placebo --crf 22 --thread-input --threads 8 --deblock 0:0 --keyint 300 --min-keyint 30 --ref 14 --vbv-maxrate 17500 --vbv-bufsize 14000 --qcomp 0.75 --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --partitions p8x8,b8x8,i8x8,i4x4 --colorprim "smpte170m" --transfer "smpte170m" --colormatrix "smpte170m" --sar 40:33 --output "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mkv" "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.avs" 2>"R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mkv.log"
- 480p60 16:9 DXVA
- C:\TEMP\VID-PGM\x264\x264.exe --demuxer avs --input-res 720x480 --fps 60000/1001 --profile main --level 3.2 --preset placebo --crf 22 --thread-input --threads 8 --deblock 0:0 --keyint 600 --min-keyint 60 --ref 14 --vbv-maxrate 17500 --vbv-bufsize 14000 --qcomp 0.75 --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --partitions p8x8,b8x8,i8x8,i4x4 --colorprim "smpte170m" --transfer "smpte170m" --colormatrix "smpte170m" --sar 40:33 --output "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mkv" "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.avs" 2>"R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mkv.log"
- 480p24 4:3 DXVA
- C:\TEMP\VID-PGM\x264\x264.exe --demuxer avs --input-res 720x480 --fps 24000/1001 --profile main --level 3.2 --preset placebo --crf 22 --thread-input --threads 8 --deblock 0:0 --keyint 240 --min-keyint 24 --ref 14 --vbv-maxrate 17500 --vbv-bufsize 14000 --qcomp 0.75 --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --partitions p8x8,b8x8,i8x8,i4x4 --colorprim "smpte170m" --transfer "smpte170m" --colormatrix "smpte170m" --sar 10:11 --output "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mkv" "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.avs" 2>"R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mkv.log"
- 480p30 4:3 DXVA
- C:\TEMP\VID-PGM\x264\x264.exe --demuxer avs --input-res 720x480 --fps 30000/1001 --profile main --level 3.2 --preset placebo --crf 22 --thread-input --threads 8 --deblock 0:0 --keyint 300 --min-keyint 30 --ref 14 --vbv-maxrate 17500 --vbv-bufsize 14000 --qcomp 0.75 --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --partitions p8x8,b8x8,i8x8,i4x4 --colorprim "smpte170m" --transfer "smpte170m" --colormatrix "smpte170m" --sar 10:11 --output "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mkv" "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.avs" 2>"R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mkv.log"
- 480p60 4:3 DXVA
- C:\TEMP\VID-PGM\x264\x264.exe --demuxer avs --input-res 720x480 --fps 60000/1001 --profile main --level 3.2 --preset placebo --crf 22 --thread-input --threads 8 --deblock 0:0 --keyint 600 --min-keyint 60 --ref 14 --vbv-maxrate 17500 --vbv-bufsize 14000 --qcomp 0.75 --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --partitions p8x8,b8x8,i8x8,i4x4 --colorprim "smpte170m" --transfer "smpte170m" --colormatrix "smpte170m" --sar 10:11 --output "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mkv" "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.avs" 2>"R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mkv.log"
- Generic DXVA *note: the input-res, fps, keyint, min-keyint, colorprim, transfer, colormatrix, and sar need to be set correctly to match the souce based on the profiles I have already created BUT if a mod16 resolution is used it should max just about anything DXVA compatible
- C:\TEMP\VID-PGM\x264\x264.exe --demuxer avs --input-res 1024x576 --fps 24000/1001 --profile main --level 3.2 --preset placebo --crf 22 --thread-input --threads 8 --deblock 0:0 --keyint 240 --min-keyint 24 --ref 4 --vbv-maxrate 17500 --vbv-bufsize 14000 --qcomp 0.75 --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --partitions p8x8,b8x8,i8x8,i4x4 --colorprim "bt709" --transfer "bt709" --colormatrix "bt709" --sar 1:1 --output "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mkv" "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.avs" 2>"R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mkv.log"
- --------------------------------------------------------------------------
- -------------------
- | Portable Profiles |
- -------------------
- PlayStation Portable (PSP)
- --------------------------
- -max of 30fps
- -480x272 (square) or 720x480 (anamorphic)
- -remember to addborders if using 480x272 to display NTSC 4:3 or PAL 16:9 and 4:3
- -no need to rename file as long as ther are not special characters or spaces and it can be put into the video folder
- -Audio must be AAC-LC 2ch 16bit 48000 kHz
- -resolutions must be mod16
- -must be named M4V00000.MP4 (note: 0's can be any number really) and in the MP_ROOT\100MNV01 folder
- -use 320x240 and 368x208 for older firmware as the PSP could only support 76800 pixels
- -older firmware is also limted to only 29.970 fps or 14.985 fps as well as other limiitations
- 480p24 16:9 PSP
- -
- 480p24 4:3 PSP
- -
- 480p30 16:9 PSP
- C:\TEMP\VID-PGM\x264\x264.exe --demuxer avs --input-res 720x480 --fps 30000/1001 --profile main --level 3.0 --preset placebo --crf 22 --thread-input --threads 8 --deblock 0:0 --keyint 300 --min-keyint 30 --bframes 3 --b-pyramid none --ref 3 --vbv-maxrate 10000 --vbv-bufsize 10000 --qcomp 0.75 --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --partitions p8x8,b8x8,i4x4 --colorprim "smpte170m" --transfer "smpte170m" --colormatrix "smpte170m" --sar 40:33 --output "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mp4" "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.avs" 2>"R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mp4.log"
- 480p30 4:3 PSP
- -
- 480x272p24 PSP
- -
- 480x272p25 PSP
- -
- 480x272p30 PSP
- C:\TEMP\VID-PGM\x264\x264.exe --demuxer avs --input-res 480x272 --fps 30000/1001 --profile main --level 3.0 --preset placebo --crf 22 --thread-input --threads 8 --deblock 0:0 --keyint 300 --min-keyint 30 --bframes 3 --b-pyramid none --ref 3 --vbv-maxrate 10000 --vbv-bufsize 10000 --qcomp 0.75 --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --partitions p8x8,b8x8,i4x4 --colorprim "smpte170m" --transfer "smpte170m" --colormatrix "smpte170m" --sar 1:1 --output "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mp4" "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.avs" 2>"R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mp4.log"
- 368x208p14.985 16:9 PSP
- -
- 368x208p30 16:9 PSP
- -
- 320x240p14.985 4:3 PSP
- -
- 320x240p30 4:3 PSP
- C:\TEMP\VID-PGM\x264\x264.exe --demuxer avs --input-res 320x240 --fps 30000/1001 --profile main --level 3.0 --preset placebo --crf 22 --thread-input --threads 8 --deblock 0:0 --keyint 300 --min-keyint 30 --bframes 0 --b-pyramid none --ref 2 --vbv-maxrate 10000 --vbv-bufsize 10000 --qcomp 0.75 --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --partitions p8x8,b8x8,i4x4 --colorprim "smpte170m" --transfer "smpte170m" --colormatrix "smpte170m" --sar 1:1 --output "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mp4" "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.avs" 2>"R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mp4.log"
- Apple iProducts
- ---------------
- -AAC-LC audio up to 160 Kbps, 48kHz, stereo audio (16bit as well, though not noted by apple)
- -for 2 pass encoding bitrate is about 2/3 of max rate as if bitrate is too high to max-bitrate quality will suffer
- -res has to be equal to the listed one except for the "iPod touch 4, iPhone 4, iPad 1/2, Apple TV 2" and "iPod touch 5, iPhone 4S/5, iPad mini 1, iPad 3/4, Apple TV 3" profiles where the res can be up to the specified one
- -fps can be up to the specified one
- -if 2 pass bitrate mode is used do not change the bitrate
- -if crf is used change it as needed
- -change threads as needed for your pc (threads should be the same number of threads your cpu has if you want to use your pc during encoding, if you dont need to use your pc AT ALL while encoding set threads to 1.5x the number of threads your cpu has)
- -set colorprim, transfer, and colormatrix to the source used on every profile
- iPod touch 5, iPhone 4S/5, iPad mini 1, iPad 3/4, Apple TV 3
- C:\TEMP\VID-PGM\x264\x264.exe --demuxer avs --input-res 1920x1080 --fps 30000/1001 --profile high --level 4.1 --preset placebo --crf 22 --thread-input --threads 8 --deblock 0:0 --keyint 300 --min-keyint 30 --ref 4 --vbv-maxrate 62500 --vbv-bufsize 50000 --qcomp 0.75 --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --colorprim "bt709" --transfer "bt709" --colormatrix "bt709" --sar 1:1 --output "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mkv" "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.avs" 2>"R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mkv.log"
- iPod touch 4, iPhone 4, iPad 1/2, Apple TV 2
- C:\TEMP\VID-PGM\x264\x264.exe --demuxer avs --input-res 1280x720 --fps 30000/1001 --profile main --level 3.1 --preset placebo --crf 22 --thread-input --threads 8 --deblock 0:0 --keyint 300 --min-keyint 30 --ref 4 --vbv-maxrate 14000 --vbv-bufsize 14000 --qcomp 0.75 --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --colorprim "bt709" --transfer "bt709" --colormatrix "bt709" --sar 1:1 --output "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mkv" "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.avs" 2>"R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mkv.log"
- Apple TV 1
- C:\TEMP\VID-PGM\x264\x264.exe --demuxer avs --input-res 1280x720 --fps 24000/1001 --profile main --level 3.0 --preset placebo -pass 1 --bitrate 3300 --thread-input --threads 8 --deblock 0:0 --keyint 240 --min-keyint 24 --ref 1 --vbv-maxrate 5000 --vbv-bufsize 5000 --qcomp 0.75 --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --no-cabac --colorprim "bt709" --transfer "bt709" --colormatrix "bt709" --sar 1:1 --stats "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mp4.stats" --slow-firstpass --output NUL "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.avs" 2>"R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mp4-p1.log"
- C:\TEMP\VID-PGM\x264\x264.exe --demuxer avs --input-res 1280x720 --fps 24000/1001 --profile main --level 3.0 --preset placebo -pass 2 --bitrate 3300 --thread-input --threads 8 --deblock 0:0 --keyint 240 --min-keyint 24 --ref 1 --vbv-maxrate 5000 --vbv-bufsize 5000 --qcomp 0.75 --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --no-cabac --colorprim "bt709" --transfer "bt709" --colormatrix "bt709" --sar 1:1 --stats "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mp4.stats" --output "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mp4" "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.avs" 2>"R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mp4-p2.log"
- C:\TEMP\VID-PGM\x264\x264.exe --demuxer avs --input-res 960x540 --fps 30000/1001 --profile main --level 3.0 --preset placebo -pass 1 --bitrate 3300 --thread-input --threads 8 --deblock 0:0 --keyint 300 --min-keyint 30 --ref 1 --vbv-maxrate 5000 --vbv-bufsize 5000 --qcomp 0.75 --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --no-cabac --colorprim "bt709" --transfer "bt709" --colormatrix "bt709" --sar 1:1 --stats "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mp4.stats" --slow-firstpass --output NUL "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.avs" 2>"R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mp4-p1.log"
- C:\TEMP\VID-PGM\x264\x264.exe --demuxer avs --input-res 960x540 --fps 30000/1001 --profile main --level 3.0 --preset placebo -pass 2 --bitrate 3300 --thread-input --threads 8 --deblock 0:0 --keyint 300 --min-keyint 30 --ref 1 --vbv-maxrate 5000 --vbv-bufsize 5000 --qcomp 0.75 --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --no-cabac --colorprim "bt709" --transfer "bt709" --colormatrix "bt709" --sar 1:1 --stats "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mp4.stats" --output "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mp4" "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.avs" 2>"R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mp4-p2.log"
- iPod nano 7
- C:\TEMP\VID-PGM\x264\x264.exe --demuxer avs --input-res 720x576 --fps 25000/1000 --profile high --level 3.0 --preset placebo --crf 22 --thread-input --threads 8 --deblock 0:0 --keyint 250 --min-keyint 25 --ref 4 --vbv-maxrate 12500 --vbv-bufsize 10000 --qcomp 0.75 --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --colorprim "bt470bg" --transfer "bt470bg" --colormatrix "bt470bg" --sar 16:11 --output "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mkv" "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.avs" 2>"R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mkv.log"
- C:\TEMP\VID-PGM\x264\x264.exe --demuxer avs --input-res 720x480 --fps 30000/1001 --profile high --level 3.0 --preset placebo --crf 22 --thread-input --threads 8 --deblock 0:0 --keyint 300 --min-keyint 30 --ref 4 --vbv-maxrate 12500 --vbv-bufsize 10000 --qcomp 0.75 --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --colorprim "smpte170m" --transfer "smpte170m" --colormatrix "smpte170m" --sar 40:33 --output "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mkv" "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.avs" 2>"R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mkv.log"
- iPod classic 6, iPod nano 3/4/5, iPod touch 1/2/3, iPhone 3G/3GS
- C:\TEMP\VID-PGM\x264\x264.exe --demuxer avs --input-res 640x480 --fps 30000/1001 --profile baseline --level 3.0 --preset placebo -pass 1 --bitrate 1600 --thread-input --threads 8 --deblock 0:0 --keyint 300 --min-keyint 30 --ref 1 --vbv-maxrate 2500 --vbv-bufsize 2500 --qcomp 0.75 --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --colorprim "smpte170m" --transfer "smpte170m" --colormatrix "smpte170m" --sar 1:1 --stats "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mp4.stats" --slow-firstpass --output NUL "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.avs" 2>"R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mp4-p1.log"
- C:\TEMP\VID-PGM\x264\x264.exe --demuxer avs --input-res 640x480 --fps 30000/1001 --profile baseline --level 3.0 --preset placebo -pass 2 --bitrate 1600 --thread-input --threads 8 --deblock 0:0 --keyint 300 --min-keyint 30 --ref 1 --vbv-maxrate 2500 --vbv-bufsize 2500 --qcomp 0.75 --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --colorprim "smpte170m" --transfer "smpte170m" --colormatrix "smpte170m" --sar 1:1 --stats "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mp4.stats" --output "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mp4" "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.avs" 2>"R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mp4-p2.log"
- iPhone 2G
- C:\TEMP\VID-PGM\x264\x264.exe --demuxer avs --input-res 640x480 --fps 30000/1001 --profile baseline --level 1.3 --preset placebo -pass 1 --bitrate 1000 --thread-input --threads 8 --deblock 0:0 --keyint 300 --min-keyint 30 --ref 1 --vbv-maxrate 1500 --vbv-bufsize 1500 --qcomp 0.75 --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --colorprim "smpte170m" --transfer "smpte170m" --colormatrix "smpte170m" --sar 1:1 --stats "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mp4.stats" --slow-firstpass --output NUL "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.avs" 2>"R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mp4-p1.log"
- C:\TEMP\VID-PGM\x264\x264.exe --demuxer avs --input-res 640x480 --fps 30000/1001 --profile baseline --level 1.3 --preset placebo -pass 2 --bitrate 1000 --thread-input --threads 8 --deblock 0:0 --keyint 300 --min-keyint 30 --ref 1 --vbv-maxrate 1500 --vbv-bufsize 1500 --qcomp 0.75 --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --colorprim "smpte170m" --transfer "smpte170m" --colormatrix "smpte170m" --sar 1:1 --stats "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mp4.stats" --output "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mp4" "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.avs" 2>"R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mp4-p2.log"
- iPod classic 5
- C:\TEMP\VID-PGM\x264\x264.exe --demuxer avs --input-res 320x240 --fps 30000/1001 --profile baseline --level 1.3 --preset placebo -pass 1 --bitrate 500 --thread-input --threads 8 --deblock 0:0 --keyint 300 --min-keyint 30 --ref 1 --vbv-maxrate 768 --vbv-bufsize 768 --qcomp 0.75 --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --colorprim "smpte170m" --transfer "smpte170m" --colormatrix "smpte170m" --sar 1:1 --stats "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mp4.stats" --slow-firstpass --output NUL "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.avs" 2>"R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mp4-p1.log"
- C:\TEMP\VID-PGM\x264\x264.exe --demuxer avs --input-res 320x240 --fps 30000/1001 --profile baseline --level 1.3 --preset placebo -pass 2 --bitrate 500 --thread-input --threads 8 --deblock 0:0 --keyint 300 --min-keyint 30 --ref 4 --vbv-maxrate 768 --vbv-bufsize 768 --qcomp 0.75 --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --colorprim "smpte170m" --transfer "smpte170m" --colormatrix "smpte170m" --sar 1:1 --stats "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mp4.stats" --output "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mp4" "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.avs" 2>"R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mp4-p2.log"
- Generic Portable Profile
- ------------------------
- C:\TEMP\VID-PGM\x264\x264.exe --demuxer avs --input-res 1024x576 --fps 24000/1001 --profile baseline --level 3.0 --preset placebo --crf 22 --thread-input --threads 8 --deblock 0:0 --keyint 240 --min-keyint 24 --ref 4 --vbv-maxrate 10000 --vbv-bufsize 10000 --qcomp 0.75 --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --colorprim "bt709" --transfer "bt709" --colormatrix "bt709" --sar 1:1 --output "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mkv" "R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.avs" 2>"R:\TEMP\00002.m2ts_ - 1 - h264, 1080p24.mkv.log"
- ----------------------------------------------------------------------------------------------------------------------------------------------------
- * 2013.03.25 15:55 file created and all Blu-ray/AVCHD Profiles were created except 1080p 4:3
- * 2013.03.28 14:53 changed the secondary streams to use main profile instead of high for better compatibility especially since their alread lvl 3.2
- * 2013.03.28 16:46 add info on when to use the Primary Stream settings for 576p and 480p
- * 2013.03.28 16:55 fixed every BD profile as vbv-max and vbv-buf were flipped especially bad for the Blu-ray and Primary profiles because the bufsize was larger than the maxrate which is a nono
- * 2013.03.28 18:30 added standard resolutions to OP
- * 2013.03.28 19:15 DXVA profiles added the anamorphic SD profiles need to be tested
- * 2013.03.28 19:45 reordered the BD profile to be least to most frame rates instead on before when they were focusing on NTSC frame rates
- * 2013.03.28 19:50 removed --bluray-compat from the SD DXVA profiles as i seem to have forgot to remove that when making them
- * 2013.03.28 23:33 changed the output of the DXVA profiles from .264 to .mkv as it carries much more information and .mp4 insnt needed as its not going to be played on a portable device
- * 2013.03.28 23:52 fixed 480p60 DXVA as they were labeled 480i60
- * 2013.03.29 00:17 add note about encoding to nonstandard resolutions using DXVA Profiles and setting the colormatrix according to the source
- * 2013.03.29 00:30 updated note about encoding to nonstandard resolutions using DXVA Profiles and created a generic DXVA profile with the lowest settings from all DXVA profiles merged
- * 2013.03.29 00:51 added a note about the generic DXVA profile
- * 2013.03.29 14:31 changed profile to main from high for the 480p and Generic Profiles as they were incorrect
- * 2013.03.29 14:44 started the portable profiles section
- * 2013.03.26 17:32 fleshed out the PSP profiles they just need to be tested before I finalize them all
- * 2013.03.31 12:27 after seeing "x264 [warning]: VBV buffer (15000) > level limit (14000)" I changed --vbv-bufsize from 15000 to 14000 and the 576p and 480p DXVA profiles as it was incorrect and incompatible
- * 2013.03.31 12:32 after see these "x264 [warning]: DPB size (14 frames, 18900 mbs) > level limit (13 frames, 18000 mbs), x264 [warning]: VBV bitrate (17500) > level limit (14000)" when encoding 9mm Parabellum Bullet - MTV Unplugged to 480p DXVA I have raised the SD DXVA level to 3.2 which should be a problem as that is what BDs use and it alieviates both problems
- * 2013.03.31 12:35 the above 2 changes were also applied to the generic DXVA profile as it shares those restrictions
- * 2013.03.31 16:01 x264 DXVA SD warning fix.txt created to describe the need changes to the DXVA SD Profiles
- * 2013.03.31 16:32 added Apple iProduct Portable Profiles which were based off of Apple's specs and premade profiles that I found, none of these profiles have been tested
- * 2013.03.31 16:48 "iPod touch 5, iPhone 4S/5, iPad mini 1, iPad 3/4, Apple TV 3" maxrate increased to 62500 because of high profile and "iPod touch 4, iPhone 4, iPad 1/2, Apple TV 2" maxrate and bufsize correcter to 14000 because of main lvl 3.1 profile
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement