PDA

View Full Version : jerky telecined dv-avi


komaklar
9th October 2002, 17:12
hi!

i want to telecine my dv-avi, captured with premiere!
decomb seems to be the best, so i use a simple script like this:

avisource("avi")
telecine()
decimate()

the result looks good, its just a little bit jerky!
i am using decomb for the first time with camera and dont have much experience...


:confused:

hope for your help.. komaklar

bb
9th October 2002, 17:50
DV video may be interlaced, but not telecined. You can use Decomb (best choice in my opinion), but use FieldDeinterlace() instead:

avisource("avi")
FieldDeinterlace()


bb

bira
9th October 2002, 18:07
Tomsmocomp(0,15,1) alone is an option too.

OvERaCiD23
9th October 2002, 20:44
I do the same as bb. Decomb offers good quality, and is very simple. I've done lots of testing with the other filters, and see no reason to have to mess with all the settings when you can get the same quality (negligable in my opinion) with one simple commmand from Decomb.
However, I'm thinking of doing my projects on miniDV tapes from now on, storing them on those, and if I want to view it on my computer, I'll encode it. I just don't see a CD-R as being the most reliable storage for priceless video (priceless meaning, that's the only copy of it). So for that purpose, deinterlacing isn't required. sorry for the babbling. =(

theReal
23rd October 2002, 12:11
I just don't see a CD-R as being the most reliable storage for priceless video Just what I think (plus the quality is unchanged on DV tape). However, some people don't trust magnetic tapes as well (I don't even want to think about it...).

btw yeah, fielddeinterlace() is the best for DV (if you leave it without parameters, it blends interlaced fields and therefore you'll get better compression than with TomsMoComp, which is also quite good)