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 have searched the issues page for any duplicate issues open or closed and confirmed that this bug has not been reported before.
I have tested the issue with the current build.
I have attached log files, uploaded sample data, and commands used so that the issue can be easily reproduced by the developers.
Bug Description
It seems that setting --luma-nr has no effect when using tbc-video-export. I have not tested every option, but I assume other options could have a similar issue if the root cause is a mismatch between argparse configuration and subsequent usage.
Steps to Reproduce
I'm using the windows build, but I imagine it's similar on linux.
Using a laser disc tbc I noticed that even though I specified --luma-nr 1.0 the --dry-run reveals that ld-chroma-dcoder is invoked with --luma-nr 0.0 and indeed live runs yield a noisy video no matter what luma-nr is set to.
Checklist
Bug Description
It seems that setting
--luma-nr
has no effect when usingtbc-video-export
. I have not tested every option, but I assume other options could have a similar issue if the root cause is a mismatch between argparse configuration and subsequent usage.Steps to Reproduce
I'm using the windows build, but I imagine it's similar on linux.
Using a laser disc tbc I noticed that even though I specified
--luma-nr 1.0
the--dry-run
reveals thatld-chroma-dcoder
is invoked with--luma-nr 0.0
and indeed live runs yield a noisy video no matter whatluma-nr
is set to.Expected Behavior
The
--luma-nr
specified when invokingtbc-video-export
is used when it invokesld-chroma-decoder
.Actual Behavior
The
--luma-nr
forld-chroma-decoder
is always 0.0Environment
The text was updated successfully, but these errors were encountered: