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 configuring x265 like MediaInfo settings
#5
Selur Wrote:Seeing that you use Avisynth and that the decoder during the encoding call fails, check whether the 'Avisynth Preview' properly shows your video.
The Avisynth script looks like this:
LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\LSMASHSource.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\svpflow1.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\svpflow2.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\masktools2.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\RgTools.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\warpsharp.dll")
Import("C:\Program Files\Hybrid\32bit\avisynthPlugins\InterFrame2.avsi")
Import("C:\Program Files\Hybrid\32bit\avisynthPlugins\LimitedSharpenFaster.avs")
SetFilterMTMode("DEFAULT_MT_MODE", MT_MULTI_INSTANCE)
# loading source: E:\迅雷下载\使徒行者.mkv
#  input color sampling YV12
#  input luminance scale tv
LWLibavVideoSource("E:\迅雷下载\使徒行者.mkv",cache=false,format="YUV420P16", prefer_hw=3,repeat=true)
# current resolution: 1920x816
# Dithering from 16 to 8bit for Interframe
ConvertBits(8)
InterFrame(NewNum=60,NewDen=1,OverrideAlgo=23,Cores=8)
# filtering
# sharpening
LimitedSharpenFaster(Smode=3,edgemode=0)
# scaling
Spline36Resize(1920,900)
# current resolution: 1920x900
# adjusting bit depth current 8 to target 10
# convert to 10bit for encoder
ConvertBits(10)
PreFetch(2)
return last
In case the preview fails with LWLibavVideoSource opening the video, try:
a. disabling 'Filtering->Avisynth->Misc->Sourcefilter Settings->prefer hw decoding'.
b. whether it helps to rename the video and folder to ascii characters.

Cu Selur

Hi, I just follow your advised to disable the prefer hw decoding, plus enble the prefer FFmpegsource to start the video encoding, no issue. Although take very long time to process, the video 60fps quality is superb, love the outcome, thanks.


Attached Files Thumbnail(s)
   
Reply


Messages In This Thread
RE: Help configuring x265 like MediaInfo settings - by Dannyongwc5 - 05.12.2019, 12:59

Forum Jump:


Users browsing this thread: 2 Guest(s)