-
Notifications
You must be signed in to change notification settings - Fork 118
Description
When encoding MPEG-2 videos with NVEncC versions 8.06 and below on an NVIDIA RTX 3070 Ti, the output video shows horizontal lines across the picture. These lines are not present in the original video and do not resemble typical compression artifacts but appear as clear horizontal stripes. The issue does not occur when using NVEncC version 7.82, where encoding completes without any such lines.
Details:
GPU: NVIDIA RTX 3070 Ti
NVEncC versions affected: 8.06 and below
NVEncC version without issue: 7.82
Input format: MPEG-2 video (e.g., DVD sources)
Filters used: Deinterlacing with --vpp-yadif mode=tff
Encoding settings: HEVC codec, VBR, preset "quality"
NVIDIA driver version: 576.80 (latest as of June 2025)
Logs: No errors or warnings during encoding process
Problem: Horizontal lines visible in output video, not present in source
Workaround: Using NVEncC 7.82 avoids the problem
Steps to reproduce:
Encode an MPEG-2 video with NVEncC 8.03 or 8.06 using a command similar to:
nvencc64 --output-res 720x540 --input-csp yuv420p --vpp-yadif mode=tff --codec hevc --tier high --output-depth 8 --vbr 1944 --preset quality --vbr-quality 1 --chromaloc auto --colormatrix auto --colorprim auto --transfer auto --colorrange auto --atc-sei auto -i "c:\ROBINS_RECKONING_PART_1_DVD.mkv" -o "c:\ROBINS_RECKONING_PART_1_DVD.hevc"
Check the output video for horizontal lines.
Repeat encoding with NVEncC 7.82 to confirm absence of the issue.
If you want I can upload the original video to MEGA.
regards
Marco