Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. |
![]() |
#1021 | Link |
Registered User
Join Date: Apr 2009
Posts: 478
|
Hello,
I'm getting the following error with certain content, especially wmv files: Code:
vapoursynth.Error: Analyse: failed to retrieve first frame from super clip. Error message: Resize error: Resize error 3074: no path between colorspaces (2/2/2 => 1/2/2). May need to specify additional colorspace parameters. Code:
clip = clip.resize.Bicubic(matrix_s = '709', format = vs.YUV420P8) |
![]() |
![]() |
#1022 | Link | |
Registered User
Join Date: Aug 2010
Location: Athens, Greece
Posts: 2,901
|
Quote:
It seems that NVEncC GUI is missing two useful switches: (or I just couldn't find them) --aq-strength <int> set aq strength (weak 1 - 15 strong) default: 0 = auto which is used along with --aq and --bref-mode <string> set B frame reference mode - disabled (default) - each - middle Also, I suggest for the GUI to rename these switches at the Rate Control tab: Adaptive Quantization to Adaptive Quantization (Spatial) and AQ Temporal to Adaptive Quantization (Temporal) to be more descriptive and accurate. Thanks!
__________________
Win 10 x64 (19042.572) - Core i5-2400 - Radeon RX 470 (20.10.1) HEVC decoding benchmarks H.264 DXVA Benchmarks for all Last edited by NikosD; 2nd October 2019 at 17:49. |
|
![]() |
![]() |
#1023 | Link | |
Registered User
Join Date: Jun 2002
Location: On thin ice
Posts: 6,800
|
@aegisofrime
When the source is loaded staxrip checks with mediainfo if chroma subsampling is 4:2:0, if not it adds a function to convert it to 4:2:0, this function is faulty for a reason I don't understand. I'm not sure if it's a great idea to automatically insert this function, feedback is welcome, it would not be difficult to add an option so it can be user disabled. Because it's only inserted after the source is loaded you can remove it in the script editor afterwards. @NikosD --aq-strength is only visible for h264, does it work with h265? --bref-mode was marked as ignore for unknown reasons (staxrip analyzes --fullhelp to discover new/changed/removed switches), next build will support it. Quote:
|
|
![]() |
![]() |
#1024 | Link | |
Registered User
Join Date: Aug 2010
Location: Athens, Greece
Posts: 2,901
|
Quote:
Both AQ modes work with Turing encoders using both H.264 and H.265. --aq is spatial and is used along with --aq-strength for both H.264/H.265 for all (almost) nVidia cards --aq-temporal is temporal obviously and it works for all (almost) nVidia cards using H.264. But Turing encoders can use it for H.265 too. A more advanced way to figure out what it works for a specific card in order to offer it to the GUI, could be to run --check-features in real-time in background and read the appropriate fields e.g AQ Temporal in order to decide if you can provide it or not to the GUI/ user.
__________________
Win 10 x64 (19042.572) - Core i5-2400 - Radeon RX 470 (20.10.1) HEVC decoding benchmarks H.264 DXVA Benchmarks for all |
|
![]() |
![]() |
#1025 | Link |
Registered User
Join Date: Feb 2002
Posts: 673
|
Question. What CRF do you use for your 4K HDR encodes?
With a little detail and noise in the picture, the encoding size could become huge with even CRF 23. What are your limits for video bitrate? I have an arbitrary limit that my 4K encodes should not go higher than 15 Mbit/s for video. |
![]() |
![]() |
#1026 | Link |
Registered User
Join Date: Feb 2002
Posts: 673
|
Feature Request: in the demux window, you get buttons to select None for Audio and Subtitle but you do not have buttons for the Attachments. It's better to have the same buttons that you have for Audio and Subtitle also for attachments.
|
![]() |
![]() |
#1028 | Link | |
Registered User
Join Date: Sep 2018
Posts: 387
|
Quote:
Also I shoot for 16 MB's. Sent from my SM-G965U1 using Tapatalk Last edited by jlw_4049; 4th October 2019 at 05:17. |
|
![]() |
![]() |
#1030 | Link |
App Digger
Join Date: Sep 2018
Posts: 411
|
2.0.4.8 Beta:
Since my MPC-HC is installed with K-Lite Codec Pack and its exe name is weirdly renamed as mpc-hc64_nvo.exe by K-Lite, I forced StaxRip to find this exe file on the Apps > Manage > MPC-HC menu. No problem up to here. But when I try to launch MPC-HC, StaxRip reports the following error message and fails to do it. ![]() I guess it's because StaxRip tries to launch the app by calling the regular mpc-hc64.exe, not the filename altered by K-Lite. Can you fix this issue please? |
![]() |
![]() |
#1032 | Link | |
Registered User
Join Date: Sep 2019
Posts: 20
|
Quote:
Last edited by ZeroCool22; 4th October 2019 at 09:14. |
|
![]() |
![]() |
#1034 | Link |
Registered User
Join Date: Aug 2010
Location: Athens, Greece
Posts: 2,901
|
Just downloaded your latest 2.0.4.8 version.
A few comments: 1) AQ Strength should be available only when someone selects Adaptive Quantization (Spatial). From what I have read, it can't be used as a standalone option or using Adaptive Quantization (Temporal) 2) A small bug regarding "Constant Quality Mode" Constant Quality Mode can be used only with VBRHQ like this: "--vbrhq 0 --vbr-quality <float>" In StaxRip when you select that option, you added the --vbr-quality 0 parameter. You should add --vbrhq 0 instead and should be available with VBRHQ only. 3) The following HW resize options of --vpp-resize nn nearest neighbor npp_linear linear interpolation by NPP library cubic 4x4 cubic interpolation super So called "super sampling" by NPP library lanczos Lanczos interpolation need the nppi64_10.dll which uses the NPP library and supports x64 version only. To use those algorithms, you need to download nppi64_10.dll separately and place it in the same folder as NVEncC64.exe. Thanks!
__________________
Win 10 x64 (19042.572) - Core i5-2400 - Radeon RX 470 (20.10.1) HEVC decoding benchmarks H.264 DXVA Benchmarks for all |
![]() |
![]() |
#1035 | Link | |
Registered User
Join Date: Sep 2019
Posts: 20
|
Quote:
And also adaptive quantization (spatial) adaptive quantization (temporal) Is always better to have it checked on? Constant Quality Mode just block the other two, so it have no sense to active one of the other two if we use CQM? Sorry for make a lot of question but i really want to know what i'm doing and if i'm doing it the correct way. Last edited by ZeroCool22; 4th October 2019 at 10:08. |
|
![]() |
![]() |
#1036 | Link | |
Registered User
Join Date: Feb 2002
Posts: 673
|
Quote:
And you meant 16Mbit/s not MB, right? |
|
![]() |
![]() |
#1037 | Link | |||
Registered User
Join Date: Jun 2002
Location: On thin ice
Posts: 6,800
|
Quote:
Quote:
Quote:
|
|||
![]() |
![]() |
#1038 | Link | |
Registered User
Join Date: Mar 2002
Location: Krautland
Posts: 903
|
Quote:
Or for the somewhat older npp64_80.dll: https://drive.google.com/drive/folde...0lnQ2tRTF9Zcnc |
|
![]() |
![]() |
#1040 | Link | |
Registered User
Join Date: Jun 2002
Location: On thin ice
Posts: 6,800
|
Quote:
|
|
![]() |
![]() |
Tags |
aac, hdr, hevc, nvenc, staxrip, x264, x265 |
Thread Tools | Search this Thread |
Display Modes | |
|
|