@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased]
### Fixed
- Fix typo introduced in `0.6.7-beta` that stopped QSV HEVC encoder from working
- Fix scaling logic for `Nvidia` acceleration and software mode
- Attempt to position watermarks within content (not over added black padding)
@ -147,6 +147,7 @@ public class FFmpegLibraryProcessService : IFFmpegProcessService
@@ -147,6 +147,7 @@ public class FFmpegLibraryProcessService : IFFmpegProcessService
videoPath!=audioPath);// still image when paths are different
@ -214,10 +215,10 @@ public class FFmpegLibraryProcessService : IFFmpegProcessService
@@ -214,10 +215,10 @@ public class FFmpegLibraryProcessService : IFFmpegProcessService
@ -314,7 +315,7 @@ public class FFmpegLibraryProcessService : IFFmpegProcessService
@@ -314,7 +315,7 @@ public class FFmpegLibraryProcessService : IFFmpegProcessService
@ -342,6 +343,7 @@ public class FFmpegLibraryProcessService : IFFmpegProcessService
@@ -342,6 +343,7 @@ public class FFmpegLibraryProcessService : IFFmpegProcessService
VideoFormat.GeneratedImage,
newPixelFormatUnknown(),// leave this unknown so we convert to desired yuv420p
@ -434,7 +436,7 @@ public class FFmpegLibraryProcessService : IFFmpegProcessService
@@ -434,7 +436,7 @@ public class FFmpegLibraryProcessService : IFFmpegProcessService
@ -516,6 +518,7 @@ public class FFmpegLibraryProcessService : IFFmpegProcessService
@@ -516,6 +518,7 @@ public class FFmpegLibraryProcessService : IFFmpegProcessService