search for: graphedit

Displaying 20 results from an estimated 31 matches for "graphedit".

Did you mean: graphed
2003 Jan 04
1
Winamp vorbis crash
...he file on winamp, the position slider will start flashing at the leftmost position and winamp does not respond to any user input any more and uses 100% CPU. The only way to kill it is with the "Task Manager". I append the ogg/vorbis file ( it is only 4kilobytes long ). I created it with graphedit, using the OggDS DirectShow filters for Ogg and Vorbis ( from http://tobias.everwicked.com/ ). Look like the filters ( or graphedit ) are not entirely bugfree. I will CC this mail to them too. Detail information : - windows 2000 pro , SP3 , DX8.1b - athlon 900 MHz , MSI 745Ultra mainboard ( SiS...
2010 Jun 18
3
Theora DirectShow filters assembly
...s 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 make a real test using all my home made DirectShow filters (10+) in a GraphEdit pipe. To do that, I need to encode/decode/display a stream using Theora ( to be able to monitor video quality after passing throught the encoder ). My question is : why is it not possible for me to connect Theora decoding filter just after a Theora encoding filter ? I was able to do that with XViD...
2005 Mar 30
1
Re: Illiminable DS filters for FLAC don't work
Thanks Christian. Now I can play my FLAC files with WiMP. I uninstalled the illuminable package and then installed the Matroska. The result was the opposite that I got for the illuminable: the illuminable package registered the types but WiMP couldn't find the codecs, the Matroska didn't register the types but it did make the codecs available. This is much preferable of course
2006 Nov 09
0
Oggcodecs 0.73.1936 UNSTABLE released
...html#unstable As before, most people should continue with 0.71 as that release has been reasonably well tested. Unless you are affected by a specific bug, or want to try a new feature. The changes from 0.72 to 0.73 are: # Encode options for theora, vorbis, speex and flac and property pages in graphedit # Improved OGM decoding # Improved subtitle support # Vorbis channel order fixed # 24/32 bit >2 channel decode support improved for vorbis and flac # Fix end of file/repeat bug in flac # Correct handling of aspect ratio in theora # "Add to playlist" option for WMP appears in explorer r...
2006 Nov 09
0
Oggcodecs 0.73.1936 UNSTABLE released
...html#unstable As before, most people should continue with 0.71 as that release has been reasonably well tested. Unless you are affected by a specific bug, or want to try a new feature. The changes from 0.72 to 0.73 are: # Encode options for theora, vorbis, speex and flac and property pages in graphedit # Improved OGM decoding # Improved subtitle support # Vorbis channel order fixed # 24/32 bit >2 channel decode support improved for vorbis and flac # Fix end of file/repeat bug in flac # Correct handling of aspect ratio in theora # "Add to playlist" option for WMP appears in explorer r...
2006 Nov 09
0
Oggcodecs 0.73.1936 UNSTABLE released
...html#unstable As before, most people should continue with 0.71 as that release has been reasonably well tested. Unless you are affected by a specific bug, or want to try a new feature. The changes from 0.72 to 0.73 are: # Encode options for theora, vorbis, speex and flac and property pages in graphedit # Improved OGM decoding # Improved subtitle support # Vorbis channel order fixed # 24/32 bit >2 channel decode support improved for vorbis and flac # Fix end of file/repeat bug in flac # Correct handling of aspect ratio in theora # "Add to playlist" option for WMP appears in explorer r...
2006 Nov 27
1
Theora DirectShow component questions - help!
I followed the directions on the Theora website to download the .ax file and the Visual Studio project to build the DLL. I then registered the ax file using the regsvr32 tool. Then I started up the DirectShow tool called 'GraphEdit' where you can see all the installed DirectShow filters and create the filter graphs. In the list of all DS filters, I could find the following 3 filters: Source Splitter Video Decoder The source seems the be the filter to open and read an already Theora encoded file. The splitter seems to...
2006 Nov 27
1
Theora DirectShow component questions - help!
I followed the directions on the Theora website to download the .ax file and the Visual Studio project to build the DLL. I then registered the ax file using the regsvr32 tool. Then I started up the DirectShow tool called 'GraphEdit' where you can see all the installed DirectShow filters and create the filter graphs. In the list of all DS filters, I could find the following 3 filters: Source Splitter Video Decoder The source seems the be the filter to open and read an already Theora encoded file. The splitter seems to...
2005 Sep 21
2
Theora freezes when with multiple video screens
.... I have a problem with theora when using 2 video screens. The second is connected to the dvi output of the video card. When I watch the video, I move the renderer to the other screen and video still remains black, or freezes, for a while. Considerer this test : construct a graph DirectShow using GraphEdit like this : - Webcam filter - Theora Encoder - Theora Decoder - Video Renderer Run the graph on the first screen, that looks greats. Move the renderer to the other screen, video is black. When video is displayed few times later, moving renderer to the first screen make the video freeze once again....
2005 Apr 05
2
Company needing an ogg/vorbis programmer for contract work.
Hi guys. I hope this isn't too off-topic for this list... I work for a company that is currently using ogg/vorbis in their audio software product as one of several possible encodings. We want to add some new functionality to the software that will require a little specialist coding from someone who knows the ogg codebase. Specifically, we need a library to provide vorbis file
2006 Jun 01
2
mpeg4/xvid/divx vs. theora
Hi there, I have an elementary question. Although theora can be placed in the same class of codecs as MPEG-1, -2, -4 why is there no greater usage of this codec? On the bigger part of web sites trailers or short videos are encoded with some mpeg codec. Why is theora still so rarely used and unfamiliar although it perfomes very well from my point of view? Is it, because - the whole mpeg family is
2005 Dec 13
2
matrox rt.x100
Hi, I got a Matrox RT.X100 Pro capture card to make a live video streaming with it. The concert to be streamed will be on Saturday... I have a Linux-based server running Icecast 2.3, so I need to make this computer with the Matrox card to work with the Icecast server. I'd prefer Ogg Theora. Unfortunately there's no Linux support for this card, so the only choice I have is Windows XP.
2012 Nov 01
1
DirectShow PushSource with theora encoder and Ogg muxer filters
Hi all, I am trying to test DirectShow PushSource example from the SDK with Theora encoder and Ogg muxer (DirectShow filters of course) by using GraphEdit tool. My goal is capturing the screen as video by taking snaphot bitmaps continuosly (what PushSource eaxmple does) and giving them to the Theora encoder through the DS pipeline (next goal is transmitting this video **). My DirectShow graph is like this: PushSource Filter --> Theora Encoder --...
2010 Feb 23
1
Oggcodecs release 0.82.16930
...nality in Internet Explorer simply add xmlns="http://www.w3.org/1999/xhtml/video" to the <video> tag. * Added 7.1 channels support for FLAC and support for files bigger than 2GBytes. * Prefixed all DirectShow filters with "Xiph.Org". This should simplify usage for GraphEdit/GraphStudio users. * Fixed #1474: The installer for 64-bit Stable Version (0.81.15562) - 06.12.2008 it's NOT working properly * Fixed #1475: Typo in README * Fixed #1490: Theroa video resumes after starting to play in wmp 9 (win xp) * Fixed #1491: oggcodecs doesn't work with 6-channel...
2010 Feb 23
1
Oggcodecs release 0.82.16930
...nality in Internet Explorer simply add xmlns="http://www.w3.org/1999/xhtml/video" to the <video> tag. * Added 7.1 channels support for FLAC and support for files bigger than 2GBytes. * Prefixed all DirectShow filters with "Xiph.Org". This should simplify usage for GraphEdit/GraphStudio users. * Fixed #1474: The installer for 64-bit Stable Version (0.81.15562) - 06.12.2008 it's NOT working properly * Fixed #1475: Typo in README * Fixed #1490: Theroa video resumes after starting to play in wmp 9 (win xp) * Fixed #1491: oggcodecs doesn't work with 6-channel...
2010 Feb 23
1
Oggcodecs release 0.82.16930
...nality in Internet Explorer simply add xmlns="http://www.w3.org/1999/xhtml/video" to the <video> tag. * Added 7.1 channels support for FLAC and support for files bigger than 2GBytes. * Prefixed all DirectShow filters with "Xiph.Org". This should simplify usage for GraphEdit/GraphStudio users. * Fixed #1474: The installer for 64-bit Stable Version (0.81.15562) - 06.12.2008 it's NOT working properly * Fixed #1475: Typo in README * Fixed #1490: Theroa video resumes after starting to play in wmp 9 (win xp) * Fixed #1491: oggcodecs doesn't work with 6-channel...
2005 Apr 27
3
Theora dll in debug mode
...heoraEncoder.dll - libOOOgg.dll - libOOOggSeek.dll - libOOTheora.dll After replacing Release version of the dll by the Debug version of them, nothing works. I can't play any theora encoded file, nor encode a new file. Error is "Debug Assertion Failed !". With a minimal graph in GraphEdit (Microsoft DirectX SDK) composed by a webcam capture source filter, a Theora Encode Filter, a Theora Decode Filter and a Video Renderer, I get another error, as you can see here : http://membres.lycos.fr/univers2lanime/theora/CaptureGraph.jpg Error seems to be in ntdll.dll (a Windows XP library),...
2007 Jun 21
0
Decoder YV12 issue
Hi, There is an issue with the theora decode filter. The situation is as follows: I have XP running on a virtual machine with illuminable installed. The virtual machine has no acceleration whatsoever. When I try to create a graph in graphedit. The Theora decode filter cannot attach itself to the video renderer, as the first outputs YV12, but the renderer accepts XForm. On normal machines this is not an issue, as graphics card drivers handle that automatically. Can you suggest a software based converter. Best Regards, Dennis ----------...
2001 Jun 28
2
DVD 5.1 surround -> ogg ?
Hi, what's the best way of creating a multichannel ogg vorbis from a DVD with 5.1 surround sound ? Is it possible yet ? -- Trick --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject
2007 Jun 17
2
[holger@layer-acht.org: participate in DebConf7 from abroad]
----- Forwarded message from Holger Levsen <holger@layer-acht.org> ----- Date: Sat, 16 Jun 2007 17:54:14 +0100 From: Holger Levsen <holger@layer-acht.org> Subject: participate in DebConf7 from abroad To: debian-devel-announce@lists.debian.org Mail-Followup-To: debian-devel@lists.debian.org Hi, as many of you are aware, today is DebianDay, the preceeding event to DebConf7, taking