("StopAfterFFtoPOC",m_stopAfterFFtoPOC,false,"If using fast forward to POC, after the POC of interest has been hit, stop further encoding.")
("ForceDecodeBitstream1",m_forceDecodeBitstream1,false,"force decoding of bitstream 1 - use this only if you are realy sure about what you are doing ")
("DecodeBitstream2ModPOCAndType",m_bs2ModPOCAndType,false,"Modify POC and NALU-type of second input bitstream, to use second BS as closing I-slice")
("NumSplitThreads",m_numSplitThreads,1,"Number of threads used to parallelize splitting")
("ForceSingleSplitThread",m_forceSplitSequential,false,"Force single thread execution even if taking the parallelized path")
("NumWppThreads",m_numWppThreads,1,"Number of threads used to run WPP-style parallelization")
("NumWppExtraLines",m_numWppExtraLines,0,"Number of additional wpp lines to switch when threads are blocked")
("DebugCTU",m_debugCTU,-1,"If DebugBitstream is present, load frames up to this POC from this bitstream. Starting with DebugPOC-frame at CTUline containin debug CTU.")
("EnsureWppBitEqual",m_ensureWppBitEqual,false,"Ensure the results are equal to results with WPP-style parallelism, even if WPP is off")
("ALF",m_alf,true,"Adaptive Loop Filter\n")
#if JVET_U0081
("ALFStrengthLuma",m_alfStrengthLuma,1.0,"Adaptive Loop Filter strength for luma. The parameter scales the magnitudes of the ALF filter coefficients for luma. Valid range is 0.0 <= ALFStrengthLuma <= 1.0")