You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if there's a way to export in 4k since I have noticed some quality of my videos lowering a bit. Everything else is fine. Is there anyway to do this?
The text was updated successfully, but these errors were encountered:
Assuming your input videos aren’t 4k - upscaling shouldn’t have any effect afaik on quality locally, I think it’s only beneficial when uploading to YouTube for example to unlock higher bitrate. For improving local render quality, you should just be able to lower the quality setting.
If you really want to you can upscale though, you can either:
(I recommend this) - Open config folder, open presets.cfg and modify/add a preset which includes -vf "scale=3840:-2". You can call it something like h265-upscaled. Then in blur you can pick that as your encode preset.
Use the custom ffmpeg filter option and include -vf "scale=3840:-2". You'll have to add any other quality arguments though since this option overwrites all the other preset ffmpeg arguments.
I'm not sure if there's a way to export in 4k since I have noticed some quality of my videos lowering a bit. Everything else is fine. Is there anyway to do this?
The text was updated successfully, but these errors were encountered: