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 8th April 2008, 03:36   #201  |  Link
thetoof
Sleepy overworked fellow
 
Join Date: Feb 2008
Location: Maple syrup's homeland
Posts: 933
I'm using FixblendIVTC on a VHS capture and it works very well to detect the blends and make the clip ready for decimation, but I'm having problems with the postprocessing... I tried the suggested deen, but couldn't get satisfying results. Does anyone know a good plugin/script that could help?
thetoof is offline   Reply With Quote
Old 15th May 2008, 17:41   #202  |  Link
anonova
Registered User
 
Join Date: Mar 2007
Posts: 32
I'm trying FixBlendIVTC on an old film, and I'm having problems encoding it. The first time I encoded, each scene change would be erratic. Say I had abcde. The encode would show abdce. I went back and framestepped through, and it was fine. Any ideas what's causing this? I'm just using a regular script.

fixblendivtc()
decimate()
anonova is offline   Reply With Quote
Old 16th May 2008, 04:00   #203  |  Link
thetoof
Sleepy overworked fellow
 
Join Date: Feb 2008
Location: Maple syrup's homeland
Posts: 933
Could you upload a short sequence that gets messed up after fixblendivtc? I'd be easier for us to reproduce your issue.
__________________
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 16th May 2008, 18:36   #204  |  Link
MOmonster
Registered User
 
Join Date: May 2005
Location: Germany
Posts: 495
@anonova
You can put RequestLinear(8, 5, 5, false, false) between FixBlendIVTC and decimate. If this doesnīt work doing a lossless first (extra) pass and encode the lossless file.
Hope this works.

@thetoof
Without a sample I canīt give you a better advice for the postprocessing.
MOmonster is offline   Reply With Quote
Old 15th June 2008, 13:21   #205  |  Link
Vesi
Guest
 
Posts: n/a
Hi, I have source which I anlyze with VDM and I see some 2 interlace frame and 3 prograsive frame, when I see the 2 interlace frame they are also dublacate, hopefully I'm right?

sample

is this a TELECINE source with field blended? and how should I deal with this type of source?
  Reply With Quote
Old 15th June 2008, 15:14   #206  |  Link
45tripp
Dolphin Blue
 
45tripp's Avatar
 
Join Date: Mar 2007
Posts: 336
no it's just hard telecine

tfm()
tdecimate()
__________________
injected with feelings; with no final fading
45tripp is offline   Reply With Quote
Old 15th June 2008, 17:56   #207  |  Link
thetoof
Sleepy overworked fellow
 
Join Date: Feb 2008
Location: Maple syrup's homeland
Posts: 933
Yes, and I'd add that if you have aliasing as there was in this thread, you could use the even more precise (but slower) field matching in post #11.
__________________
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 15th June 2008, 20:01   #208  |  Link
Vesi
Guest
 
Posts: n/a
Immersion & thetoof Thanks alot guys for the replay. Immersion when i analyzed my source with MeGUI, that automaticly suggest tfm()
tdecimate(). Which I don't want to use it, coz I want to learn the better way for dealing with this type of source.
@ thetoof I will give it try when I get home.

O. Can we use Cdeblend for this purpose? if not then, for which purpose we can use it?
Thanks in Advance

Thanks.

Last edited by Vesi; 16th June 2008 at 02:25.
  Reply With Quote
Old 16th June 2008, 04:59   #209  |  Link
thetoof
Sleepy overworked fellow
 
Join Date: Feb 2008
Location: Maple syrup's homeland
Posts: 933
Quote:
Originally Posted by Cdeblend.avs
Cdeblend is a simple blend replacing function like unblend or removeblend
You can find the rest of the info in the script... open it with the notepad
__________________
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 16th June 2008, 13:49   #210  |  Link
Leak
ffdshow/AviSynth wrangler
 
Leak's Avatar
 
Join Date: Feb 2003
Location: Austria
Posts: 2,441
Quote:
Originally Posted by Vesi View Post
when i analyzed my source with MeGUI, that automaticly suggest tfm()
tdecimate(). Which I don't want to use it, coz I want to learn the better way for dealing with this type of source.
Which is silly, because "this type of source" is simply telecined, which is exactly what TIVTC (i.e. TFM and TDecimate) was made for.

Since there's no blending in the fields of the VOB you posted it simply doesn't make sense to use something like CDeblend...
__________________
now playing: [artist] - [track] ([album])
Leak is offline   Reply With Quote
Old 22nd June 2008, 21:13   #211  |  Link
elguaxo
Registered User
 
elguaxo's Avatar
 
Join Date: Jun 2006
Posts: 260
I'm trying to encode an anime which has many blends among other problems. I tried AnimeIVTC and MRestore for fighting the blends. I am happy with MRestore but I get some frames with these errors:



Vob sample: http://www.mediafire.com/?hddyclbhy32

Script reduced just to the MRestore part. I get an error like in the screenshot above just using this:
Code:
Import("D:\AviSynth 2.5\plugins\MRestore.avs")

DGDecode_mpeg2source("I:\sample.d2v",info=3)

interp=nnedi(-2)
yadifmod(mode=1, edeint=interp)

Mrestore(mode=0, numr=2002, denm=5005, chroma=true, dup=1)
Any hints?

Last edited by elguaxo; 22nd June 2008 at 23:39.
elguaxo is offline   Reply With Quote
Old 23rd June 2008, 20:56   #212  |  Link
MOmonster
Registered User
 
Join Date: May 2005
Location: Germany
Posts: 495
I updated mrestore to version 2.3d and bob_repair to version 0.4.
Download link in my first post.

@elguaxo
Thanks for the report. I fixed the bug.
Using a faster bobbing for dclip will speed-up your script.

Last edited by MOmonster; 23rd June 2008 at 21:09.
MOmonster is offline   Reply With Quote
Old 23rd June 2008, 21:02   #213  |  Link
elguaxo
Registered User
 
elguaxo's Avatar
 
Join Date: Jun 2006
Posts: 260
great customer service!

Last edited by elguaxo; 23rd June 2008 at 22:11.
elguaxo is offline   Reply With Quote
Old 1st July 2008, 21:18   #214  |  Link
MOmonster
Registered User
 
Join Date: May 2005
Location: Germany
Posts: 495
bugfix

@elguaxo
No problem.

@all
Another bug were found and fixed. Mrestore version is now 2.3e.
MOmonster is offline   Reply With Quote
Old 9th July 2008, 19:14   #215  |  Link
Adub
Fighting spam with a fish
 
Adub's Avatar
 
Join Date: Sep 2005
Posts: 2,714
I added Cdeblend to the wiki. I will try and get to Mrestore some time today.
Adub is offline   Reply With Quote
Old 11th July 2008, 09:48   #216  |  Link
MOmonster
Registered User
 
Join Date: May 2005
Location: Germany
Posts: 495
Oh, thanks really much.
MOmonster is offline   Reply With Quote
Old 3rd August 2008, 10:44   #217  |  Link
smekoslav
Registered User
 
Join Date: Nov 2005
Posts: 20
When I try to use mrestore() in my script (trying to convert 60i to 25p) I get this error:
ChangeFPS: Ratio must be less than 10 for linear access. Set LINEAR=False.
Naturally I tried setting linear=false but then the script became useless as it crashed every time.

My script:
import("C:\Program Files\AviSynth 2.5\plugins\mrestore.avs")
DirectShowSource("E:\TDL-Folder\bdg\BDMV\STREAM\g1.grf",audio=false)
mrestore()
smekoslav is offline   Reply With Quote
Old 3rd August 2008, 17:52   #218  |  Link
foxyshadis
Angel of Night
 
foxyshadis's Avatar
 
Join Date: Nov 2004
Location: Tangled in the silks
Posts: 9,559
Are you sure that it's actually coming in as 60i? Replacing mrestore with info() should give you 30 fps for the framerate, if not then you need to specify that in directshowsource. And don't forget to specify the final framerate in mrestore.
foxyshadis is offline   Reply With Quote
Old 8th August 2008, 14:19   #219  |  Link
smekoslav
Registered User
 
Join Date: Nov 2005
Posts: 20
info() gives 29.97fps, not 60i as eac3to states.
so how exactly must i put the final framerate into mrestore? using numr and denm won't work.
smekoslav is offline   Reply With Quote
Old 18th August 2008, 18:36   #220  |  Link
levi
Registered User
 
Join Date: Mar 2003
Posts: 116
Quote:
Mrestore use the numerator and denominator instead of an output framerate parameter, because this is more accurate.
foxyshadis
I thought the latest version (mrestore v2.3e?) no longer supported final framerate specification? It there some place to download the prior versions - sometimes I would like to go back to that, but I didn't keep a local copy

smekoslav
FYI - I got this error when I had a typo in the numerator - doesn't seem to apply to your case, but thought I would mention it
levi is offline   Reply With Quote
Reply

Tags
mrestore, srestore

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 11:32.


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