Questions tagged [audiovideoplayback]

The AudioVideoPlayback application programming interface (API) provides for basic playback and simple control of audio and video files.

The AudioVideoPlayback application programming interface (API) provides for basic playback and simple control of audio and video files. For more information, see the Microsoft.DirectX.AudioVideoPlayback managed code reference documentation.

AudioVideoPlayback implementation is internally using DirectShow API.

62 questions
1
vote
1 answer

how to get and handle each frame (bitmap images)from a video played using directx c# visual studio

I have designed an winform application (c#) to play a video using microsoft.directx.audiovideoplayback in a picturebox.Now I want to extract each of the frames or bitmap images of the video while it is being played.Is there any way to achieve it?
1
vote
0 answers

DirectX AudioVideoPlayback Video Background Transparency

I'm playing video on my form using DirectX AudioVideoPlayback. Source code is pretty simple using System; using System.Windows.Forms; using Microsoft.DirectX.AudioVideoPlayback; namespace WindowsFormsApplication1 { public partial class Form2 :…
Michael Samteladze
  • 1,310
  • 15
  • 38
1
vote
1 answer

C# DirectX Audio/Video Playback "VFW_E_UNSUPPORTED_STREAM"

I am trying to create a video player for MP4's with DirectX and it works on my computer but I tried my application on a netbook and this error code pops up in a try{...}catch(Exception e){...}. Error in the application. -2147220891…
Nicholas Hein
  • 119
  • 1
  • 11
1
vote
1 answer

Activemovie window pop up Microsoft.DirectX.AudioVideoPlayback in C#

I had create a simple windows form which display a video with Microsoft.DirectX.AudioVideoPlayback. When the video load to the panel, it pop up for milliseconds a activemovie window. How i could fix it because it is annoy every time start playing a…
NickName
  • 313
  • 2
  • 9
  • 25
1
vote
0 answers

Determining CPU frequency based on application use cases

I do understand the term CPU load. It is an indication of how well is the CPU occupied doing useful tasks. I would periodically measure the amount of time CPU executed the lowest priritized task (such as an Idle task) and that would tell me how…
Raj
  • 857
  • 11
  • 26
1
vote
0 answers

c# AudioVideoPlayback how to avoid ActiveMovie Window

I try to play a video with DirectX in C# in a panel. This works well so far. But, unfortunately, always when the video starts a window titled "ActiveMovie Window" pops up. It goes away once the video is displayed in the panel. How can I suppress…
1
vote
0 answers

Directshow Audio/Video for Captured device

Directshow Audio/Video Capture In VB.Net, I can capture the video from connected device, but unable to recieve any sound, as speakers are connected. I can play movies and mp3s from MediaPlayer. But, confused, why the sound is not coming. Please…
Ravi
  • 297
  • 1
  • 5
  • 19
1
vote
0 answers

ColorBox Pause Vido on Close

I need help with a small bug on epacca.com On the right you will see some images, if you click it, it pops-up a ColorBox with a OSM Player (MediaFront) for the video. When you close the ColorBox, the video keeps playing in FireFox. So there is a…
Josh
  • 819
  • 1
  • 14
  • 30
1
vote
1 answer

C# winform, App Crashing after using the Video/Audio classes from the Microsoft.DirectX.AudioVideoPlayback dll

I'm working with some Audio files in my app (mp3, wav, ..etc) I was using the Audio Class from the Microsoft.DirectX.AudioVideoPlayback dll so first I had to download the dll, after doing so, I went to Add Reference then I browsed to the dll…
vexe
  • 5,433
  • 12
  • 52
  • 81
1
vote
1 answer

How to play audio and video from two different sources?

I have some movies encoded by an app that separates the audio and the video in two different files. I need to write an app to play this two files together in the same time like a normal movie and also to add subtitles. Any ideas? or a piece of…
adi sba
  • 621
  • 1
  • 12
  • 32
0
votes
1 answer

Titanium Mobile videoPlayer on Android not working

I'm trying to play a .mp4 by clicking a button. I've tested this with different SDK's, heres the results: 1.7.5: Black screen when pressing button 1.8.0.1 & 1.8.1: Nothing happens The event is registered as the alert 'Test' is working if it is…
chris
  • 1,055
  • 11
  • 14
0
votes
1 answer

Play video file from a memory stream

Just curious to see if this is possible. I have a windows application that reads all the bytes from a .avi file situated on my pc and then stores it in a byte[]. So now I have the avi file in memory, and I want to load it into some sort of a video…
Yo Momma
  • 8,581
  • 7
  • 34
  • 45
0
votes
2 answers

How to play a sound while another sound is already playing - VB.NET 2010

Okay, so I've been ripping my hair out trying to solve this for the last week. I need to play a sound when you hover over 2 separate images/labels. In the event that you shoot your cursor over both images/labels very quickly, the sound needs to play…
0
votes
1 answer

Microsoft.DirectX.AudioVideoPlayback, how to set track languague?

I am using Microsoft.Directx.AudioVideo.Playback.dll for my video player and everything went very well... But now I have videos with a double audio track and I can't find how to change the audio track or how to put subtitles... Could you help me…
0
votes
1 answer

Mute audio/video of the stream track Twilio js

I'm using twilio and laravel for streaming chat video but got stuck in one point where I need to mute the audio and video i try to use Twilio.Video=false but it didn't work here is my js could you please explain how it is gonna work.