Thanks for the tip,  the command you suggested does produce a good
result.  It still pauses on every 5 frame, but I think this may be a
problem on the original video, as at the start there is some
superimposed computer graphics and they move continuously, yet the
background pauses.

I received this from another guy which may shed some light on my
problem:

<quote>
The comb effect you're seeing is on the original video. Apparently, the
footage used in the game was shot on film at 24 fps, then a 3:2 pulldown
was
done to create the 29.97 fps video used on the disc. So that look is
actually correct. Of course, since computer monitors won't display
interlaced frames properly, it looks weird.

It should be possible to remove the field interlacing without reducing
the
total number of frames using Discreet's Cleaner software. I have used it
to
do in inverse telecine, and restore 29.97 material to 24 fps. But I'm
sure
there must be a way to just deinterlace it.

For that matter, creating a half-resolution video file (from a
full-resolution source) will result in blended frames, and would
eliminate
that look too. I've done that before. I'm not sure what final video
resolution you're aiming at for MACH 3. When I discussed this with one
of
the DEVs before, it was suggested that matching the native resolution of
MACH 3 would be a good starting point. With the new artwork system, I
don't
know if that's still the case.
</quote>

I can see how 24fps to 30fps would result in an "extra frame" to keep
the same playback speed.


On Sun, 2003-03-09 at 05:49, Bernhard Praschinger wrote:
> Hallo
> 
> > I have an NTSC video (on laserdisk) which I am trying to convert to
> > Mpeg2 30fps. I used lavrec -d 1 -q 100 -a 0 -i n m3%02d.avi to record
> > the video from my DC10 plus card, and the resulting video is not too
> > bad.  For a sequence of 5 frames, the first 3 are ok, then the second 2
> > have a comb effect on vertically moving objects.  I can't tell if this
> > is on the original video as my laserdisk player does not support pause
> > nor stepping.
> 
> 
> > If I encode this using:
> > 
> > lav2yuv m30?.avi | mpeg2enc -f 8 -o mach3.m2v
> > 
> > Then the resulting video is quite blurred and suffers badly from the
> > comb effect.
> > 
> > If I use the yuvkineco program :
> > 
> > lav2yuv $@ | yuvkineco -F 4 | mpeg2enc -f 8 -o mach3.m2v
> > 
> > Then the comb effect seems to go, but for a cycle of 5 frames, the first
> > 4 frames look good, but the last frame does not move - the video
> > stutters.
> > 
> > If I play the avi file with glav it looks quite good, i.e. the "flicker"
> > reduction (not using -F) seems to do quite a good job.  What is this
> > flicker reduction and how can I get it with lav2yuv/mpeg2enc....?
> The "flicker reduction" only shows one field if you pause the stream.
> And does some other  small things to make it look better.
> 
> Take a look at the video without the flicker reduction. In the frame by
> frame mode (stop the playback and then go one frame forward or backward.
> This will show you how each frame lookes like. 
> 
> Maybe you have a 30000:1001 FPS (about 29,97FPS) video, and a 3:2
> pulldown will produce something unnice. 
> 
> Try chnageing you comannd to something like that:
> lav2yuv *.avi | yuvdenoise -F | mpeg2enc -f 8 -P -I 0 -o video.m2v
> 
> 
> auf hoffentlich bald,
> 
> Berni the Chaos of Woodquarter
> 
> Email: [EMAIL PROTECTED] [EMAIL PROTECTED]
> www: http://www.lysator.liu.se/~gz/bernhard
-- 
scott <[EMAIL PROTECTED]>
Boldtower



-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com
_______________________________________________
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to