Opened 6 years ago
Closed 6 years ago
#124 closed defect (worksforme)
Encoder exits when macro "JVET_L0100_MULTI_HYPOTHESIS_INTRA" is turned off
Reported by: | zhou | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | VTM | Version: | VTM-3.0 |
Keywords: | Cc: | ksuehring, XiangLi, fbossen, jvet@… |
Description
error message:
error: Unknown option MHIntra' (value:1')
Change history (3)
comment:1 Changed 6 years ago by XiangLi
comment:2 Changed 6 years ago by ksuehring
- Version set to VTM-3.0
comment:3 Changed 6 years ago by ksuehring
- Resolution set to worksforme
- Status changed from new to closed
Note: See TracTickets for help on using tickets.
From the description, I am guessing that default cfg files are using. When JVET_L0100_MULTI_HYPOTHESIS_INTRA off, option MHIntra in default cfg file is unknown to encoder. In this case, please remove the option from cfg file to be used. Or please try command line option "-w 1" to ignore unknown parameters. If the above ways don't work, please provide the detailed encoder settings for the issue.