10-17-2002, 02:13 AM
|
Free Member
|
|
Join Date: Apr 2002
Posts: 70
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Anyonde have ideas on how to deinterlace a 29.97 NTSC Interlaced 16:9 DVD Movie?
I've tried decomb but i dont know, i only tried Telecide() and Decimate(), FieldDeinterlace() and some parameters like: cycle=5, guide=1, post=false and reverse=true
Any help will be appreciated,
Thanks a lot,
DaDe.
|
Someday, 12:01 PM
|
|
Site Staff / Ad Manager
|
|
Join Date: Dec 2002
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
|
|
|
10-17-2002, 09:10 AM
|
Free Member
|
|
Join Date: Apr 2002
Location: Puerto Rico, USA
Posts: 13,537
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Quote:
Originally Posted by DaDe
Anyonde have ideas on how to deinterlace a 29.97 NTSC Interlaced 16:9 DVD Movie?
I've tried decomb but i dont know, i only tried Telecide() and Decimate(), FieldDeinterlace() and some parameters like: cycle=5, guide=1, post=false and reverse=true
Any help will be appreciated,
Thanks a lot,
DaDe.
|
Hello DaDe!,
Instead of Telecide() and Decimate(), use Bob()
-kwag
|
10-17-2002, 04:53 PM
|
Free Member
|
|
Join Date: Apr 2002
Posts: 70
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Hehhehehe!  I said, i will not disturb the teacher anymore sending him private messages, instead i will post a message in the forum and see who else.. answer my questions... it had to be the master!!! Anyway i think this may help somebody else too... :P
Thanks a lot teacher, i'll try this as soon i get to my home.
Saludos,
DaDe.
|
10-17-2002, 10:37 PM
|
Free Member
|
|
Join Date: Apr 2002
Location: BC, Canada
Posts: 108
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
ahhh... you do see the light, KWAG. bob totally rules! absolutely ZERO ghosting. the best in my opinion.
|
10-19-2002, 05:57 PM
|
Free Member
|
|
Join Date: Apr 2002
Posts: 70
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Well it doesn't work!!  here's my script:
LoadPlugin("C:\KVCD\MPEG2DEC.dll")
LoadPlugin("C:\KVCD\DEComb.dll")
mpeg2source("H:\film\film.d2v")
BilinearResize(496,352,22,0,676,480)
#TemporalSmoother(2,2)
AddBorders(16,64,16,64)
Bob()
#Trim(0,258530).FadeOut(150)
#ConvertToRGB24 # For TMPGEnc or VFAPI
#ResampleAudio(44100) # CCE 2.5 'crashfix' for Athlons
#== If you want this 'fix' permanently, edit the INI-file:
#== Under [AVSscript] set CCEcrashfix=1
The movie looks interlaced, nothing happens qith Bob() If anybody can help, it will be appreciated.
DaDe.
|
10-19-2002, 06:49 PM
|
Free Member
|
|
Join Date: Apr 2002
Location: san jose, Ca
Posts: 1,148
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
hey DaDe,
Try this, replace Bob() with FieldDeinterlace() and put it before the BilinearResize command. I always use this and it works great IMO.
Also I think if you use Bob() it should come before the resizing- someone please correct me if I'm mixed up.
thanks,
ren
|
10-20-2002, 09:25 PM
|
Free Member
|
|
Join Date: Apr 2002
Posts: 70
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Ok! I'm really really really ashamed of myself!!!!
It worked with your correction rendalunit! It solved my problem, but why it should be in that place???
Anyway thanks a lot!!!
Saludos,
DaDe.
|
10-20-2002, 10:18 PM
|
Free Member
|
|
Join Date: Apr 2002
Location: Puerto Rico, USA
Posts: 13,537
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Quote:
Originally Posted by DaDe
.. but why it should be in that place???
|
Filter and Functions order
-kwag
|
10-21-2002, 12:22 AM
|
Free Member
|
|
Join Date: Apr 2002
Posts: 70
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
 Ok.
|
11-23-2002, 02:08 PM
|
Free Member
|
|
Join Date: Apr 2002
Posts: 70
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
When i have an interlaced movie, should i uncheck the froce film feature in dvd2avi ??? Even if it is Hybrid(potions film, and portions NTSC) ??
Saludos!
DaDe.
|
11-23-2002, 03:09 PM
|
Free Member
|
|
Join Date: Apr 2002
Location: Puerto Rico, USA
Posts: 13,537
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Quote:
Originally Posted by DaDe
When i have an interlaced movie, should i uncheck the froce film feature in dvd2avi ??? Even if it is Hybrid(potions film, and portions NTSC) ??
Saludos!
DaDe.
|
You leave "Force FILM" off, and process your script with Telecide() and Decimate().
Saludos  ,
-kwag
|
11-23-2002, 03:22 PM
|
Free Member
|
|
Join Date: Apr 2002
Posts: 70
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Ok. i have shrek, wich is 29.97 fps hybrid, what can i do? do i need to change the frame rate to 23.976 in dvd2avi using force film? or should i change it in Tmpgenc? Or shouldn't change it at all? Do i need to uncheck force film in dvd2avi and then do some deintrelace with decomb but never change the framerate, i mean encode with tmpgenc as 29.97???
Any help will be apreciated, thanks,
DaDe.
|
11-23-2002, 04:14 PM
|
Free Member
|
|
Join Date: Apr 2002
Location: Puerto Rico, USA
Posts: 13,537
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Quote:
Originally Posted by DaDe
Ok. i have shrek, wich is 29.97 fps hybrid, what can i do? do i need to change the frame rate to 23.976 in dvd2avi using force film? or should i change it in Tmpgenc? Or shouldn't change it at all? Do i need to uncheck force film in dvd2avi and then do some deintrelace with decomb but never change the framerate, i mean encode with tmpgenc as 29.97???
Any help will be apreciated, thanks,
DaDe.
|
What % FILM/NTSC does DVD2AVI show when you press F5
-kwag
|
11-23-2002, 04:33 PM
|
Free Member
|
|
Join Date: Apr 2002
Posts: 70
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
First is NTSC at 1% and goes up slowly (takes about 2 mins) to film 96-97% stays there for a while, then suddenly goes to NTSC 1% and up to film as before.
What you think?
Thanks,
DaDe.
|
11-23-2002, 04:52 PM
|
Free Member
|
|
Join Date: Apr 2002
Location: Puerto Rico, USA
Posts: 13,537
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Hi Dade,
If it goes up to 97% FILM, I would process that DVD with "Forced FILM" turned on. Try encoding the first 5 minutes or so, and see if your movie is in sync, before you do your complete encode.
-kwag
|
11-25-2002, 05:40 AM
|
Free Member
|
|
Join Date: May 2002
Posts: 438
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
I did Shrek with forced film (kvcdx3 in two Cds), looks great, the audio is OK.
The only interlaced artifacts that I can see are short bits at the very beginning of the movie, during the initial smash mouth song (the dreamworks logo, intro credits and briefly when Shrek takes a mud bath) - but you only notice it if you're looking for it.
|
All times are GMT -5. The time now is 05:40 AM — vBulletin © Jelsoft Enterprises Ltd
|