Re: [Mjpeg-users] frame rate conversion

2008-05-26 Thread Mark Heath
On 25/05/2008, at 6:43 PM, Christian Ebert wrote: * Mark Heath on Saturday, May 24, 2008 at 08:47:53 +1000 By the way I have my own blending framerate converter (yuvaifps) available on my lavtools site http://silicontrip.net/~mark/lavtools/index.php#yuvafps On MacOS 10.4.11 with latest

Re: [Mjpeg-users] frame rate conversion

2008-05-25 Thread Christian Ebert
* Mark Heath on Saturday, May 24, 2008 at 08:47:53 +1000 By the way I have my own blending framerate converter (yuvaifps) available on my lavtools site http://silicontrip.net/~mark/lavtools/index.php#yuvafps On MacOS 10.4.11 with latest mjpegtools from cvs (except for mpeg2enc) I get: $ gcc

Re: [Mjpeg-users] frame rate conversion

2008-05-25 Thread Christian Ebert
* Mark Heath on Sunday, May 25, 2008 at 20:21:12 +1000 On 25/05/2008, at 6:43 PM, Christian Ebert wrote: * Mark Heath on Saturday, May 24, 2008 at 08:47:53 +1000 By the way I have my own blending framerate converter (yuvaifps) available on my lavtools site

Re: [Mjpeg-users] frame rate conversion

2008-05-25 Thread Steven M. Schultz
On Sun, 25 May 2008, Christian Ebert wrote: Oh, sorry for the misunderstanding. I do have mpeg2enc installed and libmpeg2encpp.dylib in /usr/local/lib, only not latest CVS as quantisation is broken. In fact I mainly need mpeg2enc, and all distributions after 1.9.0rc1 do not work correctly.

Re: [Mjpeg-users] frame rate conversion

2008-05-25 Thread Christian Ebert
* Steven M. Schultz on Sunday, May 25, 2008 at 08:50:55 -0700 On OSX: pkg-config --libs mjpegtools says: -L/usr/local/lib -lmjpegutils -lmpeg2encpp So you can either use `pkg-config --libs mjpegtools' or manually add: -L/usr/local/lib -lmjpegutils -lmpeg2encpp

Re: [Mjpeg-users] frame rate conversion

2008-05-24 Thread Hervé
Le 23 mai 08 à 20:06, Roman Shaposhnik a écrit : On Fri, 2008-05-23 at 05:15 +0200, Bernhard Praschinger wrote: Hallo Florin Andrei wrote: I'm looking for a way to convert a 60fps video stream to true NTSC frame rate (29.97i). Converting frames to fields to half the frame rate and

Re: [Mjpeg-users] frame rate conversion

2008-05-24 Thread Mark Heath
On 23/05/2008, at 8:03 AM, Florin Andrei wrote: I'm looking for a way to convert a 60fps video stream to true NTSC frame rate (29.97i). Converting frames to fields to half the frame rate and interlace is easy, but it's the shaving off of the 0.1% of the frame rate that worries me. How

Re: [Mjpeg-users] frame rate conversion

2008-05-23 Thread Roman Shaposhnik
On Fri, 2008-05-23 at 05:15 +0200, Bernhard Praschinger wrote: Hallo Florin Andrei wrote: I'm looking for a way to convert a 60fps video stream to true NTSC frame rate (29.97i). Converting frames to fields to half the frame rate and interlace is easy, but it's the shaving off of the

Re: [Mjpeg-users] frame rate conversion

2008-05-22 Thread Bernhard Praschinger
Hallo Florin Andrei wrote: I'm looking for a way to convert a 60fps video stream to true NTSC frame rate (29.97i). Converting frames to fields to half the frame rate and interlace is easy, but it's the shaving off of the 0.1% of the frame rate that worries me. How about yuvmotionfps? Is