mirror of
				https://github.com/ElvishArtisan/rivendell.git
				synced 2025-11-04 16:14:03 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			483 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			483 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
            ENCODER_BITRATES Table Layout for Rivendell
 | 
						|
 | 
						|
The ENCODER_BITRATES table holds data concerning the allowed bit rates
 | 
						|
in bits/sec for each custom encoder format on the system.  
 | 
						|
Following is the layout of a record in the ENCODER_BITRATES table:
 | 
						|
 | 
						|
FIELD NAME           TYPE             REMARKS
 | 
						|
-------------------------------------------------------------------
 | 
						|
ID                   int(11)
 | 
						|
ENCODER_ID           int(11)          From ENCODERS.ID
 | 
						|
BITRATE              int(11)
 |