Skip to content
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

Tweak Filter with Default Settings Crashes Nvencc64 #637

Closed
wwaag76 opened this issue Oct 28, 2024 · 2 comments
Closed

Tweak Filter with Default Settings Crashes Nvencc64 #637

wwaag76 opened this issue Oct 28, 2024 · 2 comments

Comments

@wwaag76
Copy link

wwaag76 commented Oct 28, 2024

If the Tweak filter is added with no changes to settings, Nvencc64 crashes. Even the slightest change, e.g. "brightness=.000001", leads to a successful render. Here's the command line I've used.

nvencc64 -i --codec hevc --cqp 28 --preset default --vpp-tweak brightness=0.00,contrast=1.00,gamma=1.00,saturation=1.00,hue=0.00,swapuv=false --audio-source :codec=aac;bitrate=128;delay=44 -o .mp4

Here's the output from a simpliefied command line with no audio. No log is generated.

tweak issue

@rigaya
Copy link
Owner

rigaya commented Oct 29, 2024

The default setting does not do anything (no changes is done by the filter), so please remove the whole "--vpp-tweak" option there, and you'll be fine.

I might fix the crush in the future.

@rigaya
Copy link
Owner

rigaya commented Nov 2, 2024

The crush when running vpp-tweak with no effect can be avoided in NVEnc 7.73.

@rigaya rigaya closed this as completed Nov 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants