Opened 12 years ago Closed 12 years ago #716 closed defect (fixed)overriding IntraPeriod causes encoder crash when used with encoder_intra_main.cfg
Description
Loading encoder_intra_main.cfg and then overriding IntraPeriod on the command line with a value higher than 1 causes the encoder to crash. Change History (2)comment:1 Changed 12 years ago by DefaultCC Plugin
comment:2 Changed 12 years ago by davidf
Note: See
TracTickets for help on using
tickets. | This list contains all users that will be notified about changes made to this ticket. These roles will be notified: Reporter, Owner, Subscriber, Participant
|
To use the encoder with predicted pictures a configuration of the GOP must be provided. In the intra config files there is no such configuration.
Fixed in r2920.
This fixes the issue by causing the encoder to reject a configuration that does not specify a GOP and having --IntraPeriod > 1.