Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2 things; (i) rotation and (ii) an app crash #42

Closed
hydra3333 opened this issue Mar 6, 2018 · 3 comments
Closed

2 things; (i) rotation and (ii) an app crash #42

hydra3333 opened this issue Mar 6, 2018 · 3 comments

Comments

@hydra3333
Copy link

Hello.

In this link are 4 small source video clips from a Samsung S8+ mobile phone ... notionally h.264 VFR of various resolutions https://drive.google.com/open?id=1dBLbBwGVCXzIFn0kLt4IaZQfDEf7yPQk

Also in that folder is a .bat file which can be used to run nvencc on them (you'd need to adjust the paths to your .exes).

A couple of issues arose:

  1. on HDR Support #1 "01.20180301_172517-UHD-3840x2160.mp4", it throws the error shown below

  2. on KEYINT support? #2 and typo #11, a 90 degree rotation is in the source metadata

    • when the source video is played, it is displayed correctly
    • when the nvencc encoded video is played, it is not displayed with the 90 degree rotation applied

I wonder if you could please have a look at them and provide advice ?

Thank you.

"C:\SOFTWARE\NVEncC\NVEncC64.exe" --device 0 --avhw --avsync VFR --input-analyze 300 -i "G:\HDTV\0nvencc\test-mp4-02\01.20180301_172517-UHD-3840x2160.mp4" --audio-codec aac --audio-bitrate 384 --audio-samplerate 48000 --codec h265 --profile main --level 5.1 --vbr-quality 18 -o "G:\HDTV\0nvencc\test-mp4-02\01.20180301_172517-UHD-3840x2160.mp4.nvencc.h265.mp4"
NVEncC (x64) 3.31 (r727) by rigaya, Mar  4 2018 21:49:09 (VC 1900/Win/avx2)
OS Version     Windows 10 x64 (16299)
CPU            Intel Core i7-3820 @ 3.60GHz (4C/8T)
GPU            #0: GeForce GTX 1050 Ti (6 EU) @ 1493 MHz (391.01)
NVENC / CUDA   NVENC API 8.0, CUDA 9.1, schedule mode: auto
Input Buffers  CUDA, 36 frames
Input Info     avcuvid: H.264/AVC, 3840x2160, 910000/30309 fps
AVSync         vfr
Vpp Filters    copyDtoD
Output Info    H.265/HEVC main @ Level auto
               3840x2160p 1:1 30.024fps (910000/30309fps)
               avwriter: hevc, #1:aac/2ch -> aac/2ch/384kbps => mp4
Encoder Preset default
Rate Control   CQP  I:20  P:23  B:25
Lookahead      off
GOP length     300 frames
B frames       0 frames
Ref frames     3 frames, LTR: off
AQ             off
CU max / min   auto / auto
Others         mv:auto

[mp4 @ 000001b6b1944740] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 10911240 >= 10911240

encoded 92 frames, 73.02 fps, 113168.89 kbps, 41.34 MB
encode time 0:00:01, CPU: 16.0%, GPU: 2.0%, GPUClock: 1379MHz
frame type IDR  1
frame type I    1,  avgQP  20.00,  total size   1.49 MB
frame type P   91,  avgQP  23.00,  total size  39.85 MB
@hydra3333
Copy link
Author

Also in the same folder, another gives a read error "avcuvid: qStreamPktL2 > 0, this is internal error."

"C:\SOFTWARE\NVEncC\NVEncC64.exe" --device 0 --avhw --avsync CFR --input-analyze 300 -i "G:\HDTV\0nvencc\test-mp4-02\vp9.2-Real_4K_HDR_-_Samsung_Dubai_HDR_UHD_Chromecast_Ultra-LoioTOhRA0k.mp4" --audio-codec aac --audio-bitrate 384 --audio-samplerate 48000 --codec h265 --profile main --level 5.1 --output-depth 8 --vbr-quality 20 --lookahead 32 --aq --aq-strength 0 --mv-precision auto --aq-temporal --dar 16:9 --log-level info  --chapter-copy --sub-copy --colormatrix "bt709" --colorprim "bt709" --transfer "bt709"    -o "G:\HDTV\0nvencc\test-mp4-02\converted_mp4_henc\vp9.2-Real_4K_HDR_-_Samsung_Dubai_HDR_UHD_Chromecast_Ultra-LoioTOhRA0k.mp4.nvencc.h265.mp4"
avcuvid: --sub-copy is set, but no subtitle stream found.
avcuvid: qStreamPktL2 > 0, this is internal error.
avcuvid: failed to get first frame position.
Failed to open input file.

@rigaya
Copy link
Owner

rigaya commented Mar 11, 2018

Rotation metadata now can be copied with NVEnc 3.32, and internal error also will be fixed.

@hydra3333
Copy link
Author

Thank you !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants