similar to: Speex, what container?

Displaying 20 results from an estimated 4000 matches similar to: "Speex, what container?"

2004 Mar 21
3
New Directshow filters preview...
I have been developing some directshow filters for ogg, and vorbis and speex... currently i have an ogg demux filter and a speex/vorbis decoding filter. In this pre-release only vorbis is operational... but the speex decoder is pretty much done... i jsut need to tweak the demux filter so that it can negotiate a speex connection with the other filter. Just though some people might find them useful
2002 Sep 06
3
Header structure for "video" stream ?
I am writing a tool that gives information on movie files (http://avicodec.duby.info/) and I want to add ogg support. I have found full of information on ogg file format, vorbis file format, but nothing on the "video" bitstreams that I can found in some ogg files (with XVID movies mixed with vorbis audio for example). I can see that the "video" structe looks like this, but
2004 Jul 06
13
OGG/OGM media container
Hi all, Xiph aims at developing open-standards media formats. Though xiph.org tells about vorbis/theora/flac/speex, nothing is mentioned about container to use (that is ogg/ogm). I have a few questions Is there a difference between ogg and ogm? I guess its only the extension that is different and everything else is same. Some tools (like ogmtools) are available to create ogm files. What is
2004 Aug 06
1
Speex, what container?
But using the ACM codec I just need to put the speex content into the wave file data chunk and then windows will play it? Miguel Gomes -----Mensagem original----- De: owner-speex-dev@xiph.org em nome de Matthias Granberry Enviada: qui 04-03-2004 11:53 Para: speex-dev@xiph.org Cc: Assunto: Re: [speex-dev] Speex, what container?
2007 Feb 28
4
"Any who has ever written an Ogg (de)muxer curses it's name frequently" (sic)
>From some random dude on Slashdot [ http://yro.slashdot.org/comments.pl?sid=224420&cid=18177356 ]: "Second, whether AVI is better or worse than Ogg is debatable. Any who has ever written an Ogg (de)muxer curses it's name frequently. It's extremely codec-specific, and the format is rather loosely defined, with no consistent standard way to do much of anything.... AVI has
2007 Feb 28
4
"Any who has ever written an Ogg (de)muxer curses it's name frequently" (sic)
>From some random dude on Slashdot [ http://yro.slashdot.org/comments.pl?sid=224420&cid=18177356 ]: "Second, whether AVI is better or worse than Ogg is debatable. Any who has ever written an Ogg (de)muxer curses it's name frequently. It's extremely codec-specific, and the format is rather loosely defined, with no consistent standard way to do much of anything.... AVI has
2004 Oct 14
1
can speex be used from dshow?
hi speex dev. can i use speex audio codec as a filter in direct show? i installed speex, but i don't see any new filters. can u please tell me what is your filter's name? assaf
2003 May 25
1
Ogg Vorbis DirectShow decoder filter - ongoing development ?
Hi, ome of you may know me, i am one of the project admins of a video related opensource project. For playback of Vorbis audio tracks in movies, if being played on M$ via DirectShow, we are currently using the Vorbis decoder filter from Tobias Waldvogel. However, we found out that this decoder filter is not acting DirectShow compliant with respect to handling of timestamps. When passing the
2004 Aug 06
1
Speex, what container?
The aplication that I am developing is like a sound recorder (goes directly to the soundboard and start capturing the sound and writing the file, using the directsound api). I'm already capable of writing to normal wav files but I wanted to encode the audio with speex to have smaller size (and still good quality). How can I write the wav files with speex content using the ACM codec? (like
2004 May 08
2
My issues with ogg and directshow...
Listening to the meeting on granule pos tonight/today it became clear that the issues everyone is concerned with for the most part don't affect my implementations and the issues i have pretty much don't affect anyone else... and in the cases where they overlap, the reasoning seems to be different. And since everyone else has had a lot more time to consider all these issues and i'm
2004 Sep 14
2
OGGDS\OggSDK missing from svn
Hello, I am trying to get hold of the sources for the ogg vorbis DirectShow filter. I have checked out trunk\oggds, but the solution refers to projects under OggSDK, viz: "OggSDK\ogg\win32\ogg_dynamic.vcproj" "OggSDK\vorbis\win32\vorbis_dynamic.vcproj" "OggSDK\vorbis\win32\vorbisenc_dynamic.vcproj" ....which do not appear to be in subversion. The
2016 Aug 23
2
DShow Filters - "Play to" support in WMP
Hi! Apparently the current DShow filters (https://xiph.org/dshow/ , Version 0.85.17777) don't allow for flac files to be streamed over DLNA from Windows to DLNA devices (like a TV set with WLAN). I use Windows 8.1 64 bit and while Play-to works with mp3 and other "natively" supported files, it does not works with flac files. (I can play them locally in WMP, just not send them over
2006 Aug 16
1
OGM and GStreamer
Well, actually most OGM files do have a subtitle track, often in multiple langauges. Also, re 2. Keyframe seeking in OGM is generally a bit rough because ogm files can contain almost any codec as the video track, usually xvid or divx. re 1. As a general rule you shouldn't be trying to make any more ogm files :) So chances are the ogg muxer is not accepting the connection, because it
2010 Jun 18
3
Theora DirectShow filters assembly
Hello everybody, I intend to use Theora as a live video codec in a research project. This project is based on live video broadcast over a poor/slow link, which means lots of frames lost and low bandwith. Until now, it used XViD codec for video compression, which is a working solution but a lot blocky. I made some test with Theora and it looks better in a similar situation. Now, I would like to
2006 Aug 15
2
OGM and GStreamer
Hi All! I have some troubles with OGG and GStreamer: 1) When I parsing ogg file with ogmdemux element, I recieve (in "pad-added" signal callback) video pad as "application/x-ogm-video", but not as "video/something". And that why I can't link It to the oggmux element and write new OGG file :( 2) I'am using "playbin" to play media file, but It
2003 Oct 07
1
Ogg support in Windows Media Player 9 and WMP Media Library
Greetings all, I've got some questions and news (I think) regarding the Ogg DirectShow filter, and Ogg support in Windows Media Player and the WMP Media Library. The OggDS that's in CVS -- is there any reason it's only at the 0.9.9.3 level and not the 0.9.9.5 level that's on Tobias's webpage? After downloading the 0.995 version and digging through the Windows Media
2003 Oct 07
1
Ogg support in Windows Media Player 9 and WMP Media Library
Greetings all, I've got some questions and news (I think) regarding the Ogg DirectShow filter, and Ogg support in Windows Media Player and the WMP Media Library. The OggDS that's in CVS -- is there any reason it's only at the 0.9.9.3 level and not the 0.9.9.5 level that's on Tobias's webpage? After downloading the 0.995 version and digging through the Windows Media
2004 Aug 06
0
Speex mode
Using speexenc applicantion (provided in the Speex site) when I try to encode a wav file less than 12,5KHZ in wideband mode it warns that I should do it in narrowband but the time it takes to encode and the final encoded file size are bigger if I use narrowband. The sound quality after decoding seems to be the same. What is the advantage of using narrowband? Thanks. Miguel Gomes
2003 Sep 10
3
OggVDS Where?
Where can I download the Ogg Vorbis DirectShow Filter? I've heard, that there is a newer version than 0.9.9.5. There's a bug in either OggMux or Tobias' Filter which causes text to be erased after special (unicode?) characters in the chapter list. CH4R1ie <p>____________________________________________________________________ Miert fizetsz az internetert? Korlatlan, ingyenes
2010 Sep 28
1
DirectShow Filters
I've installed the DirectShow filters from this page www.xiph.org/dshow but my vorbis stream is not playing in Windows Media Player. Actual stream URL. http://s2.stationplaylist.com:9000/spl96.ogg ASX URL. http://www.stationplaylist.com/spl96ogg.asx Can anyone shed any light? Using Windows XP 32-bit. Ross. -------------- next part -------------- An HTML attachment was