mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 09:03:40 +02:00
2020-10-13 Fred Gleason <fredg@paravelsystems.com>
* Added an 'ENCODER_PRESETS' table to the database. * Incremented the database verssion to 343. * Added an 'Encoder Profiles' dialog to rdadmin(1). * Removed static content dependencies from the WebGet service. * Refactored the WebGet service to use Encoder Profiles. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -40,6 +40,7 @@ EXTRA_DIST = audio_cards.txt\
|
||||
dropbox_paths.txt\
|
||||
dropbox_sched_codes.txt\
|
||||
elr_lines.txt\
|
||||
encoder_presets.txt\
|
||||
event_lines.txt\
|
||||
event_perms.txt\
|
||||
events.txt\
|
||||
|
16
docs/tables/encoder_presets.txt
Normal file
16
docs/tables/encoder_presets.txt
Normal file
@@ -0,0 +1,16 @@
|
||||
ENCODER_PRESETS Table Layout for Rivendell
|
||||
|
||||
The ENCODER_PRESETS table holds data concerning predefined sets if
|
||||
encoder settings for subsystems such as WebGet.
|
||||
|
||||
FIELD NAME TYPE REMARKS
|
||||
---------------------------------------------------------------
|
||||
ID int(10) unsigned
|
||||
NAME varchar(64) Unique
|
||||
FORMAT int(10) unsigned RDSettings::Format
|
||||
CHANNELS int(10) unsigned
|
||||
SAMPLE_RATE int(10) unsigned Samples/sec
|
||||
BIT_RATE int(10) unsigned Bits/second
|
||||
QUALITY int(11) unsigned
|
||||
NORMALIZATION_LEVEL int(11) signed dBFS
|
||||
AUTOTRIM_LEVEL int(11) signed dBFS
|
Reference in New Issue
Block a user