[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Conversions for pygame.Movie



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 <len-l@xxxxxxxxx <mailto:len-l@xxxxxxxxx>> 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 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 video.

    ffmpeg -i <infile> -vcodec mpeg1video -acodec libmp3lame -intra
    <outfile.mpg>

    Lenard Lindstrom