This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

[HELP] Problem using Prores
#2
Seems to be a bug in the AvisynthScript used (probably works fine when using Vapoursynth):
ClearAutoloadDirs()
LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\LoadDll.dll")
LoadDLL("C:\Program Files\Hybrid\32bit\avisynthPlugins\libfftw3f-3.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\RgTools.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\masktools2.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\mvtools2.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\nnedi3.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\FFT3DFilter.dll")
Import("C:\Program Files\Hybrid\32bit\avisynthPlugins\QTGMC.avsi")
Import("C:\Program Files\Hybrid\32bit\avisynthPlugins\Zs_RF_Shared.avsi")
Import("C:\Program Files\Hybrid\32bit\avisynthPlugins\Dehalo_alpha_mt.avsi")
# loading source: Z:\Recording Media\2021-03-02 Robert Jefferson DVD\VOB Files %\VTS_01_1.VOB
#  color sampling YV12@8, matrix: bt709, scantyp: bottom field first, luminance scale: limited
MPEG2Source(d2v="C:\Users\Mack Retirebook\AppData\Local\Temp\2021-03-17@11_14_05_8610.d2v")
# current resolution: 720x480
# deinterlacing
AssumeBFF()
QTGMC(Preset="Fast", ediThreads=2)
SelectEven()
# filtering
# denoising using fft3dfilter
FFT3DFilter(interlaced=false)
# dehaloing
DeHalo_alpha_mt()
# scaling to 1280x720
Spline36Resize(1280,720)
# adjust color to YUY2 (color matrix: PC.709)
ConvertToYUY2()
# adjusting bit depth current 8 to target 10
# convert to 10bit for encoder
ConvertBits(10)
# setting output fps to 29.970fps
AssumeFPS(30000,1001)
#  output: color sampling YV12@10, matrix: bt709, scantyp: progressive, luminance scale: limited
return last
ConvertBits aborts with "YUY2 source is 8-bit only", what's surprising to me is what Hybrid added the 'ConvertToYUY2()' to start with,..
-> I'll try to reproduce this, will report back once I know why this is happening.

Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply


Messages In This Thread
Problem using Prores - by Mack - 17.03.2021, 17:37
RE: Problem using Prores - by Selur - 17.03.2021, 18:05
RE: Problem using Prores - by Selur - 17.03.2021, 18:10
RE: Problem using Prores - by Selur - 17.03.2021, 18:59
RE: Problem using Prores - by Mack - 18.03.2021, 14:52
RE: Problem using Prores - by Mack - 27.03.2021, 21:36
RE: Problem using Prores - by Mack - 27.03.2021, 23:59
RE: Problem using Prores - by Selur - 28.03.2021, 08:56

Forum Jump:


Users browsing this thread: 1 Guest(s)