search for: dshow

Displaying 20 results from an estimated 64 matches for "dshow".

Did you mean: show
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 fl...
2016 Aug 23
0
DShow Filters - "Play to" support in WMP
On 23-Aug-16 22:04, David Balažic wrote: > 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, i...
2016 Jan 15
2
Attn Packagers: Dependency change from gstreamer-0.10 to gstreamer >= 1.0
Hi all, The next release of Wine will include a commit which changes our winegstreamer dshow module to use the modern gstreamer 1.0 API instead of the long-deprecated gstreamer 0.10 API. dshow is used by some games and applications, including Microsoft Office, to display videos and play audio. Wine's winegstreamer allows applications that use dshow to support a wide variety of media th...
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
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
2020 May 14
2
can't stream Opus in CAF format
Using FFmpeg, I can stream to a file on disk okay: c:\apps\ffmpeg\bin\ffmpeg.exe -f dshow -i audio="Line In (Realtek High Definition Audio)" -c:a libopus -ac 1 -b:a 32000 live.caf But, if I add Icey metadata, FFmpeg throws errors: c:\apps\ffmpeg\bin\ffmpeg.exe -f dshow -i audio="Line In (Realtek High Definition Audio)" -c:a libopus -ac 1 -b:a 32000^ -ice_name...
2005 Sep 02
4
ffmpeg2theora bugs ?
Hi, we are using ffmpeg2theora as encoder for a new project. We are finding problems during the conversion step with different type of input compression but, for now, in AVI container. In many case an error generated by ffmpeg lib produce a stop in theora lib (we suppose) Here an example: D:\tmp\ffmpeg>ffmpeg -i f:\vi1.avi vo1.avi ffmpeg version 0.4.9-pre1, build 4743, Copyright (c)
2016 Jan 15
1
Attn Packagers: Dependency change from gstreamer-0.10 to gstreamer >= 1.0
...>> >> Is it some auto configuration bug? >> >> Thanks, >> Paul. >> >> On 01/15/2016 08:04 PM, Andrew Eikum wrote: >>> Hi all, >>> >>> The next release of Wine will include a commit which changes our >>> winegstreamer dshow module to use the modern gstreamer 1.0 API instead >>> of the long-deprecated gstreamer 0.10 API. dshow is used by some games >>> and applications, including Microsoft Office, to display videos and >>> play audio. Wine's winegstreamer allows applications that use dsho...
2013 Jan 26
2
[PATCH] Various website edits
...ilto-links which point to Josh' sourceforge mailaddress. We might want to point to one of the mailing lists? 2) instead of the self-installing FLAC Frontend package that is now listed under the 'official Windows downloads' (and which is broken), we might advertise http://www.xiph.org/dshow/ as 'official', as it packs a directshow FLAC encoder and decoder. That would strike a balance between only listing the command line tools (as was suggested in an earlier mail on this list) and listing the self-installing GUI as is is now. Thanks -------------- next part --------------...
2000 Jun 20
5
Win32 DLL
I've put together a first cut for a Win32 DLL using the BladeEnc interface. Right now, it's just a drop-in replacement for BladeEnc.dll that ignores all encoding parameters passed to it and uses the info_A vorbis_info struct (same as the encoder_example). It's not particularly useful as of yet, but you can rename it to BladeEnc.dll and use it with any number of rippers out there
2008 Jun 14
1
[Flac] Ogg Codecs 0.80.15035
Hi all, I've made a test release for Ogg DirectShow Codecs. You can find it here: http://www.xiph.org/dshow/uploads/Main/oggcodecs_0.80.15035.exe The problem is that I get a HEAP Corruption detected at: void FLAC__bitreader_free(FLAC__BitReader *br) { FLAC__ASSERT(0 != br); if(0 != br->buffer) free(br->buffer); The call stack is: > libFLAC.dll!FLAC__bitreader_free(FLAC_...
2008 Jun 14
1
Ogg Codecs 0.80.15035
Hi all, I've made a test release for Ogg DirectShow Codecs. You can find it here: http://www.xiph.org/dshow/uploads/Main/oggcodecs_0.80.15035.exe The problem is that I get a HEAP Corruption detected at: void FLAC__bitreader_free(FLAC__BitReader *br) { FLAC__ASSERT(0 != br); if(0 != br->buffer) free(br->buffer); The call stack is: > libFLAC.dll!FLAC__bitreader_free(FLAC_...
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...
2004 Aug 06
1
Speex, what container?
But is there any sound player for windows that plays speex in an ogg container? One more question, besides the source code found in the speex site (like speexenc.c) can you tell me where to find source code developed in C++ (using object oriented programing) that makes it easier to write ogg files with speex content? Miguel Gomes -----Mensagem original----- De:
2008 Jun 14
0
[Flac] Ogg Codecs 0.80.15035
Cristian Adam wrote: > Hi all, > > I've made a test release for Ogg DirectShow Codecs. > You can find it here: > http://www.xiph.org/dshow/uploads/Main/oggcodecs_0.80.15035.exe > > The problem is that I get a HEAP Corruption detected at: > > void FLAC__bitreader_free(FLAC__BitReader *br) > { > FLAC__ASSERT(0 != br); > > if(0 != br->buffer) > free(br->buffer); > > > The call sta...
2005 Apr 02
1
ogg-vorbis seeking.
Hi, I've been working for developing of DirectShow filters for OggVorbis decoder. The development is almost over and i'am able to play .ogg files in windows media player. I also need to implement seeking in my DShow filters. API level implementation within my filters is also over but it is not working properly. Please let me know what changes do i need to make inside the decoder library of ogg-vorbis. The file based seeking is implemented in this library. But i need the buffer based. Please let me know if any...
2020 May 14
0
can't stream Opus in CAF format
Hi, the CAF format is not stremable due to the way the format works. On 14 May 2020, at 4:42, webmaster at berean-biblechurch.org wrote: > Using FFmpeg, I can stream to a file on disk okay: > c:\apps\ffmpeg\bin\ffmpeg.exe -f dshow -i audio="Line In (Realtek > High Definition Audio)" -c:a libopus -ac 1 -b:a 32000 live.caf > > But, if I add Icey metadata, FFmpeg throws errors: > c:\apps\ffmpeg\bin\ffmpeg.exe -f dshow -i audio="Line In (Realtek > High Definition Audio)" -c:a libopus -ac 1...
2005 Apr 08
0
Re: ogg-dev Digest, Vol 6, Issue 1
...Content-Type: text/plain; charset=ISO-8859-1 > > Hi, > I've been working for developing of DirectShow filters for > OggVorbis decoder. The development is almost over and i'am able to > play .ogg files in windows media player. > > I also need to implement seeking in my DShow filters. > API level implementation within my filters is also over but it is not > working properly. Please let me know what changes do i need to make > inside the decoder library of > ogg-vorbis. The file based seeking is implemented in this library. But > i need the buffer based. P...
2019 Aug 28
3
Anyone using ffmpeg as a source-client?
How are you capturing the audio-in? Jack Elliott On 8/27/2019 5:25 PM, webmaster at berean-biblechurch.org wrote: > Yes, I'm using it to capture the audio-in and pushing to Icecast. > > On 2019-08-27 10:33, Jack Elliott wrote: >> As described here in ffmpeg's documentation: >> >> http://ffmpeg.org/ffmpeg-all.html#Icecast
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