View Issue Details

IDProjectCategoryView StatusLast Update
0000212JVT JM H.264/AVC reference softwareencoderpublic2010-04-28 14:10
ReporterHan Assigned ToKarsten Suehring  
PrioritynormalSeveritytrivialReproducibilityhave not tried
Status resolvedResolutionfixed 
Product VersionJM 16.2 
Fixed in VersionJM-17.0 
Summary0000212: parsing error in encoder_main.cfg
DescriptionWhen I use encoder_main.cfg as default parameter file, it comes out with parsing error as follows:
        Parsing error in config file: Parameter Name 'ChangeQPBSRefOffset' not r
ecognized.
        Parsing error in config file: Parameter Name 'ChangeQPStart' not recogni
zed............................................................................

However, it does not mention that these two parameters can not be used in main profile in the software manual.
TagsNo tags attached.

Activities

Karsten Suehring

2010-04-28 14:08

administrator   ~0000358

The parameter names have changed recently. They are now:

ChangeQPFrame = 0 # Frame in display order from which to apply the Change QP offsets
ChangeQPI = 0 # Change QP offset value for I_SLICE
ChangeQPP = 0 # Change QP offset value for P_SLICE
ChangeQPB = 0 # Change QP offset value for B_SLICE
ChangeQPSI = 0 # Change QP offset value for SI_SLICE
ChangeQPSP = 0 # Change QP offset value for SP_SLICE

The QP change should be disabled in the encoder_main.cfg file. So if you don't want to enable them, you can either remove the lines from the file or ignore the messages.

Karsten Suehring

2010-04-28 14:10

administrator   ~0000359

Last edited: 2010-04-28 14:10

The config file has been fixed in JM 17.0.

Issue History

Date Modified Username Field Change
2010-04-27 21:00 Han New Issue
2010-04-28 14:08 Karsten Suehring Note Added: 0000358
2010-04-28 14:10 Karsten Suehring Note Added: 0000359
2010-04-28 14:10 Karsten Suehring Status new => resolved
2010-04-28 14:10 Karsten Suehring Fixed in Version => JM-17.0
2010-04-28 14:10 Karsten Suehring Resolution open => fixed
2010-04-28 14:10 Karsten Suehring Assigned To => Karsten Suehring
2010-04-28 14:10 Karsten Suehring Note Edited: 0000359