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 > Capturing and Editing Video > Avisynth Development

Reply
 
Thread Tools Search this Thread Display Modes
Old 15th November 2020, 15:28   #61  |  Link
Goggen240
Registered User
 
Join Date: Sep 2019
Posts: 14
Here you go, the 2011 version of FFMatch:

https://www.sendspace.com/file/ghzfj7

Quote:
Originally Posted by Frank62 View Post
Learned something. Really new to me, and very, very promising!

Does any filter for avisynth exist that uses this technique?
I'm not sure, but phones use it for panorama stitching, and possibly camera deshake methods. There are some camera deshake filters that use very similar methods; I found somebody's FFMPEG project that uses BRIEF, whatever that is. But it seems to be a similar same point-finding constellation-matching technique.
"Deshaker" for VirtualDub does not use SIFT though, that matches blocks for motion.
Goggen240 is offline   Reply With Quote
Old 15th November 2020, 18:05   #62  |  Link
Frank62
Registered User
 
Join Date: Mar 2017
Location: Germany
Posts: 234
Great, thank you.

Besides I found a .net library ( http://www.nowozin.net/sebastian/tu-...-2006/libsift/ , seems a bit older) and a C# project ( https://www.codeproject.com/Articles...ith-Accord-NET ).
If I only had the time, but I will try everything as soon as I will find some, ffmatch first, of course. Very curious.
Frank62 is offline   Reply With Quote
Old 29th November 2020, 00:50   #63  |  Link
AdamCarter
Registered User
 
Join Date: Jul 2020
Posts: 41
Goggen!!!!

This looks amazing.

What do we need to do with the github files
I have no programming skillz

Thanks
AdamCarter is offline   Reply With Quote
Old 29th November 2020, 01:39   #64  |  Link
StainlessS
HeartlessS Usurer
 
StainlessS's Avatar
 
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,980
Quote:
What do we need to do with the github files
I have no programming skillz
I got
Quote:
503 Service Temporarily Unavailable
Think I got that the day it was posted too.
[It might be a "region restricted" thing, ie not available in your/my country].
__________________
I sometimes post sober.
StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace

"Some infinities are bigger than other infinities", but how many of them are infinitely bigger ???
StainlessS is offline   Reply With Quote
Old 29th November 2020, 03:55   #65  |  Link
AdamCarter
Registered User
 
Join Date: Jul 2020
Posts: 41
Stainless i was able to download the files

Try using a vpn maybe to connect.

Would love to see this as an aviscript that could work without converting to xvid.
AdamCarter is offline   Reply With Quote
Old 29th November 2020, 14:27   #66  |  Link
StainlessS
HeartlessS Usurer
 
StainlessS's Avatar
 
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,980
Quote:
without converting to xvid.
OK, link is working now, was as it said "temp unavailable".

I remember ffmatch from some time back, it requires XVid to work its magic, it uses compression data
(DCT, Discrete Cosine Transform stuff I think) and wil not work with decompressed video (as in avisynth).
Its also the reason that it is so fast.
__________________
I sometimes post sober.
StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace

"Some infinities are bigger than other infinities", but how many of them are infinitely bigger ???
StainlessS is offline   Reply With Quote
Old 29th November 2020, 17:35   #67  |  Link
AdamCarter
Registered User
 
Join Date: Jul 2020
Posts: 41
Well at least it tells me which frames are good or mismatched, for avisynth i can use the trim function on the real video. It’s a step in the right direction.

Wonder if something similar could be programmed for avisynth from scratch.

It would go a long way for restoration.

Last edited by AdamCarter; 29th November 2020 at 20:02.
AdamCarter is offline   Reply With Quote
Old 17th January 2021, 20:36   #68  |  Link
introspected
Registered User
 
Join Date: Nov 2017
Posts: 35
v0.4.0 with warp transformations released: https://github.com/introspected/Auto...ases/tag/0.4.0
introspected is offline   Reply With Quote
Old 19th January 2021, 16:46   #69  |  Link
wonkey_monkey
Formerly davidh*****
 
wonkey_monkey's Avatar
 
Join Date: Jan 2004
Posts: 2,493
Quote:
with warp filter by wonkey_monkey
Yay! I'm useful!
__________________
My AviSynth filters / I'm the Doctor
wonkey_monkey is offline   Reply With Quote
Old 20th January 2021, 22:30   #70  |  Link
introspected
Registered User
 
Join Date: Nov 2017
Posts: 35
Quote:
Originally Posted by wonkey_monkey View Post
Yay! I'm useful!
Thanks again for your support
introspected is offline   Reply With Quote
Old 21st January 2021, 12:15   #71  |  Link
wonkey_monkey
Formerly davidh*****
 
wonkey_monkey's Avatar
 
Join Date: Jan 2004
Posts: 2,493
I notice it says "Only 8 bit clips support" on that line, but Warp should support all clips. Is it a limitation of AutoOverlay?
__________________
My AviSynth filters / I'm the Doctor
wonkey_monkey is offline   Reply With Quote
Old 21st January 2021, 17:03   #72  |  Link
introspected
Registered User
 
Join Date: Nov 2017
Posts: 35
I get this message for the YUV420P16 color space:
warp/quad: High bit depths not yet supported
sample: ColorBars(pixel_type="YUV420P16").Warp(0,0,0,0, 2,2,2,2, 4,4,4,4)
Note that I use v0.1b
introspected is offline   Reply With Quote
Old 21st January 2021, 21:24   #73  |  Link
StainlessS
HeartlessS Usurer
 
StainlessS's Avatar
 
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,980
"Warp (includes quad)" here shows v0.1:- http://horman.net/avisynth/
Granted its a little non obvious what any of Wonkey's stuff is, no version info in zip name (could all be exact same version),
and no version resource on dll.
Its no real surprise that he sometimes posts the wrong version, sad but there you go.
__________________
I sometimes post sober.
StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace

"Some infinities are bigger than other infinities", but how many of them are infinitely bigger ???
StainlessS is offline   Reply With Quote
Old 21st January 2021, 22:40   #74  |  Link
introspected
Registered User
 
Join Date: Nov 2017
Posts: 35
Quote:
Originally Posted by StainlessS View Post
"Warp (includes quad)" here shows v0.1:- http://horman.net/avisynth/
Granted its a little non obvious what any of Wonkey's stuff is, no version info in zip name (could all be exact same version),
and no version resource on dll.
Its no real surprise that he sometimes posts the wrong version, sad but there you go.
v0.1b is the latest without this problem. So that's why it's included to the AutoOverlay package.
introspected is offline   Reply With Quote
Old 22nd January 2021, 13:23   #75  |  Link
StainlessS
HeartlessS Usurer
 
StainlessS's Avatar
 
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,980
OK, so Wonkey does his beta version after the stable version, novel choice, to each his own.
__________________
I sometimes post sober.
StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace

"Some infinities are bigger than other infinities", but how many of them are infinitely bigger ???
StainlessS is offline   Reply With Quote
Old 23rd January 2021, 14:27   #76  |  Link
wonkey_monkey
Formerly davidh*****
 
wonkey_monkey's Avatar
 
Join Date: Jan 2004
Posts: 2,493
It's true, my ways are inscrutable and mysterious.
__________________
My AviSynth filters / I'm the Doctor
wonkey_monkey is offline   Reply With Quote
Old 21st March 2021, 18:25   #77  |  Link
StainlessS
HeartlessS Usurer
 
StainlessS's Avatar
 
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,980
Anybody any success getting this to do anything at all [v0.4.0] ?
I've given up trying to get it loading plugs directly, [no idea what to do with MathNet.Numerics.dll and simd.dll]
and just dumped the lot in plugins [with ImageSeq.dll for jpg loading].
Only loading image, and display, crash on close Vdub2, Access Violation [x86 OR x64]. [ie no use of AutoOverlay, except during plugin autoload from plugins]

Also, for x64, using AvsMeter64 -avsinfo, get this [32 bit dll's ???]

Code:
C:\Users\root>avsmeter64 -avsinfo

AVSMeter 3.0.8.0 (x64), (c) Groucho2004, 2012-2021

VersionString:              AviSynth+ 3.7.0 (r3382, 3.7, x86_64)
VersionNumber:              2.60
File / Product version:     3.7.0.0 / 3.7.0.0
Interface Version:          8
Multi-threading support:    Yes
Avisynth.dll location:      C:\Windows\system32\avisynth.dll
Avisynth.dll time stamp:    2021-01-11, 21:36:39 (UTC)
PluginDir2_5 (HKLM, x64):   C:\VideoTools\AvisynthRepository\AVSPLUS370_x64\plug
ins
PluginDir+   (HKLM, x64):   C:\VideoTools\AvisynthRepository\AVSPLUS370_x64\plug
ins


[C++ 2.6 Plugins (64 Bit)]  [Version, Time stamp]
C:\VideoTools\AvisynthRepository\AVSPLUS370_x64\plugins\AvsFilterNet.dll  [1.0.4
.0, 2020-06-28]
C:\VideoTools\AvisynthRepository\AVSPLUS370_x64\plugins\ImageSeq.dll  [n/a, 2021
-01-11]
C:\VideoTools\AvisynthRepository\AVSPLUS370_x64\plugins\warp.dll  [n/a, 2020-09-
13]

[Uncategorized DLLs (32 Bit)]  [Version, Time stamp]
C:\VideoTools\AvisynthRepository\AVSPLUS370_x64\plugins\AutoOverlay_netautoload.
dll  [0.4.0.0, 2021-01-17]
C:\VideoTools\AvisynthRepository\AVSPLUS370_x64\plugins\MathNet.Numerics.dll  [4
.12.0.0, 2020-08-02]

[Uncategorized DLLs (64 Bit)]  [Version, Time stamp]
C:\VideoTools\AvisynthRepository\AVSPLUS370_x64\plugins\AutoOverlayNative.dll  [
n/a, 2021-01-07]
C:\VideoTools\AvisynthRepository\AVSPLUS370_x64\plugins\Simd.dll  [0.3.0.0, 2020
-08-28]

C:\Users\root>
Then AvsMeter64 crashes.

Avsmeter -avsinfo
32 bit, just hangs [seemingly forever].
__________________
I sometimes post sober.
StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace

"Some infinities are bigger than other infinities", but how many of them are infinitely bigger ???

Last edited by StainlessS; 21st March 2021 at 18:41.
StainlessS is offline   Reply With Quote
Old 22nd March 2021, 13:13   #78  |  Link
StvG
Registered User
 
Join Date: Jul 2018
Posts: 447
I have no issues. x64 version used.
For example:
Code:
OM=Colorbars(pixel_type="yv12").ColorRangeMask(20,60)
WS=Rect(50,60,70,80) 
OverlayEngine(OM.ConvertToY8(), WS.ConvertToY8(), configs=OverlayConfig(subpixel=2)) 
OverlayRender(OM.ConvertToYV24(), WS.ConvertToYV24(), debug=true)
StvG is offline   Reply With Quote
Old 23rd March 2021, 02:17   #79  |  Link
StainlessS
HeartlessS Usurer
 
StainlessS's Avatar
 
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,980
Thanks for responding StvG,
maybe my machine [W7 Pro] is misconfigured or something.
I'm not seeing any DotNet 4.8 installed, although I do see 3 updates for it installed.
I'm gonna forget this again for a while.

EDIT: Guess I'm gonna re-install W7 at some point soon, already got the ISO.
__________________
I sometimes post sober.
StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace

"Some infinities are bigger than other infinities", but how many of them are infinitely bigger ???

Last edited by StainlessS; 23rd March 2021 at 02:40.
StainlessS is offline   Reply With Quote
Old 28th March 2021, 15:55   #80  |  Link
introspected
Registered User
 
Join Date: Nov 2017
Posts: 35
Quote:
Originally Posted by StainlessS View Post
Thanks for responding StvG,
maybe my machine [W7 Pro] is misconfigured or something.
I'm not seeing any DotNet 4.8 installed, although I do see 3 updates for it installed.
I'm gonna forget this again for a while.

EDIT: Guess I'm gonna re-install W7 at some point soon, already got the ISO.
Quote:
Copy x86/x64 DLL's to AviSynth plugins folder.
DLL's may be blocked after downloading. Open file properties to unblock them.
All dll's from x64 folder should be unpacked to the x64 plugins folder.
I don't know how AvsMeter64 works but I guess it marks AutoOverlay dll's as uncategorized because they are not avisynth plugins themself. Only AvsFilterNet is the native plugin.
introspected is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 23:28.


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