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. |
8th April 2008, 03:36 | #201 | Link |
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?
|
15th May 2008, 17:41 | #202 | Link |
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() |
16th May 2008, 04:00 | #203 | Link |
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) |
16th May 2008, 18:36 | #204 | Link |
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. |
15th June 2008, 13:21 | #205 | Link |
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? |
15th June 2008, 17:56 | #207 | Link |
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) |
15th June 2008, 20:01 | #208 | Link |
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. |
16th June 2008, 04:59 | #209 | Link | |
Sleepy overworked fellow
Join Date: Feb 2008
Location: Maple syrup's homeland
Posts: 933
|
Quote:
__________________
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) |
|
16th June 2008, 13:49 | #210 | Link | |
ffdshow/AviSynth wrangler
Join Date: Feb 2003
Location: Austria
Posts: 2,441
|
Quote:
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]) |
|
22nd June 2008, 21:13 | #211 | Link |
Registered User
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) Last edited by elguaxo; 22nd June 2008 at 23:39. |
23rd June 2008, 20:56 | #212 | Link |
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. |
9th July 2008, 19:14 | #215 | Link |
Fighting spam with a fish
Join Date: Sep 2005
Posts: 2,714
|
I added Cdeblend to the wiki. I will try and get to Mrestore some time today.
__________________
FAQs:Bond's AVC/H.264 FAQ Site:Adubvideo Zsmooth - Cross-platform smoothing for Vapoursynth |
3rd August 2008, 10:44 | #217 | Link |
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() |
3rd August 2008, 17:52 | #218 | Link |
Angel of Night
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.
|
18th August 2008, 18:36 | #220 | Link | |
Registered User
Join Date: Mar 2003
Posts: 116
|
Quote:
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 |
|
Tags |
mrestore, srestore |
Thread Tools | Search this Thread |
Display Modes | |
|
|