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
Register FAQ Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
Old 25th January 2018, 14:56   #3321  |  Link
x265
Registered User
 
Join Date: Oct 2012
Posts: 176
Hi. When i open .d2v files in hybrid it gets stuck and i get the message filtering input. There was a field order transition that was fixed by dgindex. How do i open .d2v files?

x265 is offline   Reply With Quote
Old 26th January 2018, 14:44   #3322  |  Link
von Suppé
Registered User
 
von Suppé's Avatar
 
Join Date: Dec 2013
Posts: 631
Hi selur,

This weekend I'm gonna try out a hardware accelerated/supported x265 encode on a friend's pc. He has a nVidia GTX 1080Ti videocard.
Since this is my first try, is there any extra drivers or software to install before I go encoding and need I pay attention to other things?

cheers
von Suppé
von Suppé is offline   Reply With Quote
Old 26th January 2018, 16:29   #3323  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,277
@Suppé: x265 doesn't support any gpu based or assisted encoding atm.
@x265: Hybrid doesn't support .d2v as Input.
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote
Old 28th January 2018, 10:55   #3324  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,277
Hybrid rev 22018.01.28.1:
*fixed*
  • x265: only allow strictCBR when vbv/profile&level is set
  • x264: rgb input handling
  • Vapoursynth: Hysteria call
  • Subtitle: add font
  • View: NVEncC progress indication
*added*
  • Avisynth: support for SuperToon
  • Avisynth: high bit depth handling
  • Vapoursynth: using vsnedi3 instead of nnedi3 now
  • Vapoursynth: support .vpy input
  • Vapoursynth: tonemap filter
  • Input: support image sequences as input
  • Encoder: experimental support for videotoolbox - gpu encoding on mac
  • filtering: added experimental support for ffmpegs toneMap, note that Mplayer preview will not work with this, since Mplayer doesn't support toneMap. Better use toneMap through Vapoursynth.
*changed*
  • container: make xps_inband optional for mp4, for Quicktime playback compatibility
  • 264: assume unified build starting with r289
  • Windows: file locations and installer -> Windows users need to deinstall old versions completely

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

Cu Selur
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote
Old 28th January 2018, 12:37   #3325  |  Link
von Suppé
Registered User
 
von Suppé's Avatar
 
Join Date: Dec 2013
Posts: 631
Thanks for the update Selur.

Does it mean that, from now on, every time a new version comes out, Windows-users always have to deinstall the old version first?
Or is it just a one time thing for now?
von Suppé is offline   Reply With Quote
Old 28th January 2018, 13:29   #3326  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,277
Hybrid rev 22018.01.28.2:
*fixed*
  • x265: typo strctCbr -> strictCbr
-> downloads: http://www.selur.de/downloads

--------------------
Quote:
Or is it just a one time thing for now?
Just this time since the location of the files changed, I'm using a new installer and the to account for that some internals needed to change.
-> That the settings need to be deinstalled doesn't happen normally unless some radical changes inside the code had to be made.

Cu Selur
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote
Old 28th January 2018, 14:24   #3327  |  Link
Havokdan
Registered User
 
Havokdan's Avatar
 
Join Date: Apr 2009
Location: Gurupi, Tocantins, Brasil
Posts: 205
Quote:
Originally Posted by Selur View Post
Hybrid rev 22018.01.28.2:
*fixed*
  • x265: typo strctCbr -> strictCbr
-> downloads: http://www.selur.de/downloads

--------------------

Just this time since the location of the files changed, I'm using a new installer and the to account for that some internals needed to change.
-> That the settings need to be deinstalled doesn't happen normally unless some radical changes inside the code had to be made.

Cu Selur
I did a clean install of the previous version, will I have to do this?
Havokdan is offline   Reply With Quote
Old 1st February 2018, 14:55   #3328  |  Link
x265
Registered User
 
Join Date: Oct 2012
Posts: 176
hybrid is crashing for me with this script.

copypaste from vapoursynth script view

Code:
# Imports
import os
import sys
import ctypes
Dllref = ctypes.windll.LoadLibrary("C:/Program Files/Hybrid/64bit/vsfilters/Support/libfftw3f-3.dll")
# Loading Support Files
Dllref = ctypes.windll.LoadLibrary("C:/Program Files/Hybrid/64bit/vsfilters/Support/OpenCL.dll")
import vapoursynth as vs
core = vs.get_core()
# Import scripts folder
scriptPath = 'C:/Program Files/Hybrid/64bit/vsscripts'
sys.path.append(os.path.abspath(scriptPath))
# Loading Plugins
core.std.LoadPlugin(path="C:/Program Files/Hybrid/64bit/vsfilters/GrainFilter/AddGrain/AddGrain.dll")
core.std.LoadPlugin(path="C:/Program Files/Hybrid/64bit/vsfilters/DenoiseFilter/FFT3DFilter/vsfft3dfilter.dll")
core.std.LoadPlugin(path="C:/Program Files/Hybrid/64bit/vsfilters/DenoiseFilter/DFTTest/DFTTest.dll")
core.std.LoadPlugin(path="C:/Program Files/Hybrid/64bit/vsfilters/DenoiseFilter/KNLMeansCL/KNLMeansCL.dll")
core.std.LoadPlugin(path="C:/Program Files/Hybrid/64bit/vsfilters/Support/EEDI3.dll")
core.std.LoadPlugin(path="C:/Program Files/Hybrid/64bit/vsfilters/ResizeFilter/nnedi3/vsznedi3.dll")
core.std.LoadPlugin(path="C:/Program Files/Hybrid/64bit/vsfilters/Support/libmvtools.dll")
core.std.LoadPlugin(path="C:/Program Files/Hybrid/64bit/vsfilters/Support/temporalsoften.dll")
core.std.LoadPlugin(path="C:/Program Files/Hybrid/64bit/vsfilters/Support/scenechange.dll")
core.std.LoadPlugin(path="C:/Program Files/Hybrid/64bit/vsfilters/Support/fmtconv.dll")
core.std.LoadPlugin(path="C:/Program Files/Hybrid/64bit/vsfilters/SourceFilter/LSmashSource/vslsmashsource.dll")
# Import scripts
import havsfunc
# Loading C:\Users\Kannan\Desktop\title00.mkv using LWLibavSource
clip = core.lsmas.LWLibavSource(source="C:/Users/Kannan/Desktop/title00.mkv", format="YUV420P8", cache=0)
# making sure input color matrix is set as 470bg
clip = core.resize.Point(clip, matrix_in_s="470bg")
# Making sure input color range is set to TV (limited) range.
clip = core.std.SetFrameProp(clip=clip, prop="_ColorRange", intval=1)
# with preset 'Very Slow' and 'Placebo' QTGMC is limited to 8bit YUV/GRAY only due to FF3dFilter
# setting field order to what QTGMC should assume
clip = core.std.SetFrameProp(clip=clip, prop="_FieldBased", intval=2)
# Deinterlacing using QTGMC
clip = havsfunc.QTGMC(Input=clip, Preset="Placebo", TFF=True, opencl=False)
# cropping the video to 690x410
clip = core.std.CropRel(clip=clip, left=16, right=14, top=82, bottom=84)
# Output
clip.set_output()


log

Creating job for current source
-> Creating jobs for source 1,...
-> Generating calls for: C:\Users\Kannan\Desktop\movie.mkv
adding x264 calls for source: 1
createJobs for C:\Users\Kannan\Desktop\movie.mkv
creating attachment extraction subjobs
creating video subjobs
creating muxing subjobs
optimizing the subJobs
-> finished creating subjobs for current source
added new job with id 19_19_22_5510
-> should be there after processing: C:\Users\Kannan\AppData\Local\Temp\19_19_22_5510_03.264
-> 19_19_22_5510_03_video crashed: set absolute paths crashed,...
Aborting '19_19_22_5510_03_video' due to:
Job 19_19_22_5510 finished!
x265 is offline   Reply With Quote
Old 3rd February 2018, 17:01   #3329  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,277
Hybrid rev 2018.02.03.1:
*fixed*
  • Vapoursynth: missing '"'-around fontDir when handling vapoursynth subtitles
  • Avisynth: fixed some small stuff
  • Video: small bug in fps<>fraction conversion
*added*
  • audio: option to remove negative delays through ffmpeg (cutting)

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

--------------------
@x265:
Quote:
video crashed: set absolute paths crashed,...
Seems like a tool is missing. Wild guess: You didn't deinstall your previous Hybrid install properly.


Cu Selur
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote
Old 13th February 2018, 13:52   #3330  |  Link
x265
Registered User
 
Join Date: Oct 2012
Posts: 176
hi selur. Can you add ASTDR derainbow script to next release of hybrid?
x265 is offline   Reply With Quote
Old 16th February 2018, 17:37   #3331  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,277
This one http://avisynth.nl/index.php/ASTDR ? Have you tried it? Is it any good?
Next release is planned for this weekend,..
Not much documentation. -> definitely not in the next release
Can you provide the min&max values for strength, tempsoftth, tempsoftrad, tempsoftsc, blstr, tht, FluxStv, dcm, thSAD? (otherwise this will have to wait till I find the time to look all these up in all the different filters it uses etc. -> no clue when/if that will happen)
__________________
Hybrid here in the forum, homepage

Last edited by Selur; 16th February 2018 at 17:53.
Selur is offline   Reply With Quote
Old 18th February 2018, 12:46   #3332  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,277
Hybrid rev 2018.02.18.1:
*fixed*
  • Vapoursynth: resize + crop preview
  • Input: crash when first loading a file and then enabling DVD input
  • Avisynth: Preview not working for content with color matrix 'fcc'
  • x264: removed unnedded empty cleanUpCall
*added*
  • Vapoursynth: FastLineDarken, Toon, ResampleHQ, GradFun3, Flash3kDeband
*changed*
  • vpx: adjusted to vpx 1.7
  • Vapoursynth: using AssumeFPS to set frame rate on input to handle 'prefer original frame rate'
  • Input: FFmpeg GPU decoding make thread limitation optional


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

Cu Selur
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote
Old 19th February 2018, 01:13   #3333  |  Link
Magik Mark
Registered User
 
Join Date: Dec 2014
Posts: 666
Selur,

Just wondering, does the app offer:

1. Auto Crop feature for letter boxed videos?
2. awarpsharp2

Thanks
__________________
Asus ProArt Z790 - 13th Gen Intel i9 - RTX 3080 - DDR5 64GB Predator - LG OLED C9 - Yamaha A3030 - Windows 11 x64 - PotPlayerr - Lav - MadVR
Magik Mark is offline   Reply With Quote
Old 19th February 2018, 05:01   #3334  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,277
regarding 1.: Letterboxing is done by the Letterbox option, not the auto cropping
regarding 2.: yes (Filtering->Vapoursynth->Sharpen->Sharpener ; Filtering->Avisynth->Sharpening->Sharpening)
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote
Old 19th February 2018, 05:34   #3335  |  Link
Magik Mark
Registered User
 
Join Date: Dec 2014
Posts: 666
Thanks. Are all the filters x64 but already?


Sent from my iPhone using Tapatalk
__________________
Asus ProArt Z790 - 13th Gen Intel i9 - RTX 3080 - DDR5 64GB Predator - LG OLED C9 - Yamaha A3030 - Windows 11 x64 - PotPlayerr - Lav - MadVR
Magik Mark is offline   Reply With Quote
Old 19th February 2018, 05:35   #3336  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,277
That depends whether Avisynth or Vapoursynth is used:
  • Avisynth (MT): 32bit
  • Vapoursynth: 64bit

Cu Selur
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote
Old 19th February 2018, 14:59   #3337  |  Link
x265
Registered User
 
Join Date: Oct 2012
Posts: 176
Quote:
Originally Posted by Selur View Post
This one http://avisynth.nl/index.php/ASTDR ? Have you tried it? Is it any good?
Next release is planned for this weekend,..
Not much documentation. -> definitely not in the next release
Can you provide the min&max values for strength, tempsoftth, tempsoftrad, tempsoftsc, blstr, tht, FluxStv, dcm, thSAD? (otherwise this will have to wait till I find the time to look all these up in all the different filters it uses etc. -> no clue when/if that will happen)
Yeah that's the one. I will try to find the values and send them to you when i can.


How do i update hybrid from within the app itself? when i click "check for release" under tools section it just says "new version available". Is it possible to update hybrid automatically?
x265 is offline   Reply With Quote
Old 19th February 2018, 17:39   #3338  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,277
No there isn't a way to update Hybrid, mainly because managing the whole thing is too much of a hassle. (maintaining server, compiling and updating tools,...)
The 'check for release' button simple checks the current installed version against the version.txt on the server.

Cu Selur
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote
Old 24th February 2018, 06:19   #3339  |  Link
phazer11
Registered User
 
Join Date: Feb 2018
Posts: 11
Selur. First off thanks for being so helpful. Could I bother you to add Anime IVTC to your filter lists please?
http://avisynth.nl/index.php/AnimeIVTC

Also perhaps you could add an advanced mode where we could change some of the values. For example, SMDegrain has a built in prefilter mode of 4 which is a built in KNLMeans denoiser, but as it is we can't change the script values.

Last edited by phazer11; 24th February 2018 at 06:23.
phazer11 is offline   Reply With Quote
Old 24th February 2018, 07:55   #3340  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,277
Quote:
Could I bother you to add Anime IVTC to your filter lists please?
Looking at the parameter count:
Code:
AnimeIVTC (clip i, int "mode", int "aa", int "precision", int "killcomb", int "cache", bool "ifade", float "sfthr"*, bool "sfshow"* , bool "chrfix" , bool "blend" , bool "normconv" , int "pattern" , int "pass", bool "rendering" , int "bbob", int "cbob", string "edimode", int "degrain", int "omode" , int "cthresh"* , int "blockx"* , int "blocky"* , int "MI"* , int "tfmm"* , int "pp"* , int "metric"* , int "micmatching"* , int "i1", int "i2", int "e1", int "e2", int "e3", int "p1", int "p2" , bool "dchr"* , bool "palf"* , bool "tcfv1"* , bool "nvfr"* , bool "real30p"* , bool "autoAssuf"* , int "ediandnn"* , bool "o3025cfr"* , int "overlap", int "pel", int "search", bool "nnedi3pel"** , string "credconv" , bool "mode22"* , clip "ediext"* , string "bob4p"* , clip "extbob"* , string "extbobf"* , bool "repwithtdeint"* , float "dark", int "thin", int "sharp", int "smooth", bool "stabilize", int "tradius", int "aapel", int "aaov", int "aablk", string "aatype")
I'm not planning to add that. Might think about it in case there ever is a Vapoursynth version for it.

Quote:
Also perhaps you could add an advanced mode where we could change some of the values.
When Hybrid isn't offering an option it is normally because of on of thre reasons:
a. I didn't know about the option
b. I couldn't find an explanation for it
c. I didn't come up with a way how to add it into the gui or I didn't think anyone would use the option.
-> if you think Hybrid is lacking an option, let me know and the chances are good that I'll add support for it.
Quote:
For example, SMDegrain has a built in prefilter mode of 4 which is a built in KNLMeans denoiser, but as it is we can't change the script values.
Didn't add mode 4 because it wasn't mentioned over at http://avisynth.nl/index.php/SMDegrain -> will add support for it

Cu Selur
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote
Reply


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 15:26.


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