uNvEncoder icon indicating copy to clipboard operation
uNvEncoder copied to clipboard

The resolution is so terrible.

Open Tea6098 opened this issue 2 years ago • 1 comments

Hello, I tried to use your plugin to record the panorama view. (4K) And convert the h264 to mp4 file by "ffmpeg -i input.h264 -c copy output.mp4". It works very smoothly, but the quality is worse than image sequence to combine a video. Can I improve the issue by adjust something about NV encoder? Or it is the limitation about hardware. My bit rate is the same with example 2,000,000, should I increate the value to encode the video? https://user-images.githubusercontent.com/89451228/235420260-8bf60e0a-d464-48ed-aa76-f37d99eb9670.mp4

Tea6098 avatar May 01 '23 07:05 Tea6098

I also experienced this issue, but I resolved it check this way https://github.com/MineEric64/BetterLiveScreen/issues/7 (but the content is korean)

As a result, you need to set the property (maxFrameSize) value to Bitrate value divided by FrameRate value

you can reference it on https://github.com/MineEric64/BetterLiveScreen/blob/ff8dc72ffb548e30161ac823022216b0176861d7/Recording/Video/FScreen.cs#L126 and https://github.com/MineEric64/BetterLiveScreen/issues/7#issuecomment-1295735083

MineEric64 avatar Oct 02 '23 03:10 MineEric64