Skip to main content

All Questions

Tagged with
5 questions with no upvoted or accepted answers
2 votes
0 answers
638 views

How do I refresh the video codecs shown in the list presented by AviSaveOptions() to show a newly installed codec?

I have a Delphi 6 application with a Wizard that helps people select an appropriate video codec. It uses AviSaveOptions() to show the user a list of video codecs so they can select one. The choice ...
Robert Oschler's user avatar
1 vote
0 answers
4k views

Why an avi file can not be opened in OpenCV-Python

I installed OpenCV vers. 2.4.7.2 on a Windows Vista (32-bit) platform, with no reported errors. Then the following file: C:\opencv\build\python\2.7\x86\cv2.pyd was moved to: C:\python27\Lib\site-...
Birdy40's user avatar
  • 367
1 vote
0 answers
473 views

Can't get avi files play using windows media player plugin

I'm using the following code to embed windows media player plugin into the page. <object width="300" height="400" class="wmplayer" classid="clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6" id="...
nobitavn94's user avatar
1 vote
1 answer
323 views

Converting BMPs to avi

I want to convert folders with video-frames in bitmaps into avi or mpeg files. I already have a VBScript which does a lot of stuff on those files, so it would be neat to integrate a functionallity to ...
Lucas's user avatar
  • 14.1k
1 vote
1 answer
3k views

Using MCI to play avi stream from memory

I'm trying to play a compressed AVI file using MCI in C#. So far I was able to play it by opening the file. The way I opened the file is this: String opencommand = "open \"" + file + "\" type ...
user avatar