mirror of
				https://github.com/zoriya/Kyoo.git
				synced 2025-10-30 18:22:41 -04:00 
			
		
		
		
	Allow cpu profile for docker compose versions where default profile i… (#379)
This commit is contained in:
		
						commit
						8aa4d3f7d0
					
				| @ -26,7 +26,7 @@ UNLOGGED_PERMISSIONS= | ||||
| DEFAULT_PERMISSIONS=overall.read,overall.play | ||||
| 
 | ||||
| # Hardware transcoding (equivalent of --profile docker compose option). | ||||
| COMPOSE_PROFILES= # vaapi or qsv or nvidia | ||||
| COMPOSE_PROFILES=cpu # cpu (no hardware acceleration) or vaapi or qsv or nvidia | ||||
| # the preset used during transcode. faster means worst quality, you can probably use a slower preset with hwaccels | ||||
| # warning: using vaapi hwaccel disable presets (they are not supported). | ||||
| GOCODER_PRESET=fast | ||||
|  | ||||
| @ -95,7 +95,7 @@ services: | ||||
| 
 | ||||
|   transcoder: | ||||
|     <<: *transcoder-base | ||||
|     profiles: [''] | ||||
|     profiles: ['', 'cpu'] | ||||
| 
 | ||||
|   transcoder-nvidia: | ||||
|     <<: *transcoder-base | ||||
|  | ||||
| @ -70,7 +70,7 @@ services: | ||||
| 
 | ||||
|   transcoder: | ||||
|     <<: *transcoder-base | ||||
|     profiles: [''] | ||||
|     profiles: ['', 'cpu'] | ||||
| 
 | ||||
|   transcoder-nvidia: | ||||
|     <<: *transcoder-base | ||||
|  | ||||
| @ -71,7 +71,7 @@ services: | ||||
| 
 | ||||
|   transcoder: | ||||
|     <<: *transcoder-base | ||||
|     profiles: [''] | ||||
|     profiles: ['', 'cpu'] | ||||
| 
 | ||||
|   transcoder-nvidia: | ||||
|     <<: *transcoder-base | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user