mirror of
				https://github.com/ElvishArtisan/rivendell.git
				synced 2025-11-04 08:04:12 +01:00 
			
		
		
		
	* 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>
		
			
				
	
	
		
			17 lines
		
	
	
		
			696 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			696 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
                 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
 |