Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Search Forums

Showing results 1 to 25 of 29
Search took 0.00 seconds.
Search: Posts Made By: takla
Forum: Avisynth Development 31st March 2023, 22:22
Replies: 244
Views: 73,826
Posted By takla
@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
Posted By takla
@MysterX Read post #129...

@MysterX
Read post #129 (https://forum.doom9.org/showthread.php?p=1969845#post1969845) & #130
Forum: Avisynth Development 22nd July 2022, 10:28
Replies: 244
Views: 73,826
Posted By takla
@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
Posted By takla
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
Posted By takla
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
Posted By takla
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
Posted By takla
IIRC denoising depends on the camera app itself....

IIRC denoising depends on the camera app itself. There are some apps which let you disable most postprocessing. But yes, it is unclear if they use fixed functions or CPU.

And yes, if you can do...
Forum: Avisynth Development 2nd June 2022, 12:52
Replies: 244
Views: 73,826
Posted By takla
@DTL What is your opinion on Vulkan based video...

@DTL
What is your opinion on Vulkan based video processing (https://www.khronos.org/blog/an-introduction-to-vulkan-video)? Are you aware of it? And yes I realize it does not explicitly talk about...
Forum: Avisynth Development 1st June 2022, 00:11
Replies: 244
Views: 73,826
Posted By takla
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
Posted By takla
What do you want me to test with the test build...

What do you want me to test with the test build exactly? Here are the encoding times:

AVX2
time=15.412s
SSE2
time=40.264s

Unfortunately thSAD2=0.9*thSAD is not a valid parameter. I changed...
Forum: Avisynth Development 31st May 2022, 02:04
Replies: 244
Views: 73,826
Posted By takla
Yes. I just double checked: Note: I used...

Yes. I just double checked:

Note: I used ProRes before, but this here is FFV1.

2.7.46-a.10
510:021 KB

2.7.46-a.05
513.247 KB
Forum: Avisynth Development 30th May 2022, 22:24
Replies: 244
Views: 73,826
Posted By takla
Good point. Maybe. I'd like DTL to comment on it...

Good point. Maybe. I'd like DTL to comment on it in more detail.


One more thing, the script from post #117 has 510.140 KB while the script from post #118 has 510.021 KB. Why is that? Shouldn't...
Forum: Avisynth Development 30th May 2022, 20:38
Replies: 244
Views: 73,826
Posted By takla
@DTL new issues mvtools2 from printerf MvTools2...

@DTL new issues
mvtools2 from printerf MvTools2 2.7.45 and your newest release is no longer bit identical with same settings (post 117)

MvTools2 2.7.45 pinterf
time=21.380s
501.153 KB
ProRes
...
Forum: Avisynth Development 30th May 2022, 18:20
Replies: 244
Views: 73,826
Posted By takla
@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
Posted By takla
@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
Posted By takla
Yep. But the higher frame rate also allows your...

Yep. But the higher frame rate also allows your brain to process more informations. This basically cancels that downside. (When comparred to the same video with a lower frame rate, anyway)
Forum: Avisynth Development 27th May 2022, 05:05
Replies: 244
Views: 73,826
Posted By takla
AVX512 is coming you said @DTL? ...

AVX512 is coming you said @DTL?
https://i.imgur.com/kNyftsO.jpg
Forum: Avisynth Development 20th May 2022, 19:38
Replies: 244
Views: 73,826
Posted By takla
Oh wow. I didn't think about this but it makes...

Oh wow. I didn't think about this but it makes perfect sense.
Forum: Avisynth Development 14th May 2022, 12:12
Replies: 244
Views: 73,826
Posted By takla
Good point.

Good point.
Forum: Avisynth Development 14th May 2022, 05:38
Replies: 244
Views: 73,826
Posted By takla
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
Posted By takla
DTL At 4K and TR=6 around 10 to 12GB of my RAM is...

DTL At 4K and TR=6 around 10 to 12GB of my RAM is being used. But at TR=8 I have to cancel the encoding because 99% of my RAM (32GB) is used. (Possible memory leak? Why does ram usage increase so...
Forum: Avisynth Development 1st February 2022, 02:38
Replies: 244
Views: 73,826
Posted By takla
DTL Specifying a value for thSAD2 is what fixed...

DTL Specifying a value for thSAD2 is what fixed it, thanks.

LWLibavVideoSource("C:\Users\Admin\Documents\01.mkv")
Trim(0, 600)
Addborders(0,0,0,72)
tr = 8
super = MSuper (pel=4, levels=1,...
Forum: Avisynth Development 31st January 2022, 07:28
Replies: 244
Views: 73,826
Posted By takla
DTL what source filter do you use? I tried both,...

DTL what source filter do you use? I tried both, LWLibavVideoSource and AviSource but they both crash without error.
The only way I can test optSearchOption=5 is with ColorBars.

Anyways, here are...
Forum: Avisynth Development 25th January 2022, 18:42
Replies: 244
Views: 73,826
Posted By takla
Mhh that is messy. Can't you make mvtools do...

Mhh that is messy. Can't you make mvtools do exactly that, but internally?
Forum: Avisynth Development 24th January 2022, 18:12
Replies: 244
Views: 73,826
Posted By takla
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...
Showing results 1 to 25 of 29

 
Forum Jump

All times are GMT +1. The time now is 08:11.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, vBulletin Solutions Inc.