Grandalf

Bardzo aktywny
Członek Załogi
Moderator
Dołączył
26 Maj 2015
Posty
19195
Reakcje/Polubienia
55847
AviSynth + to ulepszona wersja
Zaloguj lub Zarejestruj się aby zobaczyć!
, kompatybilna z dostępnymi skryptami i wtyczkami swojego pierwowzoru. Jest to potężne narzędzie do postprodukcji wideo. Zapewnia sposoby edycji i przetwarzania filmów. Program działa jako
Zaloguj lub Zarejestruj się aby zobaczyć!
, zapewniając natychmiastową edycję bez potrzeby tworzenia plików tymczasowych. Sam AviSynth+ nie zapewnia graficznego interfejsu użytkownika (GUI), ale opiera się na systemie skryptów, który umożliwia zaawansowaną
Zaloguj lub Zarejestruj się aby zobaczyć!
. Choć może to początkowo wydawać się żmudne i nieintuicyjne, jest niezwykle wydajne i stanowi bardzo dobry sposób na zarządzanie projektami w sposób precyzyjny, spójny i odtwarzalny. Ponieważ skrypty tekstowe są czytelne dla ludzi, projekty są z natury samo-dokumentujące. Język skryptowy jest prosty, ale potężny, a na podstawie podstawowych operacji można tworzyć złożone filtry w celu opracowania wyrafinowanej palety użytecznych i unikalnych efektów.

Zmiany w porównaniu do AviSynth
  • Dostępna wersja 64-bitowa
  • Szybsze uruchamianie skryptów i znacznie szybsze filtry podstawowe
  • Obsługa wielu katalogów wtyczek („shadow”)
  • Automatyczne ładowanie wtyczek C.
  • Rozszerzenia języka skryptowego z obsługą warunków wielowierszowych i pętli.
  • Ulepszona obsługa zdjęć i TimeStretch
Funkcje programistyczne
  • Łatwa i szybka kompilacja za pomocą aktualnych kompilatorów
  • 2x większa prędkość kompilacji
  • Poprawiona jakość debugowania
  • Bardziej logiczna i bardziej logiczna struktura projektu
  • Duże części kodu zostały refaktoryzowane

avisynth_plus_1630.jpg

Zaloguj lub Zarejestruj się aby zobaczyć!

Zaloguj lub Zarejestruj się aby zobaczyć!


Instalator:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Grandalf

Bardzo aktywny
Członek Załogi
Moderator
Dołączył
26 Maj 2015
Posty
19195
Reakcje/Polubienia
55847
AviSynth+ 3.5.0
Version 3.5.0 released 11 hours ago:
  • New:
    • New: Native Linux, macOS, and BSD support.
    • New function:
      bool IsVersionOrGreater(int majorVersion, int minorVersion [,int bugfixVersion]) function
      Returns true if the current version is equal or greater than the required one in the parameters.
      The function is checking the current version against the given parameters (similar to a Windows API function)
      e.g. IsVersionOrGreater(3, 4) or IsVersionOrGreater(3, 5, 8)
    • New: "Expr" helpers:
      • Constants "yrange_min", "yrange_half", "yrange_max"
        Unlike the luma/chroma plane adaptive "range_min", "range_half", "range_max" these constants always report the luma (Y) values
      • new parameter: bool clamp_float_UV (default false)
        this parameter affects clamping of chroma planes: chroma is clamped between 0..1.0 instead of -0.5..0.5s
      • "clamp_float" is not ignored (and set to true) when parameter "scale_inputs" auto-scales 32 bit float type pixels
      • New "yscalef" and "yscaleb" keywords similar to "scalef" and "scaleb" but scaling is forced to use rules for Y (non-UV) planes
      • new allowed value "floatUV" for scale_inputs.
        In short: chroma pre-shift by 0.5 for 32 bit float pixels
        Affects the chroma plane expressions of 32 bit float formats.
        Shifts the input up by 0.5 before processing it in the expression, thus values from -0.5..0.5 (zero centered) range are converted to the 0..1 (0.5 centered) one.
        Since the expression result internally has 0..1.0 range, this then is shifted back to the original -0.5..0.5 range. (since 2.2.20)
        Note: predefined constants such as cmin, cmax, range_min, range_max and range_half will be shifted as well, e.g. the expression will see range_half = 0.5
      • These modifications are similar to Masktools2 2.2.20+
    • New: AddBorders, LetterBox: new color_yuv parameter like in BlankClip
  • Fixes:
    • Fix: ConvertBits 32->8 for extremely out of range float pixel values.
      When pixel value in a 32 bit float format video was way out of range and greater than 128 (e.g. instead of 0 to 1.0 for Y plane) then the ConvertBits(8) had artifacts.
    • Fix potential crash on exit or cache shrink (linux/gcc only?)
    • Layer: support RGB24 and RGB48 (internally processed as Planar RGB - lossless pre and post conversion)
    • Fix: RGBP to 444 8-14bit right side artifacts at specific widths
    • Fix: "scalef" and "scaleb" for 32 bit input, when scale_inputs="floatf" produced wrong result
    • Fix: missing rounder in V channel calculation of PlanarRGB->YUV 8-14bits SSE2 code
    • Overlay: show error when Overlay is fed with clips with different bit depths
    • Fix: TemporalSoften possible access violation after SeparateFields (in general: after filters that only change frame pitch)
    • Fix: Shibatch.DLL Access Violation crash when exit when target rate is the same as vi.audio_samples_per_second or audio_samples_per_second is 0
    • Build system: Cmake: use platform toolset "ClangCL" for using built-in Clang support of Visual Studio.
      Since VS2019 v16.4 there is LLVM 9.0 support.
      Use: Tools|Get Tools and Features|Add Individual Components|Compilers, build tools, and runtimes
      [X] C++ Clang compiler for Windows
      [X] C++ Clang-cl for v142 build tools (x64/x86)
      (for LLVM Clang installed separately, please use llvm or LLVM - no change in its usage)
Instalator:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Podobne tematy:

Do góry