Advertisement
Bateau

x264 Compatible Settings 2020.08.02 19:25

Aug 2nd, 2020
4,948
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 79.08 KB | None | 0 0
  1. Complete Compatible x264 Settings
  2. ---------------------------------
  3.  
  4.  
  5.  
  6. ----------------------------------------------------------------------------------------------------------------------------------------------------
  7.  
  8.  
  9. DXVA ref list
  10. -------------
  11.  
  12. 1080p: 4
  13. 720p: 9
  14. 480p: 14
  15.  
  16.  
  17. BDMV ref list
  18. -------------
  19.  
  20. 1080p: 4
  21. 720p: 6
  22. 480p: 6
  23.  
  24.  
  25. BDMV Settings List
  26. ------------------
  27. you only need --fake-interlaced if doing 30p
  28.  
  29.  
  30.  
  31. --------------------------------------------------------------------------
  32.  
  33.  
  34. FPS (keyint):
  35. -------------
  36.  
  37. 23.976: --keyint 240 --min-keyint 24
  38. 29.970: --keyint 300 --min-keyint 30
  39. VFR: --keyint 300 --min-keyint 30       *or max of the highest VFR framerate
  40.  
  41.  
  42. Source (colormatrix):
  43. ---------------------
  44.  
  45. DVD: --colormatrix  PAL: bt470bg   NTSC: smpte170m
  46. BD: --colormatrix bt709
  47.  
  48.     I believe smpte170m is NTSC and bt470bg is PAL
  49.         will need to find more info
  50.             + confirmed via wiki
  51.  
  52.  
  53. Anamorphic (sar):
  54. -----------------
  55.  
  56. 4/3: --sar 4320:4739
  57. 16/9: --sar 5760:4739
  58. 1/1: --sar 1:1
  59.  
  60.  
  61. for MP4/DXVA
  62.  
  63. 4/3: --sar 10:11
  64. 16/9: --sar 40:33
  65. 1/1: --sar 1:1
  66.  
  67.  
  68.  
  69. Resolution (input-res):
  70. -----------------------
  71.  
  72. set to cropped output resolution
  73.  
  74.  
  75. quality (crf):
  76. --------------
  77.  
  78. set to
  79.     18 for DVD
  80.     20 for BD
  81. change when needed
  82.         I seem to commonly use 22 for DXVA optimized encodes
  83.         18 also seems good for BD which makes 22 of DXVA about half
  84.  
  85.  
  86. processing (threads):
  87. ---------------------
  88.  
  89. set to 1.5x the number of physical threads you want to use
  90.     above 16 gets funky (4 core / 8 thread was beefcake during x264 development)
  91.     stick to 16 or less for best quality if possible
  92.  
  93.  
  94. --------------------------------------------------------------------------
  95.  
  96.  
  97. VBV info:
  98. ---------
  99.  
  100.  
  101. x264bluray.com
  102. --------------
  103. BD --vbv-maxrate 40000 --vbv-bufsize 30000
  104. AVCHD --vbv-maxrate 14000 --vbv-bufsize 14000
  105. DVD --vbv-maxrate 8000 --vbv-bufsize 8000
  106.  
  107.  
  108. doom9.org
  109. ---------
  110. BD --vbv-maxrate 40000 --vbv-bufsize 30000
  111. AVCHD --vbv-maxrate 15000 --vbv-bufsize 15000
  112. DVD --vbv-maxrate 8000 --vbv-bufsize 12000
  113.  
  114.  
  115. !!!USE!!!
  116. ---------
  117. BD --vbv-maxrate 40000 --vbv-bufsize 30000
  118. AVCHD --vbv-maxrate 15000 --vbv-bufsize 15000
  119. DVD --vbv-maxrate 8000 --vbv-bufsize 8000
  120.  
  121.  
  122.  
  123. --------------------------------------------------------------------------
  124.  
  125.  
  126. US fields vs frames
  127.  
  128. p24 ~ 23.976 fps (progressive) = 23.976 fields/second
  129. p25 = 25.000 fps (progressive) = 25.000 fields/second
  130. p30 ~ 29.970 fps (progressive) = 29.970 fields/second
  131. p50 = 50.000 fps (progressive) = 50.000 fields/second
  132. p60 ~ 59.940 fps (progressive) = 59.940 fields/second
  133. i50 = 25.000 fps (interlace)   = 50.000 fields/second
  134. i60 ~ 29.970 fps (interlace)   = 59.940 fields/second
  135.  
  136.  
  137. European Equivalent
  138.  
  139. EUR 1080i/25 (frames) = USA 1080i50 (fields)
  140. EUR 1080i/30 (frames) = USA 1080i60 (fields)
  141. EUR 576i/25 (frames)  = USA 576i50 (fields)
  142. EUR 480i/30 (frames)  = USA 480i60 (fields)
  143.  
  144.  
  145.  
  146. !!! only encode to interlace if the device that your going to be playing back on MUST have an interlaced file !!!
  147.  
  148.  
  149.  
  150. --------------------------------------------------------------------------
  151.  
  152.  
  153. Standard Resolutions
  154. --------------------
  155.  
  156. 1080p/i 16:9 = 1920x1080
  157. 1080p/i 4:3 = 1440x1080
  158.  
  159. 720p 16:9 = 1280x720
  160. 720p 4:3 = 960x720
  161.  
  162. 576p/i 16:9 = 720x576 * sar 16:11 = 1024x576
  163. 576p/i 4:3 = 720x576 * sar 12:11 = 768x576
  164.  
  165. 480p/i 16:9 = 720x480 * sar 41:33 ~ 853.3x480
  166. 480p/i 4:3 = 720x480 * sar 10:11 = 640x480
  167.  
  168. *note: sar values on anamorphic resolutions not to ITU spec
  169.  
  170.  
  171.  
  172. --------------------------------------------------------------------------
  173.  
  174.  
  175.  
  176.   -------------------
  177.  | Personal Profiles |
  178.   -------------------
  179.  
  180.  
  181.  
  182. C:\ACTV\VID-EDT\x264\x264.2851kMod.10bit.x86.exe --demuxer avs --input-depth 8 --input-res 1920x1080 --fps 60000/1001 --profile high10 --level 6.2 --preset placebo --crf 18  --thread-input --threads 24 --deblock 0:0 --keyint 600 --min-keyint 60 --qcomp 0.75 --no-mbtree --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --no-dct-decimate --non-deterministic --colormatrix bt709 --sar 1:1 --output "F:\BBS Last Live\BD_ROM\BDMV\PLAYLIST\00001.mpls_ - 2 - h264, 1080i60_x86_60p.264" "F:\BBS Last Live\BD_ROM\BDMV\PLAYLIST\00001.mpls_ - 2 - h264, 1080i60_x86_60p.avs" 2>"F:\BBS Last Live\BD_ROM\BDMV\PLAYLIST\00001.mpls_ - 2 - h264, 1080i60_x86_60p.264.log"
  183.  
  184.  
  185. C:\ACTV\VID-EDT\x264\x264.2851kMod.10bit.x86.exe --demuxer avs --input-depth 8 --input-res 1920x1080 --fps 60000/1001 --profile high10 --level 6.2 --preset slower --crf 18  --thread-input --threads 12 --deblock 0:0 --keyint 600 --min-keyint 60 --qcomp 0.75 --no-mbtree --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --colormatrix bt709 --sar 1:1 --output "F:\BBS Last Live\BD_ROM\BDMV\PLAYLIST\00001.mpls_ - 2 - h264, 1080i60_x86_60p.264" "F:\BBS Last Live\BD_ROM\BDMV\PLAYLIST\00001.mpls_ - 2 - h264, 1080i60_x86_60p.avs" 2>"F:\BBS Last Live\BD_ROM\BDMV\PLAYLIST\00001.mpls_ - 2 - h264, 1080i60_x86_60p.264.log"
  186.     -modified so that I didnt get memeory errors
  187.  
  188.  
  189. C:\ACTV\VID-EDT\avs2pipemod\avs2pipemod.exe -rawvideo "F:\BBS Last Live\BD_ROM\BDMV\PLAYLIST\00001.mpls_ - 2 - h264, 1080i60_x86_60p.avs" | C:\ACTV\VID-EDT\x264\x264.2851kMod.10bit.x86.exe --demuxer raw --input-csp i420 --output-csp i420 --input-depth 8 --input-range tv --input-res 1920x1080 --sar 1:1 --fps 60000/1001 --profile high10 --level 6.2 --preset slower --crf 18  --thread-input --threads 12 --deblock 0:0 --keyint 600 --min-keyint 60 --qcomp 0.75 --no-mbtree --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --videoformat ntsc --range tv --colorprim bt709 --transfer bt709 --colormatrix bt709 --output "F:\BBS Last Live\BD_ROM\BDMV\PLAYLIST\00001.mpls_ - 2 - h264, 1080i60_x86_60p.mkv" - 2>"F:\BBS Last Live\BD_ROM\BDMV\PLAYLIST\00001.mpls_ - 2 - h264, 1080i60_x86_60p.mkv.log"
  190.     -piped so I dont have memory errors or crashes
  191.  
  192.  
  193. C:\ACTV\VID-EDT\avs2pipemod\avs2pipemod.exe -rawvideo "F:\BBS Last Live\BD_ROM\BDMV\PLAYLIST\00001.mpls_ - 2 - h264, 1080i60_x86_60p.avs" | C:\ACTV\VID-EDT\x264\x264.2851kMod.10bit.x86_64.exe --demuxer raw --input-csp i420 --output-csp i420 --input-depth 8 --input-range tv --input-res 1920x1080 --sar 1:1 --fps 60000/1001 --profile high10 --level 6.2 --preset slower --crf 18  --thread-input --threads 12 --deblock 0:0 --keyint 600 --min-keyint 60 --qcomp 0.75 --no-mbtree --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --videoformat ntsc --range tv --colorprim bt709 --transfer bt709 --colormatrix bt709 --output "F:\BBS Last Live\BD_ROM\BDMV\PLAYLIST\00001.mpls_ - 2 - h264, 1080i60_x86_60p_64.mkv" - 2>"F:\BBS Last Live\BD_ROM\BDMV\PLAYLIST\00001.mpls_ - 2 - h264, 1080i60_x86_60p_64.mkv.log"
  194.     -switched to 64bit x264
  195.  
  196.  
  197. C:\ACTV\VID-EDT\avs2pipemod\avs2pipemod.exe -rawvideo "C:\EDIT\file.avs" | C:\ACTV\VID-EDT\x264\x264.2851kMod.10bit.x86_64.exe --demuxer raw --input-csp i420 --output-csp i420 --input-depth 8 --input-range tv --input-res 1920x1080 --sar 1:1 --fps 24000/1001 --profile high10 --level 6.2 --preset placebo --crf 18  --thread-input --threads 16 --deblock 0:0 --keyint 240 --min-keyint 24 --qcomp 0.75 --no-mbtree --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --videoformat ntsc --range tv --colorprim bt709 --transfer bt709 --colormatrix bt709 --output "C:\EDIT\file.mkv" - 2>"C:\EDIT\file.mkv.log"
  198.     -my profile as 64bit piped
  199.  
  200.  
  201. C:\ACTV\VID-EDT\x264\x264.2851kMod.x86_64.exe --demuxer avs --input-depth 8 --input-res 712x480 --fps 60000/1001 --profile high10 --level 6.2 --preset placebo --crf 18  --thread-input --threads 16 --deblock 0:0 --keyint 600 --min-keyint 60 --qcomp 0.75 --no-mbtree --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --no-dct-decimate --non-deterministic --colorprim "smpte170m" --transfer "smpte170m" --colormatrix "smpte170m" --sar 5760:4739 --output "C:\TMPR\x264 output\VTS_01_1.VOB_ - 1 - MPEG2, 480i60_30fps_64bit_DXVA.mkv" "T:\EDIT\MUZIK\`new music\`08 - 9mm Deep Blue\3 - Edit\DVD LE - Disc 2\COZP1567 - Full\VIDEO_TS\VTS_01_1.VOB_ - 1 - MPEG2, 480i60_60fps_64bit.avs" 2>"C:\TMPR\x264 output\VTS_01_1.VOB_ - 1 - MPEG2, 480i60_30fps_64bit_DXVA.mkv.log"
  202.     -my profile as 64bit no pipe
  203.  
  204.  
  205.  
  206. C:\ACTV\VID-EDT\x264\x264.2851kMod.x86_64.exe --demuxer avs --input-depth 8 --input-res 720x480 --fps 30000/1001 --profile main --level 3.2 --preset placebo --crf 20  --thread-input --threads 16 --deblock 0:0 --keyint 300 --min-keyint 30 --ref 14 --vbv-maxrate 17500 --vbv-bufsize 14000 --qcomp 0.75 --no-mbtree --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --partitions p8x8,b8x8,i8x8,i4x4 --no-dct-decimate --non-deterministic --colorprim "smpte170m" --transfer "smpte170m" --colormatrix "smpte170m" --sar 40:33 --output "C:\OUT\x264\VTS_01_1.VOB_ - 1 - MPEG2, 480p24_30fps_DXVA.mp4" "T:\EDIT\MUZIK\`new music\``103 - new TK single\3 - Edit\LE B - DIsc 2 - DVD\VIDEO_TS - Copy\VTS_01_1.VOB_ - 1 - MPEG2, 480p24_30fps.avs" 2>"C:\OUT\x264\VTS_01_1.VOB_ - 1 - MPEG2, 480p24_30fps_DXVA.mp4.log"
  207.     -my profile as 64bit no pipe with DXVA settings
  208.  
  209.  
  210. C:\ACTV\VID-EDT\x264\x264.2851kMod.10bit.x86_64.exe --demuxer avs --input-depth 8 --input-res 720x480 --fps 60000/1001 --profile high10 --level 6.2 --preset placebo --crf 18  --thread-input --threads 16 --deblock 0:0 --keyint 600 --min-keyint 60 --qcomp 0.75 --no-mbtree --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --no-dct-decimate --non-deterministic --colorprim "smpte170m" --transfer "smpte170m" --colormatrix "smpte170m" --sar 5760:4739 --output "C:\OUT\x264\VTS_01_1.VOB_ - 1 - MPEG2, 480p24_60fps_10bit.mkv" "T:\EDIT\MUZIK\`new music\``103 - new TK single\3 - Edit\LE B - DIsc 2 - DVD\VIDEO_TS - Copy\VTS_01_1.VOB_ - 1 - MPEG2, 480p24_60fps.avs" 2>"C:\OUT\x264\VTS_01_1.VOB_ - 1 - MPEG2, 480p24_60fps_10bit.mkv.log"
  211.     -my profile as 64bit no pipe with 10bit
  212.    
  213.    
  214. C:\ACTV\VID-EDT\x264\x264.2851kMod.10bit.x86_64.exe --demuxer avs --input-depth 8 --input-res 720x480 --fps 30000/1001 --profile high10 --level 6.2 --preset placebo --crf 18  --thread-input --threads 16 --deblock 0:0 --keyint 300 --min-keyint 30 --qcomp 0.75 --no-mbtree --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --no-dct-decimate --non-deterministic --colorprim "smpte170m" --transfer "smpte170m" --colormatrix "smpte170m" --sar 5760:4739 --output "C:\OUT\x264\VTS_01_1.VOB_ - 1 - MPEG2, 480p30_10bit.mkv" "T:\EDIT\MUZIK\`new music\``102 - SnP Stars - Copy\3 - edit2\VIBY_1469\VIDEO_TS\VTS_01_1.VOB_ - 1 - MPEG2, 480p30.avs" 2>"C:\OUT\x264\VTS_01_1.VOB_ - 1 - MPEG2, 480p30_10bit.mkv.log"
  215.     -updated 2020.08.02 @ 17:25
  216.  
  217.  
  218. --------------------------------------------------------------------------
  219.  
  220.  
  221.  
  222.   --------------------------
  223.  | Blu-ray / AVCHD Profiles |
  224.   --------------------------
  225.  
  226.  
  227.     -Secondary Video Streams must have the same fps as the Primary but may have differing fields/second
  228.     -interlace is not available for 1280x720 but you can do 60 and 50 fps progressive (which is much better anyway)
  229.     -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
  230.         > is now common to see SD on BD for complete older series on 1-2 BDs not upscaled or remastered
  231.  
  232.     -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
  233.    
  234.     -change crf and threads as needed for your pc
  235.         > threads should be the same number of threads your cpu has if you want to use your pc during encoding
  236.         > if you dont need to use your pc AT ALL while encoding set threads to 1.5x the number of threads your cpu has
  237.  
  238.  
  239.  
  240. 1080p24 16:9 Blu-ray
  241. 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"
  242.  
  243. 1080p25 16:9 Blu-ray
  244. 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"
  245.  
  246. 1080p30 16:9 Blu-ray
  247. 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"
  248.  
  249. 1080i50 16:9 Blu-ray
  250. 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"
  251.  
  252. 1080i60 16:9 Blu-ray
  253. 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"
  254.  
  255.  
  256. ~1080p24 4:3 Blu-ray
  257. ~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"
  258.     > never tested this, or had a reason to.
  259.     > uncommon to see in early BDs as they would hardcode pillarbox in 16:9
  260.     > have see this on newer remastered 4:3 BDs
  261.  
  262.  
  263.  
  264. 1080p24 16:9 AVCHD
  265. 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"
  266.  
  267. 1080p25 16:9 AVCHD
  268. 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"
  269.  
  270. 1080p30 16:9 AVCHD
  271. 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"
  272.  
  273. 1080i50 16:9 AVCHD
  274. 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"
  275.  
  276. 1080i60 16:9 AVCHD
  277. 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"
  278.  
  279.  
  280.  
  281.  
  282.  
  283. 720p24 16:9 Blu-ray
  284. 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"
  285.  
  286. 720p25 16:9 Blu-ray
  287. 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"
  288.  
  289. 720p30 16:9 Blu-ray
  290. 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"
  291.  
  292. 720p50 16:9 Blu-ray
  293. 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"
  294.  
  295. 720p60 16:9 Blu-ray
  296. 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"
  297.  
  298.  
  299.  
  300. 720p24 16:9 AVCHD
  301. 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"
  302.  
  303. 720p25 16:9 AVCHD
  304. 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"
  305.  
  306. 720p30 16:9 AVCHD
  307. 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"
  308.  
  309. 720p50 16:9 AVCHD
  310. 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"
  311.  
  312. 720p60 16:9 AVCHD
  313. 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"
  314.  
  315.  
  316.  
  317.  
  318.  
  319. 576p25 16:9 [Primary]
  320. 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"
  321.  
  322. 576i50 16:9 [Primary]
  323. 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"
  324.  
  325.  
  326. 576p25 4:3 [Primary]
  327. 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"
  328.  
  329. 576i50 4:3 [Primary]
  330. 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"
  331.  
  332.  
  333.  
  334. 576p25 16:9 [Secondary]
  335. 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"
  336.  
  337. 576i50 16:9 [Secondary]
  338. 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"
  339.  
  340.  
  341. 576p25 4:3 [Secondary]
  342. 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"
  343.  
  344. 576i50 4:3 [Secondary]
  345. 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"
  346.  
  347.  
  348.  
  349.  
  350.  
  351. 480p24 16:9 [Primary]
  352. 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"
  353.  
  354. 480p30 16:9 [Primary]
  355. 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"
  356.  
  357. 480i60 16:9 [Primary]
  358. 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"
  359.  
  360.  
  361. 480p24 4:3 [Primary]
  362. 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"
  363.  
  364. 480p30 4:3 [Primary]
  365. 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"
  366.  
  367. 480i60 4:3 [Primary]
  368. 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"
  369.  
  370.  
  371.  
  372. 480p24 16:9 [Secondary]
  373. 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"
  374.  
  375. 480p30 16:9 [Secondary]
  376. 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"
  377.  
  378. 480i60 16:9 [Secondary]
  379. 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"
  380.  
  381.  
  382. 480p24 4:3 [Secondary]
  383. 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"
  384.  
  385. 480p30 4:3 [Secondary]
  386. 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"
  387.  
  388. 480i60 4:3 [Secondary]
  389. 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"
  390.  
  391.  
  392.  
  393. --------------------------------------------------------------------------
  394.  
  395.  
  396.   ---------------
  397.  | DXVA Profiles |
  398.   ---------------
  399.  
  400.     -there are no interlace profiles because it is not required for DXVA support, thus should not be used
  401.     -if using a non standard resolution (which can be done) use a mod16 resolution for best DXVA compatibility
  402.    
  403.     -change crf and threads as needed for your pc
  404.         > threads should be the same number of threads your cpu has if you want to use your pc during encoding
  405.         > if you dont need to use your pc AT ALL while encoding set threads to 1.5x the number of threads your cpu has
  406.    
  407.     -colorprim, transfer, and colormatrix are not restricted to the resolution like with the Blu-ray Profiles and should be set according to the source
  408.         | BD = bt709 | PAL DVD = bt470bg | NTSC DVD = smpte170m |
  409.  
  410.  
  411.  
  412. 1080p24 16:9 DXVA
  413. 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"
  414.  
  415. 1080p25 16:9 DXVA
  416. 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"
  417.  
  418. 1080p30 16:9 DXVA
  419. 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"
  420.  
  421. 1080p50 16:9 DXVA
  422. 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"
  423.  
  424. 1080p60 16:9 DXVA
  425. 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"
  426.  
  427.  
  428. 1080p24 4:3 DXVA
  429. 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"
  430.  
  431. 1080p25 4:3 DXVA
  432. 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"
  433.  
  434. 1080p30 4:3 DXVA
  435. 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"
  436.  
  437. 1080p50 4:3 DXVA
  438. 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"
  439.  
  440. 1080p60 4:3 DXVA
  441. 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"
  442.  
  443.  
  444.  
  445.  
  446.  
  447. 720p24 16:9 DXVA
  448. 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"
  449.  
  450. 720p25 16:9 DXVA
  451. 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"
  452.  
  453. 720p30 16:9 DXVA
  454. 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"
  455.  
  456. 720p50 16:9 DXVA
  457. 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"
  458.  
  459. 720p60 16:9 DXVA
  460. 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"
  461.  
  462.  
  463. 720p24 4:3 DXVA
  464. 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"
  465.  
  466. 720p25 4:3 DXVA
  467. 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"
  468.  
  469. 720p30 4:3 DXVA
  470. 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"
  471.  
  472. 720p50 4:3 DXVA
  473. 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"
  474.  
  475. 720p60 4:3 DXVA
  476. 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"
  477.  
  478.  
  479.  
  480.  
  481.  
  482. 576p25 16:9 DXVA
  483. 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"
  484.  
  485. 576p50 16:9 DXVA
  486. 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"
  487.  
  488.  
  489. 576p25 4:3 DXVA
  490. 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"
  491.  
  492. 576p50 4:3 DXVA
  493. 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"
  494.  
  495.  
  496.  
  497.  
  498.  
  499. 480p24 16:9 DXVA
  500. 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"
  501.  
  502. 480p30 16:9 DXVA
  503. 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"
  504.  
  505. 480p60 16:9 DXVA
  506. 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"
  507.  
  508.  
  509. 480p24 4:3 DXVA
  510. 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"
  511.  
  512. 480p30 4:3 DXVA
  513. 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"
  514.  
  515. 480p60 4:3 DXVA
  516. 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"
  517.  
  518.  
  519.  
  520.  
  521.  
  522. Generic DXVA
  523.  
  524.                     *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
  525.                             if a mod16 resolution is used it should max just about anything DXVA compatible. This excludes iPod Classic 5th Gen (iPod Video) and PSP
  526.  
  527.                            
  528. 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"
  529.  
  530.  
  531. pdated 2020.08.02 @ 17:25
  532.  
  533. C:\ACTV\VID-EDT\x264\x264.2851kMod.x86_64.exe --demuxer avs --input-depth 8 --input-res 720x480 --fps 30000/1001 --profile main --level 3.2 --preset placebo --crf 22  --thread-input --threads 16 --deblock 0:0 --keyint 300 --min-keyint 30 --ref 14 --vbv-maxrate 17500 --vbv-bufsize 14000 --qcomp 0.75 --no-mbtree --merange 32 --me umh --subme 10 --psy-rd 1.0:0.10 --fade-compensate 0.5 --partitions p8x8,b8x8,i8x8,i4x4 --no-dct-decimate --non-deterministic --colorprim "smpte170m" --transfer "smpte170m" --colormatrix "smpte170m" --sar 40:33 --output "C:\OUT\x264\VTS_01_1.VOB_ - 1 - MPEG2, 480p30_DXVA.mp4" "T:\EDIT\MUZIK\`new music\``102 - SnP Stars - Copy\3 - edit2\VIBY_1469\VIDEO_TS\VTS_01_1.VOB_ - 1 - MPEG2, 480p30.avs" 2>"C:\OUT\x264\VTS_01_1.VOB_ - 1 - MPEG2, 480p30_DXVA.mp4.log"
  534.  
  535.  
  536.  
  537. --------------------------------------------------------------------------
  538.  
  539.  
  540.  
  541.  
  542.  
  543. ------------------------------------------------------------
  544. after encoding to DXVA 480p I ran into the following errors:
  545. ------------------------------------------------------------
  546.  
  547. x264 [warning]: DPB size (14 frames, 18900 mbs) > level limit (13 frames, 18000 mbs)
  548. x264 [warning]: VBV bitrate (17500) > level limit (14000)
  549. x264 [warning]: VBV buffer (15000) > level limit (14000)
  550.  
  551.  
  552.  
  553. original DXVA SD profile
  554. ------------------------
  555.  
  556. --profile high --level 3.1 --ref 14 --vbv-maxrate 17500 --vbv-bufsize 14000
  557.     -level not high enough to support --ref 14
  558.  
  559.    
  560.    
  561. my DXVA profile
  562. ---------------
  563.  
  564. --profile main --level 3.1 --ref 14 --vbv-maxrate 17500 --vbv-bufsize 14000
  565.     -level not high enough to support --ref 14
  566.     -profile not high enough to support --vbv-maxrate 17500
  567.  
  568.    
  569. edited DXVA profile
  570. -------------------
  571.  
  572. --profile main --level 3.2 --ref 14 --vbv-maxrate 17500 --vbv-bufsize 14000
  573.     -level raised to 3.2 (should be fine because that is BD spec)
  574.     -no need to raise profile as higher lvl already supports that bitrate
  575.  
  576.  
  577.  
  578.  
  579.  
  580. --------------------------------------------------------------------------
  581.  
  582.  
  583.   -------------------
  584.  | Portable Profiles |
  585.   -------------------
  586.  
  587.  
  588.  
  589. PlayStation Portable (PSP)
  590. --------------------------
  591.  
  592.     -max of 30fps
  593.     -480x272 (square) or 720x480 (anamorphic)
  594.     -remember to addborders if using 480x272 to display NTSC 4:3 or PAL 16:9 and 4:3
  595.     -no need to rename file as long as ther are not special characters or spaces and it can be put into the video folder
  596.    
  597.     -Audio must be AAC-LC 2ch 16bit 48000 kHz
  598.     -resolutions must be mod16
  599.    
  600.     -must be named M4V00000.MP4 (note: 0's can be any number really) and in the MP_ROOT\100MNV01 folder
  601.     -use 320x240 and 368x208 for older firmware as the PSP could only support 76800 pixels
  602.     -older firmware is also limted to only 29.970 fps or 14.985 fps as well as other limiitations
  603.    
  604.  
  605.  
  606. 480p24 16:9 PSP
  607. -
  608.  
  609. 480p24 4:3 PSP
  610. -
  611.  
  612.    
  613. 480p30 16:9 PSP
  614. 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"
  615.  
  616. 480p30 4:3 PSP
  617. -
  618.  
  619.  
  620.  
  621. 480x272p24 PSP
  622. -
  623.  
  624. 480x272p25 PSP
  625. -
  626.  
  627. 480x272p30 PSP
  628. 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"
  629.  
  630.  
  631.  
  632. 368x208p14.985 16:9 PSP
  633. -
  634.  
  635. 368x208p30 16:9 PSP
  636. -
  637.  
  638.  
  639.  
  640. 320x240p14.985 4:3 PSP
  641. -
  642.  
  643. 320x240p30 4:3 PSP
  644. 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"
  645.  
  646.  
  647.  
  648.  
  649. Apple iProducts
  650. ---------------
  651.  
  652.     -AAC-LC audio up to 160 Kbps, 48kHz, stereo audio (16bit as well, though not noted by apple)
  653.     -for 2 pass encoding bitrate is about 2/3 of max rate as if bitrate is too high to max-bitrate quality will suffer
  654.    
  655.     -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
  656.     -fps can be up to the specified one
  657.     -if 2 pass bitrate mode is used do not change the bitrate
  658.     -if crf is used change it as needed
  659.     -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)
  660.     -set colorprim, transfer, and colormatrix to the source used on every profile
  661.    
  662.  
  663.    
  664. iPod touch 5, iPhone 4S/5, iPad mini 1, iPad 3/4, Apple TV 3
  665. 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"
  666.  
  667.  
  668. iPod touch 4, iPhone 4, iPad 1/2, Apple TV 2
  669. 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"
  670.  
  671.  
  672. Apple TV 1
  673. 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"
  674. 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"
  675.  
  676. 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"
  677. 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"
  678.  
  679.  
  680. iPod nano 7
  681. 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"
  682.  
  683. 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"
  684.  
  685.  
  686. iPod classic 6, iPod nano 3/4/5, iPod touch 1/2/3, iPhone 3G/3GS
  687. 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"
  688. 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"
  689.  
  690.  
  691. iPhone 2G
  692. 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"
  693. 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"
  694.  
  695.  
  696. iPod classic 5
  697. 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"
  698. 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"
  699.  
  700.  
  701.  
  702.  
  703. Generic Portable Profile
  704.  
  705.                     *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
  706.                             if a mod16 resolution is used it should max just about anything DXVA compatible. This excludes iPod Classic 5th Gen (iPod Video) and PSP
  707.  
  708.  
  709. 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"
  710.  
  711.  
  712.  
  713.  
  714.  
  715.  
  716.  
  717. ----------------------------------------------------------------------------------------------------------------------------------------------------
  718.  
  719.  
  720.     * 2012.05.05 created
  721.     * 2012.05.05 changed protable profile to level 3.0 instead of 3.1, changed output of portable profile to mp4
  722.     * 2012.05.06 changed refs for AVCHD and Blu-ray to 4 instead of 6 for compatibility with 1080p, added BDMV ref list
  723.     * 2012.05.06 added proper colormatrix conversion for AVCHD and Blu-ray as well as fake interlace which is needed for anyuthing progressive
  724.     * 2012.05.26 added info about fake-interlaced and changed some default BD and AVCHD settings
  725.     * 2012.06.05 edited the log naming
  726.     * 2012.06.21 changed threads on all accounts to 5 so that I can still use the computer when im encoding
  727.         *previous to this  it was called "x264 8-bit CLI Info for other uses"
  728.     * 2013.03.25 15:55  file created and all Blu-ray/AVCHD Profiles were created except 1080p 4:3
  729.     * 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
  730.     * 2013.03.28 16:46  add info on when to use the Primary Stream settings for 576p and 480p
  731.     * 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
  732.     * 2013.03.28 18:30  added standard resolutions to OP
  733.     * 2013.03.28 19:15  DXVA profiles added the anamorphic SD profiles need to be tested
  734.     * 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
  735.     * 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
  736.     * 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
  737.     * 2013.03.28 23:52  fixed 480p60 DXVA as they were labeled 480i60
  738.     * 2013.03.29 00:17  add note about encoding to nonstandard resolutions using DXVA Profiles and setting the colormatrix according to the source
  739.     * 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
  740.     * 2013.03.29 00:51  added a note about the generic DXVA profile
  741.     * 2013.03.29 14:31  changed profile to main from high for the 480p and Generic Profiles as they were incorrect
  742.     * 2013.03.29 14:44  started the portable profiles section
  743.     * 2013.03.26 17:32  fleshed out the PSP profiles they just need to be tested before I finalize them all
  744.     * 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
  745.     * 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
  746.     * 2013.03.31 12:35  the above 2 changes were also applied to the generic DXVA profile as it shares those restrictions
  747.     * 2013.03.31 16:01  x264 DXVA SD warning fix.txt created to describe the need changes to the DXVA SD Profiles
  748.     * 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
  749.     * 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
  750.     * 2019.01.17 03:17  added general info from "x264 8-bit CLI Info for other uses.txt"
  751.     * 2019.01.17 04:01  added general info from "x264 CLI.txt"
  752.     * 2019.01.17 04:22  added info from "x264 VBV" and "x264 DXVA SD warning fix"
  753.     * 2019.01.20 08:33  added personal profile that will change over time
  754.     * 2019.06.23 22:56  updated and tweaked some notes, did not touch contents of profiles.
  755.     * 2020.07.31 20:02  clarified colormatrix options
  756.     * 2020.08.02 19:25  added DXVA compatible sar values to quick reference
  757.    
  758.    
  759.    
  760.    
  761.    
  762.    
  763.    
  764.    
  765.    
  766.  
  767.  
  768.  
  769.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement