montgomery
Joined: 03 Mar 2007 Posts: 1
|
Posted: Sat Mar 03, 2007 11:38 am Post subject: Using make_video output with other pymedia examples |
|
|
Hi,
I'm on Windows XP, Python 2.4, pymedia 1.3.7.2.
I used videocapture to capture some (216) images from my webcam.
I then used the pymedia example make_video.py to convert this into
video files -- both mpeg1 and mpeg2 worked and played OK in Windows
Media Player.
Although pymedia created these files, I haven't been able to get
the pymedia examples that take a video file as input to work with
these files. vplayer.py prints "()" for the codecs found;
dump_video.py and recode_video.py raise the "There is no video
stream" exception.
I'd like to get dump_video.py and vplayer.py working with the
output produced by make_video.py. Any suggestions?
Thanks much,
David |
|