Ranguvar
14th June 2008, 04:41
x264.exe --pass 1 --stats FotR.stats --bitrate --subme 1 --analyse none --me dia --progress --filter -1,0 --no-ssim --no-psnr --bframes 4 --b-pyramid --direct spatial --threads auto --output NUL AVS.avs
x264.exe --pass 2 --stats FotR.stats --bitrate 1300 --level 4.1 --ref 5 --mixed-refs --vbv-bufsize 9000 --vbv-maxrate 24000 --q-comp 0.50 --no-fast-pskip --bframes 5 --b-pyramid --b-rdo --bime --weightb --filter -1,0 --subme 7 --trellis 2 --analyse p8x8,b8x8,i4x4,i8x8 --8x8dct --me umh --threads auto --progress --no-dct-decimate --no-ssim --no-psnr --rdcmp psy --sar 517:450 --output FotR.mp4 AVS.avs
Kind of the first time for me, 'handwriting' the CLI... I think there's a few things wrong here. What I'm worried about is the first pass "output", whether I need to enable anything in the first pass for PsyRDO, whether I need to specify the SAR in the first pass, whether I need to specify the bitrate in the first pass, whether I need to specify the max number of refs in the first pass (as well as mixed-refs), and whether I need to specify the VBV settings in the first pass.
:thanks:
x264.exe --pass 2 --stats FotR.stats --bitrate 1300 --level 4.1 --ref 5 --mixed-refs --vbv-bufsize 9000 --vbv-maxrate 24000 --q-comp 0.50 --no-fast-pskip --bframes 5 --b-pyramid --b-rdo --bime --weightb --filter -1,0 --subme 7 --trellis 2 --analyse p8x8,b8x8,i4x4,i8x8 --8x8dct --me umh --threads auto --progress --no-dct-decimate --no-ssim --no-psnr --rdcmp psy --sar 517:450 --output FotR.mp4 AVS.avs
Kind of the first time for me, 'handwriting' the CLI... I think there's a few things wrong here. What I'm worried about is the first pass "output", whether I need to enable anything in the first pass for PsyRDO, whether I need to specify the SAR in the first pass, whether I need to specify the bitrate in the first pass, whether I need to specify the max number of refs in the first pass (as well as mixed-refs), and whether I need to specify the VBV settings in the first pass.
:thanks: