Re: [pygame] Conversions for pygame.Movie

2011-07-02 Thread René Dudfield
On Fri, Jul 1, 2011 at 4:28 PM, Lenard Lindstrom wrote: > Hi, > > It already is there. I put it in earlier this year. > > Lenard oh, hehe. nice.

Re: [pygame] Conversions for pygame.Movie

2011-07-01 Thread Lenard Lindstrom
Hi, It already is there. I put it in earlier this year. Lenard On 01/07/11 05:09 AM, René Dudfield wrote: Hey, I'll put this in the docs this weekend. cu. On Thu, Jun 30, 2011 at 2:45 AM, Lenard Lindstrom > wrote: Hi, On 24/06/11 12:16 PM, Scribble Mast

Re: [pygame] Conversions for pygame.Movie

2011-07-01 Thread René Dudfield
Hey, I'll put this in the docs this weekend. cu. On Thu, Jun 30, 2011 at 2:45 AM, Lenard Lindstrom wrote: > Hi, > > > On 24/06/11 12:16 PM, Scribble Master wrote: > >> What is a working ffmpeg command to convert videos for pygame.Movie()? >> Using -target ntsc-vcd works, but the bitrate is i

Re: [pygame] Conversions for pygame.Movie

2011-06-29 Thread Lenard Lindstrom
Hi, On 24/06/11 12:16 PM, Scribble Master wrote: What is a working ffmpeg command to convert videos for pygame.Movie()? Using -target ntsc-vcd works, but the bitrate is immutable, which is not good for higher qualities. Simply using -vcodec mpeg1video makes pygame.Movie throw warning: picture

[pygame] Conversions for pygame.Movie

2011-06-24 Thread Scribble Master
What is a working ffmpeg command to convert videos for pygame.Movie()? Using -target ntsc-vcd works, but the bitrate is immutable, which is not good for higher qualities. Simply using -vcodec mpeg1video makes pygame.Movie throw warning: picture block before sequence header block and not play the vi