MeGUI: AVS Scriptfehler

  • Die Deinterlace-Methode 'TDeint (with EDI + BOB)' generiert offensichtlich nicht ganz korrekt, es erscheint die Meldung 'TDeint number of frames in edeint clip doesn't match that of the input clip'
    Ändert man folgende Zeile, funktioniert es:

    edeintted = last.SeparateFields().SelectEven().EEDI2(field=-1) # Fehlermeldung
    edeintted = last.SeparateFields().EEDI2(field=-1) # korrekt

    TDeint mit mode=1 gibt dann bei 25fps Input einen Output von 50fps aus.

  • Zitat

    TDeint mit mode=1 gibt dann bei 25fps Input einen Output von 50fps aus.


    war doch schon immer so....

    <!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:HyphenationZone>21</w:HyphenationZone> <w:PunctuationKerning/> <w:ValidateAgainstSchemas/> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:Compatibility> <w:BreakWrappedTables/> <w:SnapToGridInCell/> <w:WrapTextWithPunct/> <w:UseAsianBreakRules/> <w:DontGrowAutofit/> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" LatentStyleCount="156"> </w:LatentStyles> </xml><![endif]--><!--[if gte mso 10]> <style> /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Normale Tabelle"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-parent:""; mso-padding-alt:0cm 5.4pt 0cm 5.4pt; mso-para-margin:0cm; mso-para-margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:10.0pt; font-family:"Times New Roman"; mso-ansi-language:#0400; mso-fareast-language:#0400; mso-bidi-language:#0400;} </style> <![endif]--> o -2 - double height using modified ELA
    o -1 - double height using modified ELA-2
    o 0 - same rate output
    o 1 - double rate output (bobbing)
    o 2 - smartbobbed field-matching (same rate output, blend frames from bobbed stream)

    default - 0 (int)


    hier mal die interessanten Modes grob erklärt:
    0 - 'normales' Deinterlacing -> Framrate wie Input
    1 - normales Bobbing -> doppelte Framerate
    2 - smartbobbing - erst wird gebobbed, dann werden je zwei Frames zusammen geblended -> gleiche Framerate wie Input

    Datenrettungen Normwandlungen Restaurierungen Digitalisierungen

  • Sollte man im englischen doom9-Forum melden, oder im MeGUI-Bugtracker.


    Habe Zathor eine PN zugestellt.
    @Goldwingfaher: Gut, nur wird das Script danach nicht ganz korrekt generiert. Bei 'Preview AVS Script' kommt dann der Fehler.

  • Die Deinterlace-Methode 'TDeint (with EDI + BOB)' generiert offensichtlich nicht ganz korrekt, es erscheint die Meldung 'TDeint number of frames in edeint clip doesn't match that of the input clip'
    Ändert man folgende Zeile, funktioniert es:

    edeintted = last.SeparateFields().SelectEven().EEDI2(field=-1) # Fehlermeldung
    edeintted = last.SeparateFields().EEDI2(field=-1) # korrekt


    Danke, wird in 2305 geändert sein.

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!