Advertisement
Bateau

x264 Compatible Settings 2013.03.31

Sep 27th, 2014
385
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 66.22 KB | None | 0 0
  1. Complete Compatible x264 Settings
  2. ---------------------------------
  3.  
  4.  
  5.  
  6. ----------------------------------------------------------------------------------------------------------------------------------------------------
  7.  
  8.  
  9. US fields vs frames
  10.  
  11. p24 ~ 23.976 fps (progressive) = 23.976 fields/second
  12. p25 = 25.000 fps (progressive) = 25.000 fields/second
  13. p30 ~ 29.970 fps (progressive) = 29.970 fields/second
  14. p50 = 50.000 fps (progressive) = 50.000 fields/second
  15. p60 ~ 59.940 fps (progressive) = 59.940 fields/second
  16. i50 = 25.000 fps (interlace) = 50.000 fields/second
  17. i60 ~ 29.970 fps (interlace) = 59.940 fields/second
  18.  
  19.  
  20. European Equivalent
  21.  
  22. EUR 1080i/25 (frames) = USA 1080i50 (fields)
  23. EUR 1080i/30 (frames) = USA 1080i60 (fields)
  24. EUR 576i/25 (frames) = USA 576i50 (fields)
  25. EUR 480i/30 (frames) = USA 480i60 (fields)
  26.  
  27.  
  28.  
  29. !!! only encode to interlace if the device that your going to be playing back on MUST have and interlaced file !!!
  30.  
  31.  
  32.  
  33. --------------------------------------------------------------------------
  34.  
  35.  
  36. Standard Resolutions
  37. --------------------
  38.  
  39. 1080p/i 16:9 = 1920x1080
  40. 1080p/i 4:3 = 1440x1080
  41.  
  42. 720p 16:9 = 1280x720
  43. 720p 4:3 = 960x720
  44.  
  45. 576p/i 16:9 = 720x576 * sar 16:11 = 1024x576
  46. 576p/i 4:3 = 720x576 * sar 12:11 = 768x576
  47.  
  48. 480p/i 16:9 = 720x480 * sar 41:33 ~ 853.3x480
  49. 480p/i 4:3 = 720x480 * sar 10:11 = 640x480
  50.  
  51. *note: sar values on anamorphic resolutions not to ITU spec
  52.  
  53.  
  54.  
  55. --------------------------------------------------------------------------
  56.  
  57.  
  58. --------------------------
  59. | Blu-ray / AVCHD Profiles |
  60. --------------------------
  61.  
  62.  
  63. -Secondary Video Streams must have the same fps as the Primary but may have differing fields/second
  64. -interlace is not available for 1280x720 but you can do 60 and 50 fps progressive which is much better anyway
  65. -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
  66.  
  67. -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
  68.  
  69. -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)
  70.  
  71.  
  72.  
  73. 1080p24 16:9 Blu-ray
  74. 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"
  75.  
  76. 1080p25 16:9 Blu-ray
  77. 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"
  78.  
  79. 1080p30 16:9 Blu-ray
  80. 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"
  81.  
  82. 1080i50 16:9 Blu-ray
  83. 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"
  84.  
  85. 1080i60 16:9 Blu-ray
  86. 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"
  87.  
  88.  
  89. ~1080p24 4:3 Blu-ray
  90. ~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"
  91.  
  92.  
  93.  
  94. 1080p24 16:9 AVCHD
  95. 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"
  96.  
  97. 1080p25 16:9 AVCHD
  98. 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"
  99.  
  100. 1080p30 16:9 AVCHD
  101. 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"
  102.  
  103. 1080i50 16:9 AVCHD
  104. 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"
  105.  
  106. 1080i60 16:9 AVCHD
  107. 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"
  108.  
  109.  
  110.  
  111.  
  112.  
  113. 720p24 16:9 Blu-ray
  114. 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"
  115.  
  116. 720p25 16:9 Blu-ray
  117. 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"
  118.  
  119. 720p30 16:9 Blu-ray
  120. 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"
  121.  
  122. 720p50 16:9 Blu-ray
  123. 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"
  124.  
  125. 720p60 16:9 Blu-ray
  126. 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"
  127.  
  128.  
  129.  
  130. 720p24 16:9 AVCHD
  131. 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"
  132.  
  133. 720p25 16:9 AVCHD
  134. 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"
  135.  
  136. 720p30 16:9 AVCHD
  137. 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"
  138.  
  139. 720p50 16:9 AVCHD
  140. 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"
  141.  
  142. 720p60 16:9 AVCHD
  143. 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"
  144.  
  145.  
  146.  
  147.  
  148.  
  149. 576p25 16:9 [Primary]
  150. 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"
  151.  
  152. 576i50 16:9 [Primary]
  153. 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"
  154.  
  155.  
  156. 576p25 4:3 [Primary]
  157. 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"
  158.  
  159. 576i50 4:3 [Primary]
  160. 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"
  161.  
  162.  
  163.  
  164. 576p25 16:9 [Secondary]
  165. 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"
  166.  
  167. 576i50 16:9 [Secondary]
  168. 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"
  169.  
  170.  
  171. 576p25 4:3 [Secondary]
  172. 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"
  173.  
  174. 576i50 4:3 [Secondary]
  175. 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"
  176.  
  177.  
  178.  
  179.  
  180.  
  181. 480p24 16:9 [Primary]
  182. 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"
  183.  
  184. 480p30 16:9 [Primary]
  185. 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"
  186.  
  187. 480i60 16:9 [Primary]
  188. 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"
  189.  
  190.  
  191. 480p24 4:3 [Primary]
  192. 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"
  193.  
  194. 480p30 4:3 [Primary]
  195. 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"
  196.  
  197. 480i60 4:3 [Primary]
  198. 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"
  199.  
  200.  
  201.  
  202. 480p24 16:9 [Secondary]
  203. 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"
  204.  
  205. 480p30 16:9 [Secondary]
  206. 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"
  207.  
  208. 480i60 16:9 [Secondary]
  209. 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"
  210.  
  211.  
  212. 480p24 4:3 [Secondary]
  213. 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"
  214.  
  215. 480p30 4:3 [Secondary]
  216. 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"
  217.  
  218. 480i60 4:3 [Secondary]
  219. 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"
  220.  
  221.  
  222.  
  223. --------------------------------------------------------------------------
  224.  
  225.  
  226. ---------------
  227. | DXVA Profiles |
  228. ---------------
  229.  
  230. -there are no interlace profiles because it is not required for DXVA thus should not be used
  231. -if using a non standard resolution (which can be done) use a mod16 resolution for best DXVA compatibility
  232.  
  233. -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)
  234. -colorprim, transfer, and colormatrix are not restricted to the resolution like with the Blu-ray Profiles and should be set according to the source
  235. | BD = bt709 | PAL DVD = bt470bg | NTSC DVD = smpte170m |
  236.  
  237.  
  238.  
  239. 1080p24 16:9 DXVA
  240. 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"
  241.  
  242. 1080p25 16:9 DXVA
  243. 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"
  244.  
  245. 1080p30 16:9 DXVA
  246. 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"
  247.  
  248. 1080p50 16:9 DXVA
  249. 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"
  250.  
  251. 1080p60 16:9 DXVA
  252. 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"
  253.  
  254.  
  255. 1080p24 4:3 DXVA
  256. 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"
  257.  
  258. 1080p25 4:3 DXVA
  259. 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"
  260.  
  261. 1080p30 4:3 DXVA
  262. 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"
  263.  
  264. 1080p50 4:3 DXVA
  265. 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"
  266.  
  267. 1080p60 4:3 DXVA
  268. 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"
  269.  
  270.  
  271.  
  272.  
  273.  
  274. 720p24 16:9 DXVA
  275. 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"
  276.  
  277. 720p25 16:9 DXVA
  278. 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"
  279.  
  280. 720p30 16:9 DXVA
  281. 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"
  282.  
  283. 720p50 16:9 DXVA
  284. 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"
  285.  
  286. 720p60 16:9 DXVA
  287. 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"
  288.  
  289.  
  290. 720p24 4:3 DXVA
  291. 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"
  292.  
  293. 720p25 4:3 DXVA
  294. 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"
  295.  
  296. 720p30 4:3 DXVA
  297. 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"
  298.  
  299. 720p50 4:3 DXVA
  300. 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"
  301.  
  302. 720p60 4:3 DXVA
  303. 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"
  304.  
  305.  
  306.  
  307.  
  308.  
  309. 576p25 16:9 DXVA
  310. 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"
  311.  
  312. 576p50 16:9 DXVA
  313. 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"
  314.  
  315.  
  316. 576p25 4:3 DXVA
  317. 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"
  318.  
  319. 576p50 4:3 DXVA
  320. 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"
  321.  
  322.  
  323.  
  324.  
  325.  
  326. 480p24 16:9 DXVA
  327. 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"
  328.  
  329. 480p30 16:9 DXVA
  330. 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"
  331.  
  332. 480p60 16:9 DXVA
  333. 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"
  334.  
  335.  
  336. 480p24 4:3 DXVA
  337. 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"
  338.  
  339. 480p30 4:3 DXVA
  340. 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"
  341.  
  342. 480p60 4:3 DXVA
  343. 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"
  344.  
  345.  
  346.  
  347.  
  348.  
  349. 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
  350. 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"
  351.  
  352.  
  353.  
  354. --------------------------------------------------------------------------
  355.  
  356.  
  357. -------------------
  358. | Portable Profiles |
  359. -------------------
  360.  
  361.  
  362.  
  363. PlayStation Portable (PSP)
  364. --------------------------
  365.  
  366. -max of 30fps
  367. -480x272 (square) or 720x480 (anamorphic)
  368. -remember to addborders if using 480x272 to display NTSC 4:3 or PAL 16:9 and 4:3
  369. -no need to rename file as long as ther are not special characters or spaces and it can be put into the video folder
  370.  
  371. -Audio must be AAC-LC 2ch 16bit 48000 kHz
  372. -resolutions must be mod16
  373.  
  374. -must be named M4V00000.MP4 (note: 0's can be any number really) and in the MP_ROOT\100MNV01 folder
  375. -use 320x240 and 368x208 for older firmware as the PSP could only support 76800 pixels
  376. -older firmware is also limted to only 29.970 fps or 14.985 fps as well as other limiitations
  377.  
  378.  
  379.  
  380. 480p24 16:9 PSP
  381. -
  382.  
  383. 480p24 4:3 PSP
  384. -
  385.  
  386.  
  387. 480p30 16:9 PSP
  388. 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"
  389.  
  390. 480p30 4:3 PSP
  391. -
  392.  
  393.  
  394.  
  395. 480x272p24 PSP
  396. -
  397.  
  398. 480x272p25 PSP
  399. -
  400.  
  401. 480x272p30 PSP
  402. 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"
  403.  
  404.  
  405.  
  406. 368x208p14.985 16:9 PSP
  407. -
  408.  
  409. 368x208p30 16:9 PSP
  410. -
  411.  
  412.  
  413.  
  414. 320x240p14.985 4:3 PSP
  415. -
  416.  
  417. 320x240p30 4:3 PSP
  418. 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"
  419.  
  420.  
  421.  
  422. Apple iProducts
  423. ---------------
  424.  
  425. -AAC-LC audio up to 160 Kbps, 48kHz, stereo audio (16bit as well, though not noted by apple)
  426. -for 2 pass encoding bitrate is about 2/3 of max rate as if bitrate is too high to max-bitrate quality will suffer
  427.  
  428. -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
  429. -fps can be up to the specified one
  430. -if 2 pass bitrate mode is used do not change the bitrate
  431. -if crf is used change it as needed
  432. -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)
  433. -set colorprim, transfer, and colormatrix to the source used on every profile
  434.  
  435.  
  436.  
  437. iPod touch 5, iPhone 4S/5, iPad mini 1, iPad 3/4, Apple TV 3
  438. 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"
  439.  
  440.  
  441. iPod touch 4, iPhone 4, iPad 1/2, Apple TV 2
  442. 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"
  443.  
  444.  
  445. Apple TV 1
  446. 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"
  447. 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"
  448.  
  449. 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"
  450. 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"
  451.  
  452.  
  453. iPod nano 7
  454. 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"
  455.  
  456. 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"
  457.  
  458.  
  459. iPod classic 6, iPod nano 3/4/5, iPod touch 1/2/3, iPhone 3G/3GS
  460. 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"
  461. 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"
  462.  
  463.  
  464. iPhone 2G
  465. 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"
  466. 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"
  467.  
  468.  
  469. iPod classic 5
  470. 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"
  471. 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"
  472.  
  473.  
  474.  
  475. Generic Portable Profile
  476. ------------------------
  477.  
  478.  
  479. 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"
  480.  
  481.  
  482.  
  483.  
  484.  
  485.  
  486.  
  487. ----------------------------------------------------------------------------------------------------------------------------------------------------
  488.  
  489.  
  490.  
  491. * 2013.03.25 15:55 file created and all Blu-ray/AVCHD Profiles were created except 1080p 4:3
  492. * 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
  493. * 2013.03.28 16:46 add info on when to use the Primary Stream settings for 576p and 480p
  494. * 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
  495. * 2013.03.28 18:30 added standard resolutions to OP
  496. * 2013.03.28 19:15 DXVA profiles added the anamorphic SD profiles need to be tested
  497. * 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
  498. * 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
  499. * 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
  500. * 2013.03.28 23:52 fixed 480p60 DXVA as they were labeled 480i60
  501. * 2013.03.29 00:17 add note about encoding to nonstandard resolutions using DXVA Profiles and setting the colormatrix according to the source
  502. * 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
  503. * 2013.03.29 00:51 added a note about the generic DXVA profile
  504. * 2013.03.29 14:31 changed profile to main from high for the 480p and Generic Profiles as they were incorrect
  505. * 2013.03.29 14:44 started the portable profiles section
  506. * 2013.03.26 17:32 fleshed out the PSP profiles they just need to be tested before I finalize them all
  507. * 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
  508. * 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
  509. * 2013.03.31 12:35 the above 2 changes were also applied to the generic DXVA profile as it shares those restrictions
  510. * 2013.03.31 16:01 x264 DXVA SD warning fix.txt created to describe the need changes to the DXVA SD Profiles
  511. * 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
  512. * 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