Hi, I have tried to use the make_video.py script (http://pymedia.org/tut/src/make_video.py.html) in order to encode several bmp in mpeg 1 or mpeg 2 format but everytime I run it, I have it this error message : [EMAIL PROTECTED]:~/python film.py open /dev/sequencer: No such device Setting codec to {'bitrate': 9800000, 'gop_size': 12, 'frame_rate_base': 125, 'max_b_frames': 0, 'height': 713, 'width': 713, 'frame_rate': 2997, 'deinterlace': 0, 'type': 0, 'id': 2} Fatal Python error : (pygame parachute) Segmentation Fault Abandon
Where is the problem ? In the script, it seems that the instruction "d = e.encode(yuvFrame)" is responsible of the crash Thanks ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Pymedia-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pymedia-users
