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. |
|
![]() |
|
Thread Tools | Search this Thread | Display Modes |
![]() |
#3725 | Link |
Registered User
Join Date: Sep 2011
Posts: 361
|
Can you add AV1 format which is supported by QSVEnc? Also you have to increase the constant quantizer limits and ICQ as well for AV1, they differ.
H265 8bit= 51 H265 10bit= 63 (51+12) AV1= 255 (ICQ same limit 255) You can also increase the gop-ref-dist/bframes limit to 33 for AV1 CQP, this is the maximum at the moment. |
![]() |
![]() |
![]() |
#3726 | Link |
Registered User
Join Date: Oct 2001
Location: Germany
Posts: 7,150
|
Haven't looked ad AV1 in QSVEnc since I have no hardware which supports it. (None of the ARC gpus are available here.)
-> it's planned, but will have to wait till I have a way to actually use and test it. ![]() |
![]() |
![]() |
![]() |
#3727 | Link |
Registered User
Join Date: Oct 2001
Location: Germany
Posts: 7,150
|
Hybrid rev 2022.11.26.1:
Tons of changes, see: https://selur.de/changelog Make sure to either uninstall previous installations or reset defaults and load, check, resave every config&co you use. -> downloads: http://www.selur.de/downloads @Linux-Users: note that this is the last 5.95 Qt build will switch to Qt6 and a newer Ubuntu for building in the future. @MacOS-Users: Sorry, no update of Hybrid atm. building all the tools is just too much trouble. Cu Selur |
![]() |
![]() |
![]() |
#3729 | Link |
Registered User
Join Date: Oct 2001
Location: Germany
Posts: 7,150
|
@locotus: No debug output, no details. -> Can't do anything about it. Either stick with the old version or share details.
"helper exit code -1073741795" usually is caused by some bug in the decoder call or used scripts. Cu Selur |
![]() |
![]() |
![]() |
#3730 | Link |
Registered User
Join Date: Oct 2001
Location: Germany
Posts: 7,150
|
Hybrid rev 2022.11.28.1:
-> downloads: http://www.selur.de/downloads Cu Selur |
![]() |
![]() |
![]() |
#3731 | Link |
Registered User
Join Date: Oct 2001
Location: Germany
Posts: 7,150
|
2023.01.22.1:
*fixed*
Cu Selur |
![]() |
![]() |
![]() |
#3734 | Link |
Registered User
Join Date: Oct 2001
Location: Germany
Posts: 7,150
|
Hybrid rev 2023.03.17.1:
*changed*
-> downloads: http://www.selur.de/downloads Cu Selur |
![]() |
![]() |
![]() |
#3736 | Link |
Registered User
Join Date: Oct 2001
Location: Germany
Posts: 7,150
|
It's this encoder: https://github.com/Selur/CudaEncoder for which NVIDIA dropped support with 340.52 which were released 2014.7.29.
![]() Hybrid still had support for it if a specific misc.ini option was added. |
![]() |
![]() |
![]() |
#3738 | Link |
Registered User
Join Date: Oct 2001
Location: Germany
Posts: 7,150
|
I'll look into it, no clue when that script was lost.
I remember that script was used when downsizing more than a factor of 2, it tried to preserve more of the chroma info. => this will take me a while to find that script ![]() Last edited by Selur; 29th March 2023 at 20:15. |
![]() |
![]() |
![]() |
#3739 | Link |
Registered User
Join Date: Oct 2001
Location: Germany
Posts: 7,150
|
Found it:
Code:
function force444DownSize(clip v1, int "width", int "height") { Y = v1.ConvertToY8().Spline36Resize(width, height, src_left=-0.5) U = v1.UToY8() V = v1.VToY8() return YToUV(U, V, Y) } Simply save a copy of the file inside Hybrid/32bit/avisynthPlugins and Hybrid/64bit/Avisynth/avisynthPlugins and it should work. Cu Selur Last edited by Selur; 30th March 2023 at 14:50. |
![]() |
![]() |
![]() |
#3740 | Link |
Banana User
Join Date: Sep 2008
Posts: 917
|
Hi Selur, can Hybrid do one click batch encoding like MeGUI?
__________________
InpaintDelogo, DoomDelogo, JerkyWEB Fixer, Standalone Faster-Whisper - AI subtitling |
![]() |
![]() |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|