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.

Hilfe: Hybrid und Sonys 3D MVC support ? ink 3D SBS output
#7
ohh jetztĀ Smile

ClearAutoloadDirs()
SetFilterMTMode("DEFAULT_MT_MODE", MT_MULTI_INSTANCE)
LoadPlugin("C:\Program Files\Hybrid\64bit\Avisynth\avisynthPlugins\LSMASHSource.dll")
LoadPlugin("C:\Program Files\Hybrid\64bit\Avisynth\avisynthPlugins\nnedi3.dll")
LoadPlugin("C:\Program Files\Hybrid\64bit\Avisynth\avisynthPlugins\mvtools2.dll")
LoadPlugin("C:\Program Files\Hybrid\64bit\Avisynth\avisynthPlugins\masktools2.dll")
LoadPlugin("C:\Program Files\Hybrid\64bit\Avisynth\avisynthPlugins\RgTools.dll")
Import("C:\Program Files\Hybrid\64bit\Avisynth\avisynthPlugins\mtmodes.avsi")
Import("C:\Program Files\Hybrid\64bit\Avisynth\avisynthPlugins\Zs_RF_Shared.avsi")
Import("C:\Program Files\Hybrid\64bit\Avisynth\avisynthPlugins\QTGMC.avsi")
# loading source: D:\_Rohdaten3\Sony 3D\Blumen Corso - Vorau 7 Sep 2025\tsMuxeR\00263.MTS
# color sampling YV12@8, matrix: bt709, scantyp: top field first, luminance scale: limited
LWLibavVideoSource("D:\_Rohdaten3\Sony 3D\Blumen Corso - Vorau 7 Sep 2025\tsMuxeR\00263.MTS",cache=false,format="YUV420P8", prefer_hw=0)
# current resolution: 1920x1080
# deinterlacing
AssumeTFF()
QTGMC(Preset="Fast", ediThreads=2)
SelectEven()
# scaling to 1280x720
GaussResize(1280,720)
# letterboxing
AddBorders(320,180,320,180)# 1280x720 -> 1920x1080
# dropping/adding frame due to Filtering->Speed Change, when dropping the frame rate it's better to use sRestore or SelectEvery instead
ChangeFPS(50,1)
# setting output fps to 50.000fps
AssumeFPS(50,1)
PreFetch(16)
# output: color sampling YV12@8, matrix: bt709, scantyp: progressive, luminance scale: limited
return last
Reply


Messages In This Thread
RE: Hilfe: Hybrid und Sonys 3D MVC support ? ink 3D SBS output - by DragonLord - 7 hours ago

Forum Jump:


Users browsing this thread: 1 Guest(s)