mirror of
https://github.com/stashapp/stash.git
synced 2026-05-09 05:05:29 +02:00
Adds a separate generationHardwareAcceleration config toggle that opts the preview, marker, transcode, and clip-thumbnail tasks into the existing HW pipeline. Generator methods take path/width/height primitives; the marker task only probes for HW when a video preview is actually requested. On NVENC: 8K/41min/15-marker scene goes from 8m to 5m; 1080p/9min with no markers 15s to 14s. Short 720p clips are slower. Reduce concurrent tasks if VRAM is limited. |
||
|---|---|---|
| .. | ||
| transcoder | ||
| browser.go | ||
| codec.go | ||
| codec_hardware.go | ||
| container.go | ||
| downloader.go | ||
| ffmpeg.go | ||
| ffmpeg_test.go | ||
| ffprobe.go | ||
| filter.go | ||
| format.go | ||
| frame_rate.go | ||
| generate.go | ||
| media_detection.go | ||
| options.go | ||
| stream.go | ||
| stream_segmented.go | ||
| stream_transcode.go | ||
| types.go | ||