Re: [Mjpeg-users] yuvfps not converting fps?

2004-02-28 Thread Ryan Graham
On Friday, February 27, 2004, at 09:56PM, Bernhard Praschinger <[EMAIL PROTECTED]> wrote: >Ryan Graham wrote: >> >> Hi all, >> >> I am a newbie and read what docs I could find, but I still can't seem to get yuvfps >> to convert a 25:1 stream to 3:1001. I have a PAL MPEG2 stream which appea

Re: [Mjpeg-users] Re: mpeg2enc: motion artifacts on DVD player

2004-02-28 Thread Andrew Stevens
On Thursday 26 February 2004 22:20, Steven M. Schultz wrote: > On Thu, 26 Feb 2004, Andrew Stevens wrote: > > Set --no-dual-prime to turn off dual-prime when using only P frames. > > A pending change you haven't checked in yet? I can't find > that option in the source anywhere... Ooo

Re: [Mjpeg-users] Re: mpeg2enc: motion artifacts on DVD player

2004-02-28 Thread Steven M. Schultz
On Sat, 28 Feb 2004, Andrew Stevens wrote: > > A pending change you haven't checked in yet? I can't find > > that option in the source anywhere... > > Ooops I forgot: the flag is --no-dualprime-mpeg2 and it is only in the > development mpeg2enc branch. I'll add it into the main branc

[Mjpeg-users] yuvfps not converting fps?

2004-02-28 Thread Alfonso
Ryan Have you checked the frame rate of your input stream ?. You can see it with tail -n 1 I remember somebody in this list discovering and overflow bug in the calculations for the framerate that required changes to the code. I don't know if they have been done... I wrote the first version of

Re: [Mjpeg-users] yuvfps not converting fps?

2004-02-28 Thread Ryan Graham
Alfonso, Thanks for your input (and the software!). The problem turned out to be in my version of getopt. It didn't like optind being set back to 0 for your second call to it. getopt returned a -1 and never processed the rest of the command line parameters, thus, the ouput frame rate remained t

Re: [Mjpeg-users] Re: mpeg2enc: motion artifacts on DVD player

2004-02-28 Thread Ronald S. Bultje
Hi Steven/Andrew, On Sat, 2004-02-28 at 21:14, Steven M. Schultz wrote: > Release has been made so perhaps development could shift back to > the HEAD now? *nod*. I fully agree here. :). Andrew, don't forget to add a version macro in one of the headers for mplex/mpeg2enc so we can com