mirror of
				https://github.com/zoriya/Kyoo.git
				synced 2025-10-31 02:27:11 -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 | DEFAULT_PERMISSIONS=overall.read,overall.play | ||||||
| 
 | 
 | ||||||
| # Hardware transcoding (equivalent of --profile docker compose option). | # 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 | # 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). | # warning: using vaapi hwaccel disable presets (they are not supported). | ||||||
| GOCODER_PRESET=fast | GOCODER_PRESET=fast | ||||||
|  | |||||||
| @ -95,7 +95,7 @@ services: | |||||||
| 
 | 
 | ||||||
|   transcoder: |   transcoder: | ||||||
|     <<: *transcoder-base |     <<: *transcoder-base | ||||||
|     profiles: [''] |     profiles: ['', 'cpu'] | ||||||
| 
 | 
 | ||||||
|   transcoder-nvidia: |   transcoder-nvidia: | ||||||
|     <<: *transcoder-base |     <<: *transcoder-base | ||||||
|  | |||||||
| @ -70,7 +70,7 @@ services: | |||||||
| 
 | 
 | ||||||
|   transcoder: |   transcoder: | ||||||
|     <<: *transcoder-base |     <<: *transcoder-base | ||||||
|     profiles: [''] |     profiles: ['', 'cpu'] | ||||||
| 
 | 
 | ||||||
|   transcoder-nvidia: |   transcoder-nvidia: | ||||||
|     <<: *transcoder-base |     <<: *transcoder-base | ||||||
|  | |||||||
| @ -71,7 +71,7 @@ services: | |||||||
| 
 | 
 | ||||||
|   transcoder: |   transcoder: | ||||||
|     <<: *transcoder-base |     <<: *transcoder-base | ||||||
|     profiles: [''] |     profiles: ['', 'cpu'] | ||||||
| 
 | 
 | ||||||
|   transcoder-nvidia: |   transcoder-nvidia: | ||||||
|     <<: *transcoder-base |     <<: *transcoder-base | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user