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 10th September 2019, 19:09   #1  |  Link
Atak_Snajpera
RipBot264 author
 
Atak_Snajpera's Avatar
 
Join Date: May 2006
Location: Poland
Posts: 7,803
SeekTester - Simple tool to check if video source plugin is frame accurate



Download -> https://www.mediafire.com/file/hdpef...Tester.7z/file

Last edited by Atak_Snajpera; 31st May 2020 at 13:31.
Atak_Snajpera is offline   Reply With Quote
Old 10th September 2019, 23:14   #2  |  Link
Myrsloik
Professional Code Monkey
 
Myrsloik's Avatar
 
Join Date: Jun 2003
Location: Kinnarps Chair
Posts: 2,547
One thing that could make it more usable for actual testing and debugging would be if the "error" frames also had a listing of which nearby (+-20 frames window maybe) linear access frame(s) have the same hash as the non-linear one.
__________________
VapourSynth - proving that scripting languages and video processing isn't dead yet
Myrsloik is offline   Reply With Quote
Old 11th September 2019, 00:50   #3  |  Link
poisondeathray
Registered User
 
Join Date: Sep 2007
Posts: 5,340
Thanks Atak
poisondeathray is offline   Reply With Quote
Old 11th September 2019, 01:25   #4  |  Link
StainlessS
HeartlessS Usurer
 
StainlessS's Avatar
 
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,980
Thanks Atak, me give it a try, Nice addition.

__________________
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 11th September 2019, 11:11   #5  |  Link
Atak_Snajpera
RipBot264 author
 
Atak_Snajpera's Avatar
 
Join Date: May 2006
Location: Poland
Posts: 7,803
Quote:
Originally Posted by Myrsloik View Post
One thing that could make it more usable for actual testing and debugging would be if the "error" frames also had a listing of which nearby (+-20 frames window maybe) linear access frame(s) have the same hash as the non-linear one.
I thought about that before publishing but i wasn't sure if you guys maintaining plugins would really need it. Do you need info about first repeated frame ? For example in my screenshot frame 1 is being injected multiple times

Last edited by Atak_Snajpera; 11th September 2019 at 11:30.
Atak_Snajpera is offline   Reply With Quote
Old 11th September 2019, 12:48   #6  |  Link
Myrsloik
Professional Code Monkey
 
Myrsloik's Avatar
 
Join Date: Jun 2003
Location: Kinnarps Chair
Posts: 2,547
Quote:
Originally Posted by Atak_Snajpera View Post
I thought about that before publishing but i wasn't sure if you guys maintaining plugins would really need it. Do you need info about first repeated frame ? For example in my screenshot frame 1 is being injected multiple times
Having an offset relative to the linear access makes it so much faster to spot if it's only one frame off/b-frame reordering issues/something else.

Even if I won't use it every day at least the screenshots posted by other people will be informative...
__________________
VapourSynth - proving that scripting languages and video processing isn't dead yet
Myrsloik is offline   Reply With Quote
Old 11th September 2019, 12:54   #7  |  Link
wonkey_monkey
Formerly davidh*****
 
wonkey_monkey's Avatar
 
Join Date: Jan 2004
Posts: 2,492
Neat!
__________________
My AviSynth filters / I'm the Doctor
wonkey_monkey is offline   Reply With Quote
Old 11th September 2019, 13:12   #8  |  Link
Atak_Snajpera
RipBot264 author
 
Atak_Snajpera's Avatar
 
Join Date: May 2006
Location: Poland
Posts: 7,803
Quote:
Originally Posted by Myrsloik View Post
Having an offset relative to the linear access makes it so much faster to spot if it's only one frame off/b-frame reordering issues/something else.

Even if I won't use it every day at least the screenshots posted by other people will be informative...
Something like this ?
Error - frame 1 repeated (offset -10)
Atak_Snajpera is offline   Reply With Quote
Old 11th September 2019, 13:29   #9  |  Link
Myrsloik
Professional Code Monkey
 
Myrsloik's Avatar
 
Join Date: Jun 2003
Location: Kinnarps Chair
Posts: 2,547
Quote:
Originally Posted by Atak_Snajpera View Post
Something like this ?
Error - frame 1 repeated (offset -10)
Looks reasonable
__________________
VapourSynth - proving that scripting languages and video processing isn't dead yet
Myrsloik is offline   Reply With Quote
Old 11th September 2019, 17:14   #10  |  Link
Atak_Snajpera
RipBot264 author
 
Atak_Snajpera's Avatar
 
Join Date: May 2006
Location: Poland
Posts: 7,803
Quote:
Originally Posted by Myrsloik View Post
Looks reasonable


Looks correct or offset should be reversed (positive numbers)?
Atak_Snajpera is offline   Reply With Quote
Old 12th September 2019, 09:07   #11  |  Link
Myrsloik
Professional Code Monkey
 
Myrsloik's Avatar
 
Join Date: Jun 2003
Location: Kinnarps Chair
Posts: 2,547
Looks correct or offset should be reversed (positive numbers)?[/QUOTE]

Flip the sign and it's perfect
__________________
VapourSynth - proving that scripting languages and video processing isn't dead yet
Myrsloik is offline   Reply With Quote
Old 12th September 2019, 13:03   #12  |  Link
Atak_Snajpera
RipBot264 author
 
Atak_Snajpera's Avatar
 
Join Date: May 2006
Location: Poland
Posts: 7,803
Quote:
Originally Posted by Myrsloik View Post
Looks correct or offset should be reversed (positive numbers)?
Flip the sign and it's perfect[/QUOTE]

Ok. Updated version in first post.
Atak_Snajpera is offline   Reply With Quote
Old 29th May 2020, 21:26   #13  |  Link
wonkey_monkey
Formerly davidh*****
 
wonkey_monkey's Avatar
 
Join Date: Jan 2004
Posts: 2,492
Maybe I'm missing something but I just get SCRIPT ERROR. I've edited FFVideoSource.avs to change the LoadPlugin path...

https://i.imgur.com/bf6btPc.png
__________________
My AviSynth filters / I'm the Doctor
wonkey_monkey is offline   Reply With Quote
Old 30th May 2020, 12:20   #14  |  Link
Atak_Snajpera
RipBot264 author
 
Atak_Snajpera's Avatar
 
Join Date: May 2006
Location: Poland
Posts: 7,803
have you used 64 bit version of ffms2.dll?
Atak_Snajpera is offline   Reply With Quote
Old 30th May 2020, 15:14   #15  |  Link
StvG
Registered User
 
Join Date: Jul 2018
Posts: 447
Same error SCRIPT ERROR with Avs+ 3.6x. No error when using Avs+ 3.5.
StvG is offline   Reply With Quote
Old 30th May 2020, 16:40   #16  |  Link
wonkey_monkey
Formerly davidh*****
 
wonkey_monkey's Avatar
 
Join Date: Jan 2004
Posts: 2,492
I'm on 3.5. I have both versions of ffms2.dll and I'm pointing to the right one in my template (I assume 32-bit since Seek Tester is 32-bit).
__________________
My AviSynth filters / I'm the Doctor
wonkey_monkey is offline   Reply With Quote
Old 30th May 2020, 16:48   #17  |  Link
Atak_Snajpera
RipBot264 author
 
Atak_Snajpera's Avatar
 
Join Date: May 2006
Location: Poland
Posts: 7,803
Have you tried 64bit version?

Last edited by Atak_Snajpera; 30th May 2020 at 16:53.
Atak_Snajpera is offline   Reply With Quote
Old 30th May 2020, 17:17   #18  |  Link
wonkey_monkey
Formerly davidh*****
 
wonkey_monkey's Avatar
 
Join Date: Jan 2004
Posts: 2,492
Same thing happens.
__________________
My AviSynth filters / I'm the Doctor
wonkey_monkey is offline   Reply With Quote
Old 30th May 2020, 17:41   #19  |  Link
Atak_Snajpera
RipBot264 author
 
Atak_Snajpera's Avatar
 
Join Date: May 2006
Location: Poland
Posts: 7,803
What if full path where you extracted seektester?
Atak_Snajpera is offline   Reply With Quote
Old 30th May 2020, 18:32   #20  |  Link
wonkey_monkey
Formerly davidh*****
 
wonkey_monkey's Avatar
 
Join Date: Jan 2004
Posts: 2,492
Was in Program Files (x86). Moved to Desktop, but same error.
__________________
My AviSynth filters / I'm the Doctor
wonkey_monkey 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 06:46.


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