On 27 Feb 2003, Davros wrote:

> Yes, that helps in a sense, though it doesn't solve my problem...
> 
> if mpeg2dec spits out 24fps, then, according to the yuvkineco man page,
> this effectively means I cannot use yuvkeneco unless I convert to
> another, intermediate format or something, since it insists on 30fps as
> input...

yuvkineco is used to extract the orginal 24fps frames out of a 30fps
stream obtained by a telecine process such as 2-3 pulldown. If you have
a 24fps stream you dont need yuvkineco. You would instead encode the 24fps 
stream as[*] 

cat stream.yuv | yuvscaler -OSVCD | mpeg2enc -f 4 -F 1 -p -o stream.m2v

The player will play such a stream at the NTSC field rate 60fields/sec by
repeating appropriate fields (3-2 pull down), but the encoder does not 
waste any bits on the repeated feilds.

Selva

--
[*] I am assuming that the source is actually 24000:1001 fps. Else
you may have to skip 1 frame every 1001 frames to keep the audio in sync. 



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to