Compare commits
	
		
			2 Commits
		
	
	
		
			29d44fc31a
			...
			dba92b3043
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| dba92b3043 | |||
| 2bab551803 | 
							
								
								
									
										4
									
								
								dist/main.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								dist/main.js
									
									
									
									
										vendored
									
									
								
							| @ -164,7 +164,7 @@ async function vodBuilder(params) { | |||||||
|             `-preset ${pluginSettings.vodQuality}`, |             `-preset ${pluginSettings.vodQuality}`, | ||||||
|             `-b:v${streamSuffix} ${targetBitrate}`, |             `-b:v${streamSuffix} ${targetBitrate}`, | ||||||
|             `-bufsize ${targetBitrate * 2}`, |             `-bufsize ${targetBitrate * 2}`, | ||||||
|             `-cq 19`, |             // `-cq 21`, // increased 19 to 21, file size massive | ||||||
|             `-profile:v${streamSuffix} high` |             `-profile:v${streamSuffix} high` | ||||||
|         ] |         ] | ||||||
|     }; |     }; | ||||||
| @ -196,7 +196,7 @@ async function liveBuilder(params) { | |||||||
|             `-g:v${streamSuffix} ${fps * 2}`, |             `-g:v${streamSuffix} ${fps * 2}`, | ||||||
|             `-b:v${streamSuffix} ${targetBitrate}`, |             `-b:v${streamSuffix} ${targetBitrate}`, | ||||||
|             `-bufsize ${targetBitrate * 2}`, |             `-bufsize ${targetBitrate * 2}`, | ||||||
|             `-cq 21` |             // `-cq 22` // increase for accessibility | ||||||
|         ] |         ] | ||||||
|     }; |     }; | ||||||
|     logger.info(`EncoderOptions: ${JSON.stringify(options)}`); |     logger.info(`EncoderOptions: ${JSON.stringify(options)}`); | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user