Codecparams table

From MythTV Official Wiki
Jump to: navigation, search

Important.png Note: The correct title of this article is codecparams table. It appears incorrectly here due to technical restrictions.

The codecparams table contains the parameters of the codecs defined in the recording profiles.

Table Description

Field name Type Null Key Default Extras
profile int(10) unsigned PRI 0 REFERENCES recordingprofiles(id)
name varchar(128) PRI
value varchar(128) YES NULL

Fields

  • profile relates to the id field in the recordingprofiles table.
  • name is the name of the parameter.
  • value is the value of the parameter.

Example Entries

 name: width
value: 480

 name: height
value: 480

 name: rtjpegquality
value: 170

 name: mpeg4bitrate
value: 2200

 name: mp3quality
value: 3

 name: volume
value: 90