Skip to content

Commit

Permalink
Fix NVENC Incorrect Parameter #138
Browse files Browse the repository at this point in the history
  • Loading branch information
Alkl58 committed Mar 4, 2023
1 parent 85fe828 commit d0538a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NotEnoughAV1Encodes/MainWindow.xaml.cs
Expand Up @@ -2441,7 +2441,7 @@ private string GenerateNVENCCommand()
};

// Preset
settings += quality + " --quality " + GenerateNVENCEncoderSpeed();
settings += quality + " --preset " + GenerateNVENCEncoderSpeed();

// Bit-Depth
settings += " --output-depth ";
Expand Down
2 changes: 1 addition & 1 deletion NotEnoughAV1Encodes/NotEnoughAV1Encodes.csproj
Expand Up @@ -6,7 +6,7 @@
<UseWPF>true</UseWPF>
<UseWindowsForms>true</UseWindowsForms>
<ApplicationIcon>resources\img\neav1e.ico</ApplicationIcon>
<Version>2.1.2</Version>
<Version>2.1.3</Version>

This comment has been minimized.

Copy link
@gabrielrdrguez

gabrielrdrguez Mar 4, 2023

Shouldn't that be 2.1.4?

This comment has been minimized.

Copy link
@Alkl58

Alkl58 Mar 5, 2023

Author Owner

Yes and no. It doesn't matter, as I build the releases locally, where I increase the version number.
Thats why the increase of the version number always appears after the release of that number.

<Authors>Alkl58</Authors>
</PropertyGroup>

Expand Down

0 comments on commit d0538a2

Please sign in to comment.