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