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.

 

Go Back   Doom9's Forum > Video Encoding > MPEG-4 Encoder GUIs

Reply
 
Thread Tools Search this Thread Display Modes
Old 12th August 2022, 09:45   #3721  |  Link
Sharc
Registered User
 
Join Date: May 2006
Posts: 3,977
Sorry if this has been addressed before, but could the deinterlace filter BWDIF() be added to the Avisynth filter selection in Hybrid? It is currently available for Vapoursynth only if I get it right.
Sharc is offline   Reply With Quote
Old 12th August 2022, 18:09   #3722  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,150
(not using Avisynth nowadays) I'll look into it.
=> send you a link to a dev version via pm.

Cu Selur
__________________
Hybrid here in the forum, homepage

Last edited by Selur; 12th August 2022 at 19:30. Reason: implemented into dev version
Selur is offline   Reply With Quote
Old 29th August 2022, 06:43   #3723  |  Link
nel-son
Registered User
 
Join Date: Nov 2011
Posts: 41
when loading a qp-file hybrid is searching the file in the folder $USER/.hybrid (on linux). i think it would be easier to search the file in the same folder where the input file is.
nel-son is offline   Reply With Quote
Old 29th August 2022, 16:46   #3724  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,150
I'll look into it shouldn't be hard to change.
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote
Old 1st October 2022, 12:24   #3725  |  Link
Yups
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.
Yups is offline   Reply With Quote
Old 1st October 2022, 13:02   #3726  |  Link
Selur
Registered User
 
Selur's Avatar
 
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.
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote
Old 26th November 2022, 19:16   #3727  |  Link
Selur
Registered User
 
Selur's Avatar
 
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
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote
Old 27th November 2022, 00:09   #3728  |  Link
locotus
Registered User
 
Join Date: Nov 2005
Posts: 110
Having this crash: helper exit code -1073741795.
After audio conversion finish.

Win 10, lastest updates, Using NVenc to x265

Bak to prior version, working fine.
locotus is offline   Reply With Quote
Old 27th November 2022, 06:49   #3729  |  Link
Selur
Registered User
 
Selur's Avatar
 
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
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote
Old 28th November 2022, 11:14   #3730  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,150
Hybrid rev 2022.11.28.1:
  • Video: x264 range mixup
  • Decode: Mencoder -> FFMpeg pixFormat adjustement
  • Avisynth: Custom additions only working for first 50 filters

-> downloads: http://www.selur.de/downloads


Cu Selur
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote
Old 22nd January 2023, 12:55   #3731  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,150
2023.01.22.1:
*fixed*
  • Analysis: mkv attachement type detection
  • Video: NVEncC disable psnr/ssim when input is 4:4:4
  • Vapoursynth: width&height mixup in SSIMD checks
  • Vapoursynth: missing matrix info on separate field handling
  • Video: x264: temporalsublayer adjustment
  • Video: x265: --sbr mixup
  • Video: aomenc: decouple auto-alt-ref and some other options
  • Vapoursynth: vsYadifMod, EEDI3 only supports YUVXXXP8
  • Jobs: ffmpeg muxing deleted audio stream even if it was an input file
  • Jobs: chuncked encoding
  • Avisynth: applying Toon, VagueDenoiser, AddGrain, GrainFactory3 during filter order handling
  • Synth: fix DG PullDown handling
  • Muxing: avi handling
  • Vapoursynth: vsFilterQueue fmtconv handling
  • Jobs: temp-folder per job handling for qp&stats files.
  • Analysis: understand "Mastering display color primaries: BT.709"
  • Avisynth: fix filterQueue
  • Video: NVencC references gui glitches
  • Video: NVEncC: weightedp not added to command line
  • Video: NVEncC: remove xxxhq modes
  • Video: fix chapter point calculation
  • Audio: audio only handling
  • Video: SVT-AVI options
  • Vapoursynth: Gradfun3d+Preview+Masking
  • Vapoursynth: fixed - save Masking&Co in Vapoursynth profiles
  • Vapoursynth: FilterQueue + MAsking and onRegionOnly</öo>
  • Vapoursynth: Santiang call
  • Filtering: AutoCrop adjustment
  • Avisynth: fix disabled controls
  • Vapoursynth: eedi3m vs eedi3m_opencl (Windows only)
  • NVEncC: no profile&level&tier control for AV1, only 4:2:0 supported.
*changed*
  • Qt Updates: Changed to Qt 6.4.2 on Windows and Qt 5.15.3 on Linux
  • Vapoursynth: more options for MVToolsFPS
  • Video: aomenc cosmetics
  • Analysis: scan order check adjusted
  • Synth: libavsource: repeat=true handling
  • Video: aomenc adjust golden frame max, min values
  • Video: NVEncC support Lut interp option
  • Avisynth: FFT3DGPU add bitdepth option to force input depth
  • Synth: forceFilm through DGDecode, thanks to DG!
  • Vapoursynth: updated TemporalDegrain2
  • Jobs: additional user prompt when clearing temp folder
  • Avisynth: add PreRoll when using DGDecNV
  • Video: NVEncC: support aq independent of encoding mode
  • NVEncC: disable multiRef when it's not supported
  • Jobs: chunking: restrict used filters during scene change detection
  • Vapoursynth: vsRealESRGAN, Fusion, num_streams support
  • Vaporusynth: vsRetinex: increase sigma max
  • Vapoursynth: increase dehalo_alpha and finedehalp rx/ry max values
*added*
  • Audio: 'Ignore reencode and passthrough if format is ...'-option
  • Vapoursynth: support for NeoF3kD
  • Vapoursynth: weighted resizing
  • Vapoursynth: torchAddon vsSCUNet, vs-femasr, AnimeSR support
  • Video: aomenc '--gf-max-pyr-height'-option
*removed*
  • Video: SVT-XXX removed 'Create qp file for chapters', see: https:// forum.doom9.org/showthread.php?p=1981213#post1981213
  • Video: cuda nvencu encoder support
-> downloads: http://www.selur.de/downloads


Cu Selur
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote
Old 13th March 2023, 01:48   #3732  |  Link
OrangeColaJuice
Registered User
 
Join Date: Dec 2021
Posts: 16
Just installed the latest version.
Loaded a clip, changed no option but clicked on preview avisynth script and I get this error:

I cannot do anything but accept it at which point the program shuts down.
OrangeColaJuice is offline   Reply With Quote
Old 13th March 2023, 08:54   #3733  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,150
Since I can't reproduce this here at all my guess is that you had an older Hybrid version installed before, with incompatible defaults.
-> try resetting your defaults etc.

Cu Selur
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote
Old 17th March 2023, 13:15   #3734  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,150
Hybrid rev 2023.03.17.1:
*changed*
  • Muxing: FFmpeg can't handle ttxt subtitle
  • Avisynth: use vsDeblockP77 for DeblockPP7
  • Vapoursynth: missing some needed checks
  • Vapoursynth: re-enable RealCUGAN resizer
  • Tools: set priority through niceness on vsViewer&avsViewer
  • Torch: adjust to SwinIR v3, DPIR v3.0.0, vsFeMaSR updated, vsGMFSS_union
  • Video: disable NVEncC/QSVEncC 'encoder only' for 'DVD input
*fixed*
  • Avisynth: mclean not called with default filter order
  • Avisynth: SelectRangeEvery
  • Vapoursynth: mod requirement handling for some filters
  • Vapoursynth: crop with interlaced fields handling
  • Vapoursynth: a few issues around masking
  • Vapoursynth: restrict Santiag color spaces
  • Vapoursynth: (normal) TimeCube call
  • Vapoursynth: restrict color spaces for NVEncCL
  • Vapoursynth: convert RGBH to RGBS for fmtc
  • Vapoursynth: vsPreview handling non-square aspect ratio
  • Vapoursynth: loading BilateralGPU filter in vsGradFun
  • Synth: letterbox issue where letterbow width/height addition was uneven
  • Jobs: typo in job generation for blu-ray input
  • Jobs: index file path for 'Create sub-folder ...'
  • Video: SVT-AV1 denoise option rennamed
  • Video: x264 only add rc-lookahead when mbtree is used
  • Video: SVT-AV1 HDR10 signaling
  • Video: x265 signaling luma always as limited
  • Audio: multi-input raw audio reencode
*added*
  • Vapoursynth: mode vsSpotLess options
  • Vapoursynth: support for vsDGDenoise, vsDGSharpen
  • Video: NVEncC npp support
  • Filtering: overwrite input color matrix and luminance value

-> downloads: http://www.selur.de/downloads

Cu Selur
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote
Old 27th March 2023, 13:23   #3735  |  Link
ReinerSchweinlin
Registered User
 
Join Date: Oct 2001
Posts: 444
Quote:
Originally Posted by Selur View Post
2023.01.22.1:

*removed*
  • Video: cuda nvencu encoder support
Could you clayrify on this one? Is this the driver build in encoder?
ReinerSchweinlin is offline   Reply With Quote
Old 27th March 2023, 19:15   #3736  |  Link
Selur
Registered User
 
Selur's Avatar
 
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.
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote
Old 28th March 2023, 20:30   #3737  |  Link
OrangeColaJuice
Registered User
 
Join Date: Dec 2021
Posts: 16
I think that some AVS scripts are missing.
OrangeColaJuice is offline   Reply With Quote
Old 29th March 2023, 19:58   #3738  |  Link
Selur
Registered User
 
Selur's Avatar
 
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
__________________
Hybrid here in the forum, homepage

Last edited by Selur; 29th March 2023 at 20:15.
Selur is offline   Reply With Quote
Old 29th March 2023, 20:34   #3739  |  Link
Selur
Registered User
 
Selur's Avatar
 
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)
}
Uploaded it to my GoogleDrive
Simply save a copy of the file inside Hybrid/32bit/avisynthPlugins and Hybrid/64bit/Avisynth/avisynthPlugins and it should work.

Cu Selur
__________________
Hybrid here in the forum, homepage

Last edited by Selur; 30th March 2023 at 14:50.
Selur is offline   Reply With Quote
Old 29th March 2023, 22:36   #3740  |  Link
VoodooFX
Banana User
 
VoodooFX's Avatar
 
Join Date: Sep 2008
Posts: 917
Hi Selur, can Hybrid do one click batch encoding like MeGUI?
VoodooFX is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 17:32.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, vBulletin Solutions Inc.