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
Sorry, tapped Enter before properly creating issue, hence edits...
Issue:
When i use --colorrange auto or --colormatrix auto (either one of those) and use Ctrl+C to cancel encode, before closing VCEEnc throws exception with log. This doesn't affect encode (at least in theory) and only happens when you cancel it.
(i don't think it is something critical, and issue is very conditional, but i still reporting it as unexpected behaviour)
Hence, low-priority.
Source file doesn't matter (based on my experience)
Another moment (not sure if it is even a bug, but still) is that works similar way when you do --vpp-colorspace matrix=auto:auto and colorprim=auto:auto it will just throw an 0xC0000005 exception as soon as you try encode. If you use value matrix=x1:x2 and colorprim=x3:x4 it works fine (at least checked with matrix. Meaning both sides must be different from each other).
Logs:
Used commands: C:\Users\-----\Videos\Processing>C:\Users\-----\Desktop\Utilites\VCE_Encoder\VCEEncC_x64\\VCEEncC64.exe -i "C:\Users\-----\Videos\Processing\test.mkv" -o "test_processed.mkv" --codec hevc --profile main --tier high --level 6.2 --preset slow --vbr 10000 --max-bitrate 15000 --colormatrix auto --audio-copy --chapter-copy
And
C:\Users\-----\Videos\Processing>C:\Users\-----\Desktop\Utilites\VCE_Encoder\VCEEncC_x64\\VCEEncC64.exe -i "C:\Users\-----\Videos\Processing\test.mkv" -o "test_processed.mkv" --codec hevc --profile main --tier high --level 6.2 --preset slow --vbr 10000 --max-bitrate 15000 --colorrange auto --audio-copy --chapter-copy
The text was updated successfully, but these errors were encountered:
DimkaTsv
changed the title
(non-critical) When cancelling encode with --colorrange auto or --colormatrix auto
(non-critical) When cancelling encode with --colorrange auto or --colormatrix auto VCEEnc throws 0xC0000005 error before closing
Aug 3, 2024
Sorry, tapped Enter before properly creating issue, hence edits...
Issue:
When i use --colorrange auto or --colormatrix auto (either one of those) and use Ctrl+C to cancel encode, before closing VCEEnc throws exception with log. This doesn't affect encode (at least in theory) and only happens when you cancel it.
(i don't think it is something critical, and issue is very conditional, but i still reporting it as unexpected behaviour)
Hence, low-priority.
Source file doesn't matter (based on my experience)
Another moment (not sure if it is even a bug, but still) is that works similar way when you do --vpp-colorspace matrix=auto:auto and colorprim=auto:auto it will just throw an 0xC0000005 exception as soon as you try encode. If you use value matrix=x1:x2 and colorprim=x3:x4 it works fine (at least checked with matrix. Meaning both sides must be different from each other).
Logs:
Used commands:
C:\Users\-----\Videos\Processing>C:\Users\-----\Desktop\Utilites\VCE_Encoder\VCEEncC_x64\\VCEEncC64.exe -i "C:\Users\-----\Videos\Processing\test.mkv" -o "test_processed.mkv" --codec hevc --profile main --tier high --level 6.2 --preset slow --vbr 10000 --max-bitrate 15000 --colormatrix auto --audio-copy --chapter-copy
And
C:\Users\-----\Videos\Processing>C:\Users\-----\Desktop\Utilites\VCE_Encoder\VCEEncC_x64\\VCEEncC64.exe -i "C:\Users\-----\Videos\Processing\test.mkv" -o "test_processed.mkv" --codec hevc --profile main --tier high --level 6.2 --preset slow --vbr 10000 --max-bitrate 15000 --colorrange auto --audio-copy --chapter-copy
When cancelled with Ctrl+C throws this error:
Or this
The text was updated successfully, but these errors were encountered: