Skip to content

Commit

Permalink
Upsi... (#398)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjw24 authored Jun 28, 2024
1 parent 3fe5917 commit d57c73d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/Lib/apputils/VVEncAppCfg.h
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@ int parse( int argc, char* argv[], vvenc_config* c, std::ostream& rcOstr )
("threads,t", c->m_numThreads, "number of threads (multithreading; -1: resolution < 720p: 4, < 5K 2880p: 8, >= 5K 2880p: 12 threads)")
("mtprofile", toMtProfile, "enable automatic multi-threading setting (enables tiles, IFP and WPP automatically depending on the number of threads)")
("ifp", toUseIfp, "inter-frame parallelization(IFP) (0: off, 1: on, with sync. offset of two CTU lines)")
("refreshtype,-rt", toDecRefreshType, "intra refresh type (idr, cra, cra_cre: CRA, constrained RASL picture encoding, none, rpsei: Recovery Point SEI,"
("refreshtype,-rt", toDecRefreshType, "intra refresh type (idr, cra, cra_cre: CRA, constrained RASL picture encoding, none, rpsei: Recovery Point SEI,\n"
" idr_no_radl: IDR, without leading pictures, use for DASH)")
("refreshsec,-rs", c->m_IntraPeriodSec, "intra period/refresh in seconds")
("intraperiod,-ip", c->m_IntraPeriod, "intra period in frames (0: specify intra period in seconds instead, see -refreshsec)")
Expand All @@ -691,7 +691,7 @@ int parse( int argc, char* argv[], vvenc_config* c, std::ostream& rcOstr )
opts.addOptions()
("IntraPeriod,-ip", c->m_IntraPeriod, "Intra period in frames (0: use intra period in seconds (refreshsec), else: n*gopsize)")
("RefreshSec,-rs", c->m_IntraPeriodSec, "Intra period/refresh in seconds")
("DecodingRefreshType,-dr", toDecRefreshType, "intra refresh type (idr, cra, cra_cre: CRA, constrained RASL picture encoding, none, rpsei: Recovery Point SEI,"
("DecodingRefreshType,-dr", toDecRefreshType, "intra refresh type (idr, cra, cra_cre: CRA, constrained RASL picture encoding, none, rpsei: Recovery Point SEI,\n"
" idr_no_radl: IDR, without leading pictures, use for DASH)")
("GOPSize,g", c->m_GOPSize, "GOP size of temporal structure (16,32)")
("PicReordering", c->m_picReordering, "Allow reordering of pictures (0:off, 1:on), should be disabled for low delay requirements")
Expand Down

0 comments on commit d57c73d

Please sign in to comment.