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.

[BUG] rev. 2020.10.11.1 - avsviewer.exe stürzt ab
#4
Funktioniert der Avisynth Preview?

Das Skript:
ClearAutoloadDirs()
SetFilterMTMode("DEFAULT_MT_MODE", MT_MULTI_INSTANCE)
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")
Import("C:\Program Files\Hybrid\32bit\avisynthPlugins\QTGMC.avsi")
Import("C:\Program Files\Hybrid\32bit\avisynthPlugins\Zs_RF_Shared.avsi")
# loading source: K:\Konvert-Test\Danger Route.VOB
#  color sampling YV12@8, matrix: bt470, scantyp: top field first, luminance scale: limited
MPEG2Source(d2v="K:\Hybrid\2020-11-09@18_17_59_2510.d2v")
# current resolution: 720x576
# deinterlacing
AssumeTFF()
QTGMC(Preset="Fast", ediThreads=2)
SelectEven()
# cropping
Crop(30,0,-30,0)# 660x576
# filtering
# scaling to 720x448
Spline36Resize(720,448)
PreFetch(4)
# setting output fps to 25.000fps
AssumeFPS(25,1)
#  output: color sampling YV12@8, matrix: bt470, scantyp: progressive, luminance scale: limited
return last
sieht richtig aus.

Der Aufruf sieht okay aus.
Zeigt:
"C:\Program Files\Hybrid\32bit\ffmpeg.exe" -y -noautorotate -nostdin -threads 8 -i "K:\Hybrid\encodingTempSynthSkript_2020-11-09@18_17_59_2510.avs" -an -sn -vf  scale=out_range=tv -pix_fmt yuv420p -vsync 0  -f yuv4mpegpipe - | "C:\Program Files\Hybrid\64bit\VCEEncC.exe" --y4m -i - --codec h264 --vbr 2500 --max-bitrate 2500 --pre-analysis quarter --vbaq --ref 16 --bframes 3 --b-pyramid --motion-est q-pel --profile High --level auto --vbv-bufsize 20000 --slices 1 --sar 1:1 --fps 25.000 --output-file "K:\Hybrid\Danger Route_2020-11-09@18_17_59_2510_05.264"
-> irgendwelche Fehler, wenn Du den Aufruf in Windows Eingabeaufforderung machst?

Cu Selur
Reply


Messages In This Thread
RE: rev. 2020.10.11.1 - avsviewer.exe stürzt ab - by Selur - 09.11.2020, 18:44

Forum Jump:


Users browsing this thread: 1 Guest(s)