Beiträge von Selur

    Soweit ich es per Google finden konnte, hat MeGui keinen Button für 'HDR->SDR' 'tone mapping'.

    Man müsste also selber das verwendete Avisynth Skript anpassen.

    Potenzielle filter Kandidaten:

    http://avisynth.nl/index.php/Avslibplacebo#Tonemap

    http://avisynth.nl/index.php/DGTonemap

    https://github.com/erazortt/DoViBaker

    vermute da kann jemand anders hier im Forum eine Empfehlung bzw. einen Code-Schnipsel beitragen.

    (nutze selber MeGui nicht und auch AviSynth nutze ich nur noch seltenst,..)

    Cu Selur

    Gefunden:

    Code
    function force444DownSize(clip v1, int "width", int "height")
    {
    Y = v1.ConvertToY8().Spline36Resize(width, height, src_left=-0.5)
    U = v1.UToY8()
    V = v1.VToY8()
    return YToUV(U, V, Y)
    }

    dachte es wäre was cleveres gewesen. ;)

    Mift irgendwann ist mal das force444Downsize.avs, was ich mal für Hybrid geschrieben hatte verloren gegangen.

    Das wird benutzt wenn man in Hybrid 'Force 4:4:4 downsize' verwendet.

    Wenn ich mich recht entsinne war die Idee, dass wenn man mehr als um einen Faktor als 2 resized und 4:2:0 Content in 4:4:4 Content umwandelt mehr der Chromainformationen erhalten werden.

    In FFmpeg wurde das durch:

    Code
    -filter_comple "extractplanes=y+u+v[y][u][v]; [u] scale=w=4096:h=2160:in_range=full:flags=neighbor+bitexact [us]; [v] scale=w=4096:h=2160:in_range=full:flags=neighbor+bitexact [vs];[y][us][vs]mergeplanes=0x001020:yuv444p,format=pix_fmts=yuv444p10le,scale=w=1920:h=1014:flags=bicubic+full_chroma_inp+full_chroma_int,zscale=rangein=tv:range=tv"

    gemacht, aber ich finde das Avisynth Skript nicht mehr. :(

    => hat zufällig noch jemand das Skript?

    Cu Selur

    Kostenlos und beliebig oft Dateien hochladen, die ewig rumliegen ohne Werbung wirst Du nicht finden.

    Für B2B, möglichst preiswert ohne Werbung, würde ich spontan empfehlen einen eigenen Server mit NextCloud oder dergleichen zu nutzen.

    Hi,

    da es immer nerviger wird avsViewer für 32bit AviSynth zum Laufen zu bekommen, hatte ich mir überlegt das man eventuell MP_Pipeline nutzen könnte.

    Habe als folgendes versucht:

    1. Habe einen Ordner angelegt:

    Code
    I:\Hybrid\64bit\Avisynth\avisynthPlugins\mppipeline

    2. MP_Pipeline 0.23 heruntergeladen.

    3. Den Inhalt des x64-Ordners in den mppipeline-Ordner kopiert.

    4. Ein AviSynth-Skript erstellt:

    4. Das Skript in 64bit AvsPmodgeöffnet.

    Leider friert AvsPmod einfach nur ein.

    => weiß jemand wie man das richtig nutzt?


    Cu Selur

    Hybrid rev 2023.03.17.1:

    *changed*

    • Muxing: FFmpeg can't handle ttxt subtitle
    • Avisynth: use vsDeblockP77 for DeblockPP7
    • Vapoursynth: missing some needed checks
    • Vapoursynth: re-enable RealCUGAN resizer
    • Tools: set priority through niceness on vsViewer&avsViewer
    • Torch: adjust to SwinIR v3, DPIR v3.0.0, vsFeMaSR updated, vsGMFSS_union
    • Video: disable NVEncC/QSVEncC 'encoder only' for 'DVD input

    *fixed*

    • Avisynth: mclean not called with default filter order
    • Avisynth: SelectRangeEvery
    • Vapoursynth: mod requirement handling for some filters
    • Vapoursynth: crop with interlaced fields handling
    • Vapoursynth: a few issues around masking
    • Vapoursynth: restrict Santiag color spaces
    • Vapoursynth: (normal) TimeCube call
    • Vapoursynth: restrict color spaces for NVEncCL
    • Vapoursynth: convert RGBH to RGBS for fmtc
    • Vapoursynth: vsPreview handling non-square aspect ratio
    • Vapoursynth: loading BilateralGPU filter in vsGradFun
    • Synth: letterbox issue where letterbow width/height addition was uneven
    • Jobs: typo in job generation for blu-ray input
    • Jobs: index file path for 'Create sub-folder ...'
    • Video: SVT-AV1 denoise option rennamed
    • Video: x264 only add rc-lookahead when mbtree is used
    • Video: SVT-AV1 HDR10 signaling
    • Video: x265 signaling luma always as limited
    • Audio: multi-input raw audio reencode

    *added*

    • Vapoursynth: mode vsSpotLess options
    • Vapoursynth: support for vsDGDenoise, vsDGSharpen
    • Video: NVEncC npp support
    • Filtering: overwrite input color matrix and luminance value

    -> downloads: http://www.selur.de/downloads

    Cu Selur

    Hab mal heute 2 Stunden damit verbracht zu versuchen eine funktionierende blend detection aus ChatGPT rauszukizzeln.

    -> kein Erfolg.
    Das Teil erfindet dauernd Sachen, ersetzt sie dann durch falsche Dinge, die nicht funktionieren und kehrt dann nach einigen Korrekturzyklen wieder zu seinem kaputten falschen Vorschlag zurück.
    => Für Vapoursynth oder Python Code nicht zu gebrauchen.

    Cu Selur

    Wenn es progressiv ist und Du Dein PAL Material über ein Avisynth Skript lädst, nicht deinterlaced und in Vapoursynth öffnest sollten keine Kammartefakte zu sehen sein.

    Falls dies der Fall ist, hast Du nach dem Öffnen in VirtualDub 25p Material, außer Reencoden wäre also nichts mehr zu tun, um 25p mp4 daraus zu machen.

    2023.01.22.1:

    *fixed*

    • Analysis: mkv attachement type detection
    • Video: NVEncC disable psnr/ssim when input is 4:4:4
    • Vapoursynth: width&height mixup in SSIMD checks
    • Vapoursynth: missing matrix info on separate field handling
    • Video: x264: temporalsublayer adjustment
    • Video: x265: --sbr mixup
    • Video: aomenc: decouple auto-alt-ref and some other options
    • Vapoursynth: vsYadifMod, EEDI3 only supports YUVXXXP8
    • Jobs: ffmpeg muxing deleted audio stream even if it was an input file
    • Jobs: chuncked encoding
    • Avisynth: applying Toon, VagueDenoiser, AddGrain, GrainFactory3 during filter order handling
    • Synth: fix DG PullDown handling
    • Muxing: avi handling
    • Vapoursynth: vsFilterQueue fmtconv handling
    • Jobs: temp-folder per job handling for qp&stats files.
    • Analysis: understand "Mastering display color primaries: BT.709"
    • Avisynth: fix filterQueue
    • Video: NVencC references gui glitches
    • Video: NVEncC: weightedp not added to command line
    • Video: NVEncC: remove xxxhq modes
    • Video: fix chapter point calculation
    • Audio: audio only handling
    • Video: SVT-AVI options
    • Vapoursynth: Gradfun3d+Preview+Masking
    • Vapoursynth: fixed - save Masking&Co in Vapoursynth profiles
    • Vapoursynth: FilterQueue + MAsking and onRegionOnly</öo>
    • Vapoursynth: Santiang call
    • Filtering: AutoCrop adjustment
    • Avisynth: fix disabled controls
    • Vapoursynth: eedi3m vs eedi3m_opencl (Windows only)
    • NVEncC: no profile&level&tier control for AV1, only 4:2:0 supported.

    *changed*

    • Qt Updates: Changed to Qt 6.4.2 on Windows and Qt 5.15.3 on Linux
    • Vapoursynth: more options for MVToolsFPS
    • Video: aomenc cosmetics
    • Analysis: scan order check adjusted
    • Synth: libavsource: repeat=true handling
    • Video: aomenc adjust golden frame max, min values
    • Video: NVEncC support Lut interp option
    • Avisynth: FFT3DGPU add bitdepth option to force input depth
    • Synth: forceFilm through DGDecode, thanks to DG!
    • Vapoursynth: updated TemporalDegrain2
    • Jobs: additional user prompt when clearing temp folder
    • Avisynth: add PreRoll when using DGDecNV
    • Video: NVEncC: support aq independent of encoding mode
    • NVEncC: disable multiRef when it's not supported
    • Jobs: chunking: restrict used filters during scene change detection
    • Vapoursynth: vsRealESRGAN, Fusion, num_streams support
    • Vaporusynth: vsRetinex: increase sigma max
    • Vapoursynth: increase dehalo_alpha and finedehalp rx/ry max values

    *added*

    • Audio: 'Ignore reencode and passthrough if format is ...'-option
    • Vapoursynth: support for NeoF3kD
    • Vapoursynth: weighted resizing
    • Vapoursynth: torchAddon vsSCUNet, vs-femasr, AnimeSR support
    • Video: aomenc '--gf-max-pyr-height'-option

    *removed*

    -> downloads: http://www.selur.de/downloads


    Cu Selur