All Questions
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 ...
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-...
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="...
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 ...
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 ...