Search found 13 matches

by Mat1926
Wed May 09, 2018 12:08 am
Forum: General Discussion
Topic: Deinterlacing
Replies: 24
Views: 28529

Re: Deinterlacing

admin wrote:
Tue May 08, 2018 5:55 pm
You have to crop in multiples of 4. So do this:
Always multiple of 4, or for some special cases? I always used multiple of 2...
by Mat1926
Tue May 08, 2018 3:46 pm
Forum: General Discussion
Topic: Deinterlacing
Replies: 24
Views: 28529

Re: Deinterlacing

How can I extract a sample w/o processing that is reasonable in size for you? What method is best?

Thnx

*edit*
I also would like to PM you some screens, I prefer not to put them in public...is that okay?!

Thnx
by Mat1926
Tue May 08, 2018 1:23 pm
Forum: General Discussion
Topic: Deinterlacing
Replies: 24
Views: 28529

Re: Deinterlacing

After finding out the field order, do we still need AssumeTFF() in our code ?

Code: Select all

AssumeTFF()
DGTelecide().DGDecimate()
Also, what if some interlacing artifacts were detected at the edges after our previous step, do you think something like this is needed?

Code: Select all

QTGMC(preset="fast").SelectEven()
Thnx
by Mat1926
Sun May 06, 2018 10:47 am
Forum: General Discussion
Topic: Deinterlacing
Replies: 24
Views: 28529

Re: Deinterlacing

admin wrote:
Sun May 06, 2018 10:42 am
If DGTelecide().Telecide() is not meeting your needs, I'd love to hear more about it with a view to enhancing it as needed.
You said this "DGTelecide().Telecide()", is this what you really meant ?!
by Mat1926
Sun May 06, 2018 10:32 am
Forum: General Discussion
Topic: Deinterlacing
Replies: 24
Views: 28529

Re: Deinterlacing

Please give the exact steps you do to get this error in SimpleLauncher. Telecining stuff comes after we resolve these errors. The issue is in the new custom preset that I just made :facepalm:, I used an older one that worked in the past and the x264 launcher now works w/o issues at all. I need to i...
by Mat1926
Sun May 06, 2018 10:23 am
Forum: General Discussion
Topic: Deinterlacing
Replies: 24
Views: 28529

Re: Deinterlacing

OK, cool. Does that also mean x264 launcher is not failing now too? About undoing telecine. First we need to know if it is soft or hard telecine. Load the source in DGIndexNV and then save project. What is the film percentage reported at the bottom of the DGI file? No X264 launcher does not work! S...
by Mat1926
Sun May 06, 2018 10:01 am
Forum: General Discussion
Topic: Deinterlacing
Replies: 24
Views: 28529

Re: Deinterlacing

Second, you should update to the latest DGDecNV slipstream 147. I'm reluctant to support older versions. I just updated to the latest 147 version, and like you said nothing fails now, having the commands on separate lines also works...Regarding the NVIDIA driver number, now I am updating to the lat...
by Mat1926
Sun May 06, 2018 9:50 am
Forum: General Discussion
Topic: Deinterlacing
Replies: 24
Views: 28529

Re: Deinterlacing

admin wrote:
Sun May 06, 2018 9:41 am
This should not crash and does not for me. Do you want to try again and follow up on it, or do you want to move on to your other questions?
I'll update to the latest, test and report back...Just give me few minutes to sort this out...

Thnx a lot
by Mat1926
Sun May 06, 2018 9:32 am
Forum: General Discussion
Topic: Deinterlacing
Replies: 24
Views: 28529

Re: Deinterlacing

What are the disadvantages of using "TFM().TDecimate()" ? And now there is another issue which is entirely not related to your awesome work, but I will ask you might give me a hint why this is happening... In the past x264 Launcher worked w/o issues, and today it is reporting error x264 couldn't rea...
by Mat1926
Sun May 06, 2018 9:29 am
Forum: General Discussion
Topic: Deinterlacing
Replies: 24
Views: 28529

Re: Deinterlacing

1. What version of DGDecNV are you using (version and slipstream number, get from Help/About). You should be using 2053.0.0.147 . I am still on 132. It does not crash any more... 2. What is your nVidia card and driver version? 1080Ti 3. Please show your complete script. LoadPlugin("Q:\dgdecnv2053\DG...
by Mat1926
Sun May 06, 2018 4:30 am
Forum: General Discussion
Topic: Deinterlacing
Replies: 24
Views: 28529

Re: Deinterlacing

http://rationalqm.us/faq.html Hey, Thnx for the link. I am currently working on a DVD, the frame rate is 29.970, and according to the link you provided -AssumeTFF(), SeparateFields()- it is showing aaa bb ccc dd pattern -i.e. 3:2 pulled-down- Does this make any sense at all? Shall I bring the frame...
by Mat1926
Thu Mar 29, 2018 8:00 am
Forum: General Discussion
Topic: Deinterlacing
Replies: 24
Views: 28529

Re: Deinterlacing

Thanks for the reply. I'll check the link and post back if I needed further help with more details about my source... :salute:
by Mat1926
Thu Mar 29, 2018 6:43 am
Forum: General Discussion
Topic: Deinterlacing
Replies: 24
Views: 28529

Deinterlacing

Hi guys, I am new to all this, and recently I started using avisynth. I did some basic stuff with it and now I am at the stage where I would like to deinterlace my videos. My sources are DVDs and Blu-Rays. In the meantime, I am working on a 25 fps 1080i video (as reported by media info), what shall ...