Quantcast
Channel: VideoHelp Forum
Viewing all articles
Browse latest Browse all 45804

[HEVC] x265.EXE: MinGW build

$
0
0
To whom this may interest :rolleyes: , and finally :o :) ,

Code:

[C:\]
=>x265

Syntax: x265 [options] infile [-o] outfile
    infile can be YUV or Y4M
    outfile is raw HEVC bitstream
Options:

Standalone Executable Options:
-h/--help                      Show this help text
  --cpuid                      Limit SIMD arch 1:None 2:SSE2 .. 8:AVX2 (default:0 auto)
  --threads                    Number of threads for thread pool (default:CPU core count)
  --gops                      Number of GOPS to encode in parallel (default:1)
  --log                        Logging level 0:ERROR 1:WARNING 2:INFO(default) 3:DEBUG -1:NONE
  --csv                        `Comma separated value' log file, appends one line per run
  --no-progress                Disable progress reports
-o/--output                    Bitstream output file name

Input Options:
  --input                      Raw YUV or Y4M input file name
  --input-depth                Bit-depth of input file (YUV only) (default: 8)
  --width                      Source picture width, auto-detect if Y4M
  --height                    Source picture height, auto-detect if Y4M
  --rate                      Frame rate, auto-detect if Y4M
  --frame-skip                Number of frames to skip at start of input file
-f/--frames                    Number of frames to be encoded (default=all)

Reconstructed video options (debugging):
-r/--recon                      Reconstructed image YUV or Y4M output file name
  --recon-depth                Bit-depth of output file (default:InternalBitDepth)

Quad-Tree analysis:
  --wpp                        Enable Wavefront Parallel Processing
  --no-wpp                    Disable Wavefront Parallel Processing
-s/--ctu                        Maximum CU size (default: 64x64)
  --tu-intra-depth            Max TU recursive depth for intra CUs
  --tu-inter-depth            Max TU recursive depth for inter CUs

Temporal / motion search options:
  --me                        Motion search method 0:dia 1:hex 2:umh 3:star(default) 4:hm-orig 5:full
  --merange                    Motion search range (default: 64)
  --bpredrange                Motion search range for bipred refinement (default:4)
  --rect                      Enable rectangular motion partitions Nx2N and 2NxN
  --no-rect                    Disable rectangular motion partitions Nx2N and 2NxN
  --amp                        Enable asymmetric motion partitions, requires --rect
  --no-amp                    Disable asymmetric motion partitions
  --rdo                        Enable rate distortion-based mode decision
  --no-rdo                    Enable mode decision without rate distortion optimization
  --max-merge                  Maximum number of merge candidates (default: 5)
  --early-skip                Enable early SKIP detection
  --no-early-skip              Disable early SKIP detection
  --fast-cbf                  Enable Cbf fast mode
  --no-fast-cbf                Disable Cbf fast mode

Spatial / intra options:
  --rdpenalty                  penalty for 32x32 intra TU in non-I slices. 0:disabled 1:RD-penalty 2:maximum
  --tskip                      Enable intra transform skipping
  --no-tskip                  Disable intra transform skipping
  --tskip-fast                Enable fast intra transform skipping
  --no-tskip-fast              Disable fast intra transform skipping
  --strong-intra-smoothing    Enable strong intra smoothing for 32x32 blocks
  --no-strong-intra-smoothing  Disable strong intra smoothing for 32x32 blocks
  --constrained-intra          Constrained intra prediction (use only intra coded reference pix
els)
  --no-constrained-intra      Disable constrained intra prediction (use only intra coded reference pixels)

Slice decision options:
-i/--keyint                    Intra period in frames, (-1: only first frame)
-b/--bframes                    Maximum number of consecutive b-frames (now it only enables B GOP structure)
-w/--weightp                    Enable weighted prediction in P slices
  --no-weightp                Disable weighted prediction in P slices
  --weightbp                  Enable weighted (bidirectional) prediction in B slices
  --no-weightbp                Disable weighted (bidirectional) prediction in B slices

QP and rate distortion options:
-q/--qp                        Base QP for CQP mode (default: 30)
  --cbqpoffs                  Chroma Cb QP Offset
  --crqpoffs                  Chroma Cr QP Offset
  --rdoq                      Enable RDO quantization
  --no-rdoq                    Disable RDO quantization
  --rdoqts                    Enable RDO quantization with transform skip
  --no-rdoqts                  Disable RDO quantization with transform skip
  --signhide                  Hide sign bit of one coeff per TU (rdo)
  --no-signhide                Disable hide sign bit of one coeff per TU (rdo)

Sample Adaptive Offset loop filter:
  --sao                        Enable Sample Adaptive Offset
  --no-sao                    Disable Sample Adaptive Offset
  --sao-lcu-bounds            0: right/bottom boundary areas skipped  1: non-deblocked pixels
are used
  --sao-lcu-opt                0: SAO picture-based optimization, 1: SAO LCU-based optimization


SEI options:
  --hash                      Decoded Picture Hash SEI 0: disabled, 1: MD5, 2: CRC, 3: Checksum

INSTRUCTIONS:

unzip, unrar, enjoy, profit :rolleyes:
Attached Files

Viewing all articles
Browse latest Browse all 45804

Trending Articles