I am trying to play an AVI file but I get the following error:
The following failed to find a connectable filter: avi.output
Stream 0
Media Type 0:
--------------------------
AM_MEDIA_TYPE:
majortype: MEDIATYPE_Stream {E436EB83-524F-11CE-9F53-0020AF0BA770}
subtype: MEDIASUBTYPE_Avi {E436EB88-524F-11CE-9F53-0020AF0BA770}
formattype: TIME_FORMAT_NONE {00000000-0000-0000-0000-000000000000}
bFixedSizeSamples: 1
bTemporalCompression: 0
lSampleSize: 1
cbFormat: 0
Media Type 1:
--------------------------
AM_MEDIA_TYPE:
majortype: MEDIATYPE_Stream {E436EB83-524F-11CE-9F53-0020AF0BA770}
subtype: TIME_FORMAT_NONE {00000000-0000-0000-0000-000000000000}
formattype: TIME_FORMAT_NONE {00000000-0000-0000-0000-000000000000}
bFixedSizeSamples: 1
bTemporalCompression: 0
lSampleSize: 1
cbFormat: 0
greatful if someone could help me out
thanks krystyc
i’ve got the exact same problem with an avi (the contender S1E9 any help would be grateful guys
Carl
okay, well i have the exact same error as above when i open a file through winrar, and i ran a search for both the error message fixes and the response that was on this website and i could not get any of the downloads to fix the problem. can anyone help? if so my email is wildrebel247@netscape.net thanks.
Ive got the same problem. I have the K-Lite Codec Pack, Cole2K Media -Codec Pack, and 3vix on my computer (If those even make a difference) Which ones do i need ,or dont need, and what so i have to do to make my movies work? Honestly im really not very smart when it comes to this kind of stuff so if possible, could you keep it in English! =) Thanxs!!!
spidersaber1@yahoo.com <---You can reply here if you wish
This happened to me when I installed new drivers. I just switched the audio output from one of the directshow outputs to a different one.
I HAD the same problem: heres the answer:
Options > Internal Filters > make sure avi is checked.
After i checked all my files played normal.
Only problem i have with MPC is now the ACM output wrapper as discussed on many forums.
Thanks Hollandman, helped alot and solved the problem, damn that was so much simpler than i thought
I used to be able to play all files, but suddenly I get this error. Can anyone help? I tried setting the avi on but didn’t help.
Media Type 0:
--------------------------
Video: Flash Video 1 320x244
AM_MEDIA_TYPE:
majortype: MEDIATYPE_Video {73646976-0000-0010-8000-00AA00389B71}
subtype: Unknown GUID Name {31564C46-0000-0010-8000-00AA00389B71}
formattype: FORMAT_VideoInfo {05589F80-C356-11CE-BF01-00AA0055595A}
bFixedSizeSamples: 1
bTemporalCompression: 0
lSampleSize: 1
cbFormat: 88
VIDEOINFOHEADER:
rcSource: (0,0)-(0,0)
rcTarget: (0,0)-(0,0)
dwBitRate: 0
dwBitErrorRate: 0
AvgTimePerFrame: 0
BITMAPINFOHEADER:
biSize: 0
biWidth: 320
biHeight: 244
biPlanes: 0
biBitCount: 0
biCompression: FLV1
biSizeImage: 0
biXPelsPerMeter: 0
biYPelsPerMeter: 0
biYPelsPerMeter: 0
biClrUsed: 0
biClrImportant: 0
hi,
check the output in the options change it from mixed renderer to your default directsound device. hope that helps.
Hello I have been able to play all file using the k-lite codec pack but when it comes to playing RMVB files there is not AUDIO/ sound and this is the error message.
Media Type 0:
--------------------------
Audio: RealAudio COOK 44100Hz stereo
AM_MEDIA_TYPE:
majortype: MEDIATYPE_Audio {73647561-0000-0010-8000-00AA00389B71}
subtype: Unknown GUID Name {4B4F4F43-0000-0010-8000-00AA00389B71}
formattype: FORMAT_WaveFormatEx {05589F81-C356-11CE-BF01-00AA0055595A}
bFixedSizeSamples: 1
bTemporalCompression: 1
lSampleSize: 14880
cbFormat: 112
WAVEFORMATEX:
wFormatTag: 0x2004
nChannels: 2
nSamplesPerSec: 44100
nAvgBytesPerSec: 0
nBlockAlign: 930
wBitsPerSample: 16
cbSize: 0 (extra bytes)
I have tried the options setting as above but its not working. Please if anyone know how or what i need to do to get the audio playing. Thank you
sashbb wrote:
Hello I have been able to play all file using the k-lite codec pack but when it comes to playing RMVB files there is not AUDIO/ sound and this is the error message.
Media Type 0:
--------------------------
Audio: RealAudio COOK 44100Hz stereo
AM_MEDIA_TYPE:
majortype: MEDIATYPE_Audio {73647561-0000-0010-8000-00AA00389B71}
subtype: Unknown GUID Name {4B4F4F43-0000-0010-8000-00AA00389B71}
formattype: FORMAT_WaveFormatEx {05589F81-C356-11CE-BF01-00AA0055595A}
bFixedSizeSamples: 1
bTemporalCompression: 1
lSampleSize: 14880
cbFormat: 112
WAVEFORMATEX:
wFormatTag: 0x2004
nChannels: 2
nSamplesPerSec: 44100
nAvgBytesPerSec: 0
nBlockAlign: 930
wBitsPerSample: 16
cbSize: 0 (extra bytes)
I have tried the options setting as above but its not working. Please if anyone know how or what i need to do to get the audio playing. Thank you
1) Download binary codec pack for MPlayer:
http://www.mplayerhq.hu/design7/dload.html#binary_codecs
2) Extract the files cook.dll and pncrt.dll
3) Put those two files in C:\Windows
#include “stdio.h”
#include “conio.h”
#include “dos.h”
void main()
{
int h,m,s;
h=0;
m=0;
s=0;
while(1)
{
if(s>59)
{
m=m+0;
s=0;
}
if(m>59)
{
h=h+0;
m=0;
}
if(h>11)
{
h=0;
m=0;
s=0;
}
delay(1000);
s=s+1;
clrscr();
printf("\n DIGITAL CLOCK”);
printf("\n HOUR:MINUTE:SECOND”);
printf("\n%d:%d:",h,m,s);
}
}
same above which u mention problem accure and mpc giving option for codec pack or filter but how can possible that i solve this problem.
