PDA

View Full Version : How to hear a vorbis (ogg) sound in avi?


z
01-18-2006, 11:59 PM
If you can't hear a sound encoded in ogg acm(mode 2+, 3+), install the attached ogg acm codec and uncheck the item of Vorbis(OGG) in Preferences > Internal Audio Decoders.

It's not a bug of kmp but because of Vorbis itself maintained poorly.

Working filtergraph:

[Primary Filtergraph]
0) - KMP AVI Source Filter
1) - ACM Wrapper(0x00006770)
2) - KMP Video Codec
3) - KMP Video Transform
4) - KMP Audio Transform(Copy)
5) - DirectSound Audio Renderer
6) - Video Mixing Renderer9(Renderless)

[Video Info]
Decoder - (XVID) KMP Video Codec(XVID-libcodec.dll)
Format - Major Type: Video - Sub Type: YV12
VideoInfo: YV12 576X320, 12 bits

[Audio Info]
Decoder - ACM Wrapper
Format - Major Type: Audio - Sub Type: PCM
WaveFormatEx: PCM(0x1), 48000 Hz, 16 Bits, 2 Ch



[File Info]

F:\temp\sample\AVI) Vorbis(mode 2+).avi
General
Complete name : F:\temp\sample\AVI) Vorbis(mode 2+).avi
File size : 3.81 MiB
Format : Audio Video Interleave
Overal BitRate : 870 KBps
PlayTime : 36s 737ms
Video

Codec : XviD
Bit rate : 729 KBps
Width : 576 pixels
Height : 320 pixels
Aspect ratio : 16/9
Frame rate : 29.97 Fps
Bits/(Pixel*Frame) : 0.132
Audio

Codec : Vorbis2+
Bit rate : 128 KBps
Channels : 2 channels
Sampling rate : 48 KHz

apaunganhote
01-24-2010, 02:43 PM
Hello,

I really like the KMPlayer. Currently I am using Window Vista Home Premium Service Pack 2 and I got the issues with .avi which sound is encoded with 0x6771 ogg vorbis 3 Plus (3+). I tried to install the attached encoder. But seems it's not installed in window vista. Anyway to solve it ? Please kindly help me out. Thank you very much.

Pantuflo
04-01-2010, 07:47 PM
How to install the codec in Vista/W7 or in x64 systems:

- Extract the codec to for example c:\vorbis

- Run cmd with admin rights (ctrl+shift+return)

- cd %windir%\SysWOW64

- rundll32 setupapi.dll,InstallHinfSection DefaultInstall 0 C:\vorbis\vorbisacm.inf

(Instructions from LAME ACM codec).

Pantuflo
10-10-2010, 09:30 PM
More detailed instructions:

1) Extract the codec to for example c:\vorbis

2) Press Win+R to open the Run dialog. There, write cmd and press Ctrl+Shift+Enter. In that way, you will run cmd (the command prompt) with admin rights.

[You can also open the start menu, go to All programs -> Accesories -> right-click on "Command prompt" and select Run as administrator].

3) Type cd %windir%\SysWOW64 in the command prompt and press Enter.

4) Then typerundll32 setupapi.dll,InstallHinfSection DefaultInstall 0 C:\vorbis\vorbisacm.inf and press Enter. Just copy and paste the above text in the command prompt and it will be easier.