mirror of
https://github.com/chrisbenincasa/tunarr.git
synced 2026-04-18 09:03:35 -04:00
fix: ensure hardware padded vaapi pipelines hwdownload before watermark overlay
This commit is contained in:
@@ -565,6 +565,11 @@ export class VaapiPipelineBuilder extends SoftwarePipelineBuilder {
|
||||
return currentState;
|
||||
}
|
||||
|
||||
if (currentState.frameDataLocation === FrameDataLocation.Hardware) {
|
||||
const hwdownload = new HardwareDownloadFilter(currentState);
|
||||
currentState = this.addFilterToVideoChain(currentState, hwdownload);
|
||||
}
|
||||
|
||||
const watermarkInput = this.watermarkInputSource!;
|
||||
|
||||
for (const watermark of watermarkInput.streams ?? []) {
|
||||
|
||||
Reference in New Issue
Block a user