View Single Post
Old 17th April 2021, 12:47   #30573  |  Link
RetsimLegin
Registered User
 
Join Date: Apr 2021
Posts: 31
@jdobbs

Confirmed using GeForce experience that driver is current - NVIDIA studio Driver v462.31 (14 Apr 21) was installed just prior to these tests.

Tests using a previously attempted single .mkv as the source.

1: add NVENC_NO_FRAMECHK=1 to .ini file at the last line BEFORE [paths]
Launch BDRB and backup.
Outcome: NVENCC prematurely terminated (at ~79%)
(Encoded 72102, expected 90127)

Just in case it was a typo
2: Exit BDRB
add NVENCC_NO_FRAMECHK=1 to .ini file at the last line BEFORE [paths]
Launch BDRB and backup. (Do not resume job; empty working folder)
Outcome: NVENCC prematurely terminated (at ~79%)
(Encoded 72102, expected 90127)

3: revert above change. Add IMPORT_VFR_SCAN=1 to .ini file at the last line BEFORE [paths]
Launch BDRB and backup. (Do not resume job; empty working folder)
Outcome: NVENCC prematurely terminated (at ~79%)
(Encoded 72102, expected 90127)

4: After the last fail (i.e with the last change to .ini still in place), copied & pasted the contents of LASTCMD.TXT into an elevated command prompt

LASTCMD.TXT
==========


"C:\Users\nigel\Downloads\BDRebuilder\tools\nvenc\nvencc.exe" --avhw --fps 29.97 -i "C:\USERS\NIGEL\VIDEOS\NVENCC TEST\IMPORTS\GFU_FOR_NVENCC_TEST_COREL\BDMV\STREAM\00000.m2ts" --codec h264 --preset performance --bluray --qp-min 0 --vbr 2327 --aq --aq-temporal --keyfile "C:\USERS\NIGEL\VIDEOS\NVENCC TEST\WORKFILES\VID_00000.CHP" --sar 10:11 --aud --pic-struct --vbv-bufsize 13000 --max-bitrate 15000 --gop-len 30 -o "C:\USERS\NIGEL\VIDEOS\NVENCC TEST\WORKFILES\VID_00000.AVS.264"


=========
DOS output
=========

Microsoft Windows [Version 10.0.19042.906]
(c) Microsoft Corporation. All rights reserved.

C:\windows\system32>"C:\Users\nigel\Downloads\BDRebuilder\tools\nvenc\nvencc.exe" --avhw --fps 29.97 -i "C:\USERS\NIGEL\VIDEOS\NVENCC TEST\IMPORTS\GFU_FOR_NVENCC_TEST_COREL\BDMV\STREAM\00000.m2ts" --codec h264 --preset performance --bluray --qp-min 0 --vbr 2327 --aq --aq-temporal --keyfile "C:\USERS\NIGEL\VIDEOS\NVENCC TEST\WORKFILES\VID_00000.CHP" --sar 10:11 --aud --pic-struct --vbv-bufsize 13000 --max-bitrate 15000 --gop-len 30 -o "C:\USERS\NIGEL\VIDEOS\NVENCC TEST\WORKFILES\VID_00000.AVS.264"
--------------------------------------------------------------------------------
C:\USERS\NIGEL\VIDEOS\NVENCC TEST\WORKFILES\VID_00000.AVS.264
--------------------------------------------------------------------------------
NVEncC (x86) 5.15 (r1658) by rigaya, Sep 12 2020 14:50:44 (VC 1900/Win/avx2)
OS Version Windows 10 x64 (19042)
CPU 11th Gen Intel Core i7-1165G7 @ 2.80GHz [TB: 4.69GHz] (4C/8T)
GPU #0: GeForce GTX 1650 Ti (1024 cores, 1485 MHz)[2147483.64]
NVENC / CUDA NVENC API 10.0, CUDA 11.2, schedule mode: auto
Input Buffers CUDA, 20 frames
Input Info avcuvid: MPEG2, 720x480, 30000/1001 fps
Vpp Filters copyDtoD
Output Info H.264/AVC high @ Level auto
720x480p 10:11 29.970fps (30000/1001fps)
Encoder Preset performance
Rate Control VBR
Multipass none
Bitrate 2327 kbps (Max: 15000 kbps)
Target Quality auto
Initial QP I:20 P:23 B:25
QP range I:0-51 P:0-51 B:0-51
VBV buf size 13000 kbit
Lookahead off
GOP length 28 frames
B frames 3 frames [ref mode: disabled]
Ref frames 3 frames
AQ on(spatial, temporal, strength auto)
Others mv:auto cabac deblock adapt-transform:auto bdirect:auto aud pic-struct

encoded 72102 frames, 1953.45 fps, 2337.80 kbps, 670.47 MB
encode time 0:00:36, CPU: 11.9%, GPU: 49.8%, VE: 90.2%, VD: 96.0%
frame type IDR 2583
frame type I 2583, total size 84.34 MB
frame type P 18028, total size 375.14 MB
frame type B 51491, total size 210.98 MB
RetsimLegin is offline   Reply With Quote