Codecparams table

From MythTV Official Wiki
Revision as of 05:17, 12 March 2007 by Malban (talk | contribs) (Example Entries)

Jump to: navigation, search

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

Table Description

Field name Type Null Key Default Extras
profile int(10) unsigned PRI 0
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