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 > General > Newbies

Reply
 
Thread Tools Search this Thread Display Modes
Old 1st August 2011, 20:28   #1  |  Link
TheFrenchDumb
Registered User
 
Join Date: Jul 2011
Posts: 11
my Deinterlacing is jerky

Hi!

I'm trying to deinterlace Dvd Anime , sample video without sound could be found here :
http://dl.free.fr/bS0HkWiQ3 (ddl)
or http://www.megaupload.com/?d=IBMLCPCF

or http://www.mirorii.com/fichier/54/42...muxed-m2v.html


I'm trying do deinterlace with this avisynth script :
Code:
d2vpath = "i:\frps\01.d2v"

V = mpeg2source(d2vpath)
interp = V.separatefields().eedi2(field=-2)
deint = V.tdeint(mode=2,edeint=interp)
V=V.tfm(d2v=d2vpath,clip2=deint)
V=V.crop( 0, 0, 0, 0)

 A= DirectShowSource("i:\frps\VTS_01_1 Ta0 48K 16bit 2ch.wav") # adjust fps if necessary

AudioDub(V, A)
Problem :

My video has an excelent quality, but the video is litle jerky and my example contains a passage with traveling who show this problem.

I'm litle noob, so could you give me a way to obtain the same quality and without this jerky thing

I tried YadifMod (saw on http://forum.doom9.org/archive/index.php/t-154726.html), but quality seems lower and i cant make work the mod withe same fps ( i obtain 59 fps lol)










Media info on my vob :
Code:
General
Complete name                    : I:\frps\VTS_01_1.VOB
Format                           : MPEG-PS
File size                        : 1 024 MiB
Duration                         : 14mn 56s
Overall bit rate                 : 9 586 Kbps

Video
ID                               : 224 (0xE0)
Format                           : MPEG Video
Format version                   : Version 2
Format profile                   : Main@Main
Format settings, BVOP            : Yes
Format settings, Matrix          : Default
Format settings, GOP             : M=3, N=12
Duration                         : 14mn 56s
Bit rate mode                    : Variable
Bit rate                         : 7 859 Kbps
Nominal bit rate                 : 9 800 Kbps
Width                            : 720 pixels
Height                           : 480 pixels
Display aspect ratio             : 16:9
Frame rate                       : 29.970 fps
Standard                         : Component
Color space                      : YUV
Chroma subsampling               : 4:2:0
Bit depth                        : 8 bits
Scan type                        : Interlaced
Scan order                       : Top Field First
Compression mode                 : Lossy
Bits/(Pixel*Frame)               : 0.759
Stream size                      : 840 MiB (82%)
TheFrenchDumb is offline   Reply With Quote
Old 2nd August 2011, 02:06   #2  |  Link
poisondeathray
Registered User
 
Join Date: Sep 2007
Posts: 5,345
Content is not interlaced, so don't deinterlace it


MPEG2Source()
AssumeTFF()
TFM()
TDecimate()
poisondeathray is offline   Reply With Quote
Old 2nd August 2011, 04:19   #3  |  Link
TheFrenchDumb
Registered User
 
Join Date: Jul 2011
Posts: 11
hi, ok i tested your code, and it worked lik a charm (faster lol). I got some bugs at some place i presume it comes from the original stream.

Few questions :

1) Why i saw it like interlaced video? is it telecine thing?
2) is there any option to increase quality or is it pointless? ("mode=" for example?)

thx.
TheFrenchDumb is offline   Reply With Quote
Old 2nd August 2011, 04:45   #4  |  Link
poisondeathray
Registered User
 
Join Date: Sep 2007
Posts: 5,345
Quote:
Originally Posted by TheFrenchDumb View Post
hi, ok i tested your code, and it worked lik a charm (faster lol). I got some bugs at some place i presume it comes from the original stream.
What bugs? can you be more descriptive?


Quote:
1) Why i saw it like interlaced video? is it telecine thing?
Yes, telecine


Quote:
2) is there any option to increase quality or is it pointless? ("mode=" for example?)
If it's simple telecine, no.

All you are doing is recovering the original progressive 23.976 FPS stream.

If there are cadence breaks or some other non standard things going on in other sections, post a sample
poisondeathray is offline   Reply With Quote
Old 2nd August 2011, 19:32   #5  |  Link
TheFrenchDumb
Registered User
 
Join Date: Jul 2011
Posts: 11
Quote:
What bugs? can you be more descriptive?
no, its after the sample i posted, we can see a cat for 1 frame, i think it's bad montage(pretty sure)
your solution is ok at 100%

thx again
TheFrenchDumb is offline   Reply With Quote
Reply

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:24.


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