We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cdfc07 commit db91bfeCopy full SHA for db91bfe
nuvexport/export/ffmpeg.pm
@@ -61,6 +61,8 @@ package export::ffmpeg;
61
else {
62
push @{$self->{'errors'}}, 'Unrecognizeable yuvdenoise version string.';
63
$self->{'noise_reduction'} = 0;
64
+ $self->{'denoise_vmaj'} = 0;
65
+ $self->{'denoise_vmin'} = 0;
66
}
67
# New yuvdenoise can't deinterlace
68
if ($self->{'denoise_vmaj'} > 1.6 || ($self->{'denoise_vmaj'} == 1.6 && $self->{'denoise_vmin'} > 2)) {
0 commit comments