View Single Post
Old 11th June 2004, 02:57   #3  |  Link
Zep
Registered User
 
Join Date: Jul 2002
Posts: 587
Quote:
Originally posted by scharfis_brain
please count the unique frames of 240 HDTV-Frames.
are there 100 unique Frames or only 96 Frames?

if there are 96 frames, the video contains 24p else if there are 100 frames it contains 25p.

I recommend using smartdecimte in this case:

for 24p :

x=last
x.separatefields()selectevery(4,0,3).weave()
smartdecimate(24,60,bob=x,weave=x)


does this thread refect your problem?
http://neuron2.net/ipw-web/bulletin/...=weird+pattern

it is 1280 x 720p at 59.94 FPS so it is a matter
of just pattern matching. to knock it down to 24(23.976)

yes that thread has some linkage What i have here
is more random though. The single non dupes frames
can be anywhere and there is no repeat pattern in
some areas of the clip. I have a feeling they just
appended scenes and didn't do a full compress on the whole
thing. it is like you get one pattern on the close up
of a face. Then cut to another scene and it all changes.

multidecimate did a good job and it kept the stills
i wanted. 60+ frames worth for each still photo
from a photo album on screen etc... so those can't
be fully cut out.


i will have to try smartdecimate next


thanks

Last edited by Zep; 11th June 2004 at 03:01.
Zep is offline   Reply With Quote