| View previous topic :: View next topic |
| Author |
Message |
reverse
Joined: 20 Feb 2007 Posts: 4
|
Posted: Thu Feb 22, 2007 3:19 am Post subject: Where do I find example of using pymedia examples? |
|
|
Hi all
Where do I find example of using pymedia examples?
The Usage Options
| Quote: | print 'Usage: dump_video <file_name> <image_pattern> <format_number>\n<format_number> can be: RGB= 2'+\
'\n<image_patter> should include %d in the name. ex. test_%d.bmp.'+ \
'\nThe resulting image will be in a bmp format' |
thanks
reverse |
|
| Back to top |
|
 |
jbors Site Admin

Joined: 12 Nov 2004 Posts: 1675
|
Posted: Thu Feb 22, 2007 11:42 am Post subject: |
|
|
Try something like:
dump_video.py test.avi dump\test_%d.bmp 2 |
|
| Back to top |
|
 |
|