Hi, I am trying to use pymedia to convert images into video and back again. Initially I had problems with make_video.py, but after changing the line: fd.write( d ) => fd.write( d.data ) that worked just fine and I managed to create a video based on some images.
My problem is that whatever video type I use with dump_video, I always get the "There is no video stream ..." error. I checked and dm.streams ( muxer.Demuxer.streams - to be more precise) returns None every time. Any ideas about the problem? Thx ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Pymedia-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pymedia-users
