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 Usage

Reply
 
Thread Tools Search this Thread Display Modes
Old 4th June 2009, 18:19   #21  |  Link
lansing
Registered User
 
Join Date: Sep 2006
Posts: 1,657
Quote:
Originally Posted by bsmith1593 View Post
I got all the files from the Requirements package moved to my plugins folder. Filters autoload like they should. Now I get this error in VirtualDub:
http://i243.photobucket.com/albums/f...ldub_error.png.
The line it's talking about tries to load "ColorYUY2.dll", which is not in the package :s. Oh, and some files have more than one version, like v.32 and v.54. Should I delete the older ones?
I don't recall the AnimeIVTC requirement package have that file. Post your entire script, meanwhile, for a trial and error process, delete that ColorRGB.auf.avsi file and see what happen.
lansing is offline   Reply With Quote
Old 4th June 2009, 18:37   #22  |  Link
bsmith1593
Registered User
 
Join Date: May 2009
Posts: 24
Quote:
Originally Posted by lansing View Post
I don't recall the AnimeIVTC requirement package have that file. Post your entire script, meanwhile, for a trial and error process, delete that ColorRGB.auf.avsi file and see what happen.
Wow, the same kind of code is in all the .auf.avsi and .vdf.avsi files. I delete all of those and I moved the files out that had stuff like LoadPlugin("c:avisynthfilters\***.dll").

So far VirtualDub has almost opened, but freezes.

Last edited by bsmith1593; 4th June 2009 at 18:48.
bsmith1593 is offline   Reply With Quote
Old 4th June 2009, 19:32   #23  |  Link
lansing
Registered User
 
Join Date: Sep 2006
Posts: 1,657
Quote:
Originally Posted by bsmith1593 View Post
Wow, the same kind of code is in all the .auf.avsi and .vdf.avsi files. I delete all of those and I moved the files out that had stuff like LoadPlugin("c:avisynthfilters\***.dll").

So far VirtualDub has almost opened, but freezes.
lansing is offline   Reply With Quote
Old 8th June 2009, 15:48   #24  |  Link
bsmith1593
Registered User
 
Join Date: May 2009
Posts: 24
My script that I load into vdub:
Code:
mpeg2source("C:\PROGRA~1\GORDIA~1\D2Vs\Behind These Hazel Eyes.d2v")

AssumeTFF()
AnimeIVTC(mode=2,aa=0)
When I open vdub and open this file, it gets so far and then just freezes:
http://i243.photobucket.com/albums/f...dub_freeze.png
I think the AnimeIVTC function is what's freezing it, because vdub opens w/o freezing on another one of my scripts that doesn't use it:
Code:
mpeg2source("C:\PROGRA~1\GORDIA~1\D2Vs\Since U Been Gone.d2v")

AssumeTFF()
Telecide(guide=1,vthresh=80,ovr="subg.tel")
Decimate()
bsmith1593 is offline   Reply With Quote
Old 8th June 2009, 17:03   #25  |  Link
lansing
Registered User
 
Join Date: Sep 2006
Posts: 1,657
well, I think your computer was too slow for the script
lansing is offline   Reply With Quote
Old 8th June 2009, 19:22   #26  |  Link
thetoof
Sleepy overworked fellow
 
Join Date: Feb 2008
Location: Maple syrup's homeland
Posts: 933
Lower precision= to make it faster.
__________________
AnimeIVTC() - v2.00
-http://boinc.berkeley.edu/-
Let all geeks use their incredibly powerful comps for the greater good (no, no, it won't slow your filtering/encoding :p)
thetoof is offline   Reply With Quote
Old 9th June 2009, 01:59   #27  |  Link
bsmith1593
Registered User
 
Join Date: May 2009
Posts: 24
Quote:
Originally Posted by manono View Post
It mostly has 2 duplicate frames in every 15, with some variation because of edits breaking the pattern. Unless you're real particular about it, I'd just go with a simple:

TFM()
TDecimate(Mode=0,Cycle=15,CycleR=2)
Well, since my computer seems to be way to slow for AnimeIVTC, I'll try this method combined with Decomb.dll's decimate override to get the missed duplicate frames.
bsmith1593 is offline   Reply With Quote
Reply

Tags
decimation, trouble

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 10:48.


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