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

[pygame] Conversions for pygame.Movie



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.