Georg Pelz
Georg Pelz
Over at [url=https://forum.videohelp.com/threads/407209-Strange-fields-frames-in-analog-capture]videohelp there is a thread[/url] where Avisynth can be nicely used to remove some ghosting using ``` AssumeTFF() QTGMC(Preset="Fast", ediThreads=2) # removing ghosting srestore(omode=6) Preroll(Int(last.FrameRate())) ``` trying to...
Would be nice if nnedi3cl https://github.com/HomeOfVapourSynthEvolution/VapourSynth-NNEDI3CL could be utilized in GradFun with smode 5. Extending the other filters with an additional parameter to use nnedi3cl would be nice too and...
With d2vwitch v5 using m2v file from https://forum.videohelp.com/attachments/48509-1553827974/fam%20guy.rar calling: ``` "i:\Hybrid\64bit\vsfilters\SourceFilter\d2vSource\d2vwitch.exe" --output "J:\tmp\m2v_a212ef478b4cd59215ce6e9e5a27f73d_853323747.d2v" --single-input "C:\Users\Selur\Desktop\title_t00.demuxed.m2v" ``` I get: `Unsupported container type 'raw AC-3'.` DGIndex and DGIndexNV work fine.
I'm running: `QSVEncC64 --avhw -i "test.mkv" --input-buf 16 --slices 0 --fps 24000/1001 --codec av1 --sar 1:1 --icq 18 --quality best --bframes 6 --gop-len 0 --open-gop --colorrange limited --colormatrix bt709 --vpp-resize...
Seeing that 1.6.4 from Jan 25, 2022 is still the current version served by pip and there have been quite a few changes since then, I was wondering if there...
``` 10:28:49 ┌ ffmpeg git ............................... [Recently updated] 10:28:49 ├ Changing options to comply to gplv3... 10:28:53 ├ Compiling static FFmpeg... 10:28:56 ├ Running configure... Likely error (tail of the...
``` 17:52:43 ┌ libmediainfo git ......................... [Recently updated] 17:52:43 ├ Running cmake... Likely error (tail of the failed operation logfile): "F:/media-autobuild_suite/local32/lib/cmake/zenlib/ZenLibTargets.cmake" but not all the files it references. Call Stack...
Using ac3+xxx as file extension breaks the possibility to know the output name from knowing the input and the meta file code. :( Why was this changed? I can live...
Not sure how interesting it is at this point of the development, but with the attached source [00006.zip](https://github.com/vapoursynth/bestsource/files/14462820/00006.zip) the filter (like software based LWLibavSource shows artifacts, no artifacts with FFMS2,...
using v0.8.6.: ``` ClearAutoloadDirs() LoadPlugin("I:\Hybrid\64bit\Avisynth\AVISYN~1\LoadDll.dll") LoadDLL("I:\Hybrid\64bit\Avisynth\avisynthPlugins\d3d9.dll") LoadPlugin("I:\Hybrid\64bit\Avisynth\AVISYN~1\FFT3dGPU.dll") BlankClip(length=3000, width=4096, height=2160, fps=25, color=$000000,pixel_type="YV12") FFT3DGPU(precision=0) return last ``` I get:  pattern changes depending on block, modes settings,.. Tested a few 4k...