Forum: Avisynth Development
31st March 2023, 22:22
|
Replies: 244
Views: 73,826
@DTL
Have you seen this ...
@DTL
Have you seen this
https://devblogs.microsoft.com/directx/preview-agility-sdk-1-710-0/
Is it applicable for mvtools?
|
Forum: Avisynth Development
11th August 2022, 03:44
|
Replies: 244
Views: 73,826
|
Forum: Avisynth Development
22nd July 2022, 10:28
|
Replies: 244
Views: 73,826
@DTL
Great update!
...
@DTL
Great update!
LWLibavVideoSource("C:\Users\Admin\Downloads\newSAMPLE.mkv")
Crop(0, 280, -0, -280)
BilinearResize(1920, 1080)
ConvertBits(8, dither=1).ConvertToYV12()
EZdenoise(thSAD=300,...
|
Forum: Avisynth Development
17th June 2022, 01:23
|
Replies: 244
Views: 73,826
No longer crashing, thanks.
With
I...
No longer crashing, thanks.
With
I get 4082MB & 6293MB (only encoding the first 12 frames in avspmod). During actual encoding, 2.6 FPS and 1.3 FPS respectively. Memory usage is much higher...
|
Forum: Avisynth Development
16th June 2022, 18:48
|
Replies: 244
Views: 73,826
Oh, ok.
Edit:
PelRefine=true &...
Oh, ok.
Edit:
PelRefine=true & UseSubShift=0 uses 5908MB
PelRefine=false & UseSubShift=1 uses 3731MB
Here is the sample (https://www.mediafire.com/file/pu0tqruqpklqcd4/SAMPLE.mkv/file)
...
|
Forum: Avisynth Development
16th June 2022, 18:08
|
Replies: 244
Views: 73,826
tested with 720p (I'll test 4K in a bit)
...
tested with 720p (I'll test 4K in a bit)
pelrefine=false with UseSubShift=1 looks like this (https://imgsli.com/MTEyNzg2) (after). Uses 1860MB
pelrefine=true with UseSubShift=0 looks normal....
|
Forum: Avisynth Development
3rd June 2022, 02:57
|
Replies: 244
Views: 73,826
|
Forum: Avisynth Development
2nd June 2022, 12:52
|
Replies: 244
Views: 73,826
|
Forum: Avisynth Development
1st June 2022, 00:11
|
Replies: 244
Views: 73,826
Thanks. It no longer crashes.
And I take the...
Thanks. It no longer crashes.
And I take the 0.5seconds speed gain back. Just modern CPU boosting which caused the variance...
On HBD: I only added it because of the crash with my usual settings....
|
Forum: Avisynth Development
31st May 2022, 21:22
|
Replies: 244
Views: 73,826
|
Forum: Avisynth Development
31st May 2022, 02:04
|
Replies: 244
Views: 73,826
|
Forum: Avisynth Development
30th May 2022, 22:24
|
Replies: 244
Views: 73,826
|
Forum: Avisynth Development
30th May 2022, 20:38
|
Replies: 244
Views: 73,826
|
Forum: Avisynth Development
30th May 2022, 18:20
|
Replies: 244
Views: 73,826
@DTL fixed it like this:
function...
@DTL fixed it like this:
function EZdenoise(clip Input, int "thSAD", int "thSADC", int "TR", int "BLKSize", int "Overlap", int "Pel", bool "Chroma")
{
thSAD = default(thSAD, 150)
thSADC =...
|
Forum: Avisynth Development
30th May 2022, 05:54
|
Replies: 244
Views: 73,826
@DTL newest release...
@DTL newest release (https://github.com/DTL2020/mvtools/releases/tag/r.2.7.46-a.10) gives me this error (https://i.imgur.com/DAEJOCt.png) which goes away if I delete line 5. Is dithering no longer...
|
Forum: Avisynth Development
28th May 2022, 05:31
|
Replies: 244
Views: 73,826
|
Forum: Avisynth Development
27th May 2022, 05:05
|
Replies: 244
Views: 73,826
|
Forum: Avisynth Development
20th May 2022, 19:38
|
Replies: 244
Views: 73,826
|
Forum: Avisynth Development
14th May 2022, 12:12
|
Replies: 244
Views: 73,826
|
Forum: Avisynth Development
14th May 2022, 05:38
|
Replies: 244
Views: 73,826
Here are my thoughts so far:
I don't see a...
Here are my thoughts so far:
I don't see a point in using GPU acceleration at all (unless you somehow manage to make it SIGNIFICANT faster to what it is now) because the only time GPU is faster...
|
Forum: Avisynth Development
1st February 2022, 23:07
|
Replies: 244
Views: 73,826
|
Forum: Avisynth Development
1st February 2022, 02:38
|
Replies: 244
Views: 73,826
|
Forum: Avisynth Development
31st January 2022, 07:28
|
Replies: 244
Views: 73,826
|
Forum: Avisynth Development
25th January 2022, 18:42
|
Replies: 244
Views: 73,826
|
Forum: Avisynth Development
24th January 2022, 18:12
|
Replies: 244
Views: 73,826
I didn't think debug build would make a...
I didn't think debug build would make a difference. My bad. Here are my new tests, again, with the settings used in post #64:
r.2.7.46-a.06
time=15.841s
MSuper & MAnalyse chroma=true...
|