Skip to content

4k export? #174

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
anthonykmartinez01 opened this issue May 1, 2025 · 1 comment
Open

4k export? #174

anthonykmartinez01 opened this issue May 1, 2025 · 1 comment

Comments

@anthonykmartinez01
Copy link

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?

@f0e
Copy link
Owner

f0e commented May 2, 2025

semi-dupe: #150

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants