Hi everybody,
I wrote a few simple tools to manipulate frame rates on yuv4mpeg streams.
- yuvframestofields doubles the frame rate by making frames out of each field
- yuvfieldstoframes halves the frame rate by making fields out of each frame
- yuvntscframetopalfield takes an ntsc-rate stream
As announced recently on the mjpeg-developers mailing list, I wrote a tool to
convert the framerate of yuv4mpeg streams by interpolating the motion of the
blocks.
yuvfps can result in a jerky movement, because it duplicates or removes
frames.
This program, called yuvmotionfps is better if you
Bernhard Praschinger wrote:
>How different is yuvmotionfps to the current version of yuvfps with the
>weighted average of two temporally closest input frames/fields that is
>aviable ?
>
>
yuvmotionfps interpolates the motion of blocks withing the image rather
than doing a simple temporal averagi