Question / Help Question About Custom Arguments

Magus

New Member
Just wondering, what's the correct way to write custom arguments in OBS. Is it...

A. --no-deblock --no-psy --level 4.1

or

B. no-deblock no-psy level=4.1

It's just that I also use Hybrid and the way hybrid shows arguments is with a double-dash in before each parameter. However I've seen people writing custom arguments for OBS using the second method, with just spaces and equal signs.

In Hybrid for example, this would be a string of arguments:

x264 --crf 18.00 --profile high --level 4.2 --psy-rd 1.00:0.15 --vbv-maxrate 62500 --vbv-bufsize 78125 --sar 1:1 --qpfile GENERATED_QP_FILE --deblock -1:-1 --non-deterministic --range tv --colormatrix bt709 --demuxer raw --input-res 48x48 --input-csp i420 --input-range tv --input-depth 8 --fps 6250000/100000 --output-depth 8 --output OUTPUTFILE -

But is it different for OBS?

Thanks.
 
Top