View Single Post
Old 7th December 2017, 17:55   #3255  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,277
  • Started Hybrid
  • Set 'Best->Processing->Video' to 'x265'
  • Selected 'x265->Base->Preset and Tune->Preset' to 'slow' and applied it. Resulting command line was:
    Code:
    x265 --preset slow --input - --output-depth 10 --y4m --profile main10 --high-tier --level-idc 4.1 --qpstep 1 --crf 18.00 --qpfile GENERATED_QP_FILE --vbv-maxrate 50000 --vbv-bufsize 50000 --range limited --colormatrix bt709 --output OUTPUTFILE
  • enabled 'x265->Quantization->QuadTree->cu lossless' command line changed to:
    Code:
    x265 --preset slow --input - --output-depth 10 --y4m --profile main10 --high-tier --level-idc 4.1 --qpstep 1 --crf 18.00 --qpfile GENERATED_QP_FILE --cu-lossless --vbv-maxrate 50000 --vbv-bufsize 50000 --range limited --colormatrix bt709 --output OUTPUTFILE
  • disabled 'x265->Quantization->QuadTree->cu lossless' command line changed to:
    Code:
    x265 --preset slow --input - --output-depth 10 --y4m --profile main10 --high-tier --level-idc 4.1 --qpstep 1 --crf 18.00 --qpfile GENERATED_QP_FILE --vbv-maxrate 50000 --vbv-bufsize 50000 --range limited --colormatrix bt709 --output OUTPUTFILE
-> Can't reproduce the issue like I understood your description of the problem.

Cu Selur
__________________
Hybrid here in the forum, homepage

Last edited by Selur; 7th December 2017 at 21:27.
Selur is offline   Reply With Quote