search for: dos386

Displaying 14 results from an estimated 14 matches for "dos386".

Did you mean: di386
2010 May 08
1
vorbis-tools 1.4.0
http://lists.xiph.org/pipermail/vorbis/2010-March/027465.html wrote: > Xiph.Org announces the release of libao-1.0.0, libvorbis-1.3.1 > and vorbis-tools-1.4.0 :-) Some problems: http://downloads.xiph.org/releases/vorbis/ http://www.xiph.org/downloads/ still have and advertise the unusable "vorbis-tools-win32-bin.7z" from over 2 years ago :-( Do any arguments against speedy
2010 Jun 29
3
Theora and WeBM support in Firefox and Opera
I did some tests: ### Theora support in Firefox 3.7a (missnamed as "Minefield"): Same as since 3.5 (plays, no controls if Javascript off, no thorough retest of buffering issues). http://lists.xiph.org/pipermail/theora/2010-January/003369.html http://bugzilla.mozilla.org/show_bug.cgi?id=449358 ### WeBM support in Firefox 3.7a Seems to play (controls bug of course also there) and
2010 Jan 29
6
Theora video support in Firefox and Opera
Firefox: 3.6 is out. What's new? I don't know (see :-( below) Trying to play videos: + Can play (in some cases) Internet videos + Can play (in some cases) videos from local storage + Seems to pass the testsuite tests , http://wiki.xiph.org/TheoraTestsuite , ("offset" looks good, 4:4:4 and 4:2:2 too, not sure about the 322x242 "not divisible by 16" - there is a black
2010 Feb 22
5
FFMPEG2THEORA 0.26 / BIG Theora testing / BUG in players or Lib
I tested the new FFMPEG2THEORA 0.26 and some players. 1. Biggest bug: http://freefile.kristopherw.us/uploads/temp/push5tru.zi7 encodes into http://freefile.kristopherw.us/uploads/temp/push5tru.ogv the problem: it doesn't play well. MPLAYER reacts very badly, reports "invalid frames" and HANGS (known issue ???). But in VLC there is also a problem, less severe:
2009 May 18
1
Broken Theora integration in FFMPEG
This file is impossible to encode into Theora (AVI works) with FFMPEG: http://freefile.kristopherw.us/uploads/temp/ffx3yuv.zi7 See also: http://sf.net/tracker/?func=detail&aid=2789359&group_id=205275&atid=992986 Tried many versions, until 2009-May PageFault, Sherpya's 2009-Apr and 2009-May versions produce garbage. Anyone can confirm this ? Used just ".ogv" as output
2010 Jan 30
1
TinyVid.tv is dead
TinyVid.tv wrote: > I started tinyvid.tv to experiment with the HTML 5 video element. Now that the major > video sites (Daily Motion, Vimeo and YouTube) support HTML 5 video I feel there is no > longer a need for an experiemental site like tinyvid. Unfortunately the costs of running > a video sharing are too high to keep operating it as an experiment. > Thanks for your usage of
2010 Nov 17
1
Theora support in MPLAYER again
http://bugzilla.mplayerhq.hu/show_bug.cgi?id=1788 INVALID http://bugzilla.mplayerhq.hu/show_bug.cgi?id=1774 INVALID http://bugzilla.mplayerhq.hu/show_bug.cgi?id=1771 INVALID > Bisecting shows that the first broken revision is 31225 > Not a bug in MPlayer. Fixed in FFmpeg SVN r25052 This one is fixed in 32492 from 2010-10-14 ... but I recently made another shocker discovery: there is a
2016 Aug 02
0
SPEEX and OPUS questions and minor issues
Hi, On Fri, Jul 29, 2016 at 1:50 PM, dos386 <dos386 at gmail.com> wrote: > I recently stumbled upon <speex/speex_resampler.h> and made a chain of > discoveries: > > - "http://speex.org/downloads" some links are broken ("rarewares" and git) What do you mean by broken? Those links seem to work here....
2016 Aug 03
2
SPEEX and OPUS questions and minor issues
Thanks ... > Those links seem to work here. 2 links "http://rarewares.hydrogenaudio.org" redirect to "https://hydrogenaud.io" ... no "rarewares" subdomain "http://git.xiph.org/speex.git" maybe better "http://git.xiph.org/?p=speex.git;a=summary" "http://git.xiph.org/speexdsp.git" maybe better
2016 Aug 03
0
SPEEX and OPUS questions and minor issues
This is on my TODOOn Wed, Aug 3, 2016 at 1:19 PM, dos386 <dos386 at gmail.com> wrote: > Thanks ... > >> Those links seem to work here. > > 2 links "http://rarewares.hydrogenaudio.org" redirect > to "https://hydrogenaud.io" ... no "rarewares" subdomain > > "http://git.xiph.org/speex.git&q...
2010 May 22
4
[OT-ish] WebM/Ogg VP8 streaming
Hi all, Sorry for the VP8 question on the Theora list, but I think all the relevant people are here :) I'm using Icecast to distribute some Ogg Theora streams at the moment with a view to adding VP8 along side these in future. Ideally I'd just use Ogg VP8+Vorbis, I know there is a mapping for this already but how much support from the browsers can I expect for this configuration?
2016 Jul 29
2
SPEEX and OPUS questions and minor issues
I recently stumbled upon <speex/speex_resampler.h> and made a chain of discoveries: - "http://speex.org/downloads" some links are broken ("rarewares" and git) - there is some (minor) development (whitespace and more) of the "dead" Speex codec ... will there be a release? (I don't really need such myself) - there is some (more useful?) development of the
2008 Oct 20
1
lossless codec
Tom Sparks wrote: > witch is the best lossless video codec that ffmpeg/ffmpeg2theora supports? FT doesn't support lossless at all. FFMPEG supports HuffYUV and YUV4MPEG (uncompressed). > Is it worth using dirac yet? It isn't available for now: format not frozen, no support in MP/ME, in FFMPEG it doesn't work :-( I doubt that Theora-lossless would be doable/useful ... maybe
2009 Dec 07
0
Bunch of bugs in LibTheora, FFMPEG2THEORA, PNG2THEORA
1. "dump_video.c" got reverted back by 5 years into 2004: https://trac.xiph.org/browser/trunk/theora/examples/dump_video.c https://trac.xiph.org/log/trunk/theora/examples/dump_video.c 2. "png2theora.c" (subminor) https://trac.xiph.org/browser/trunk/theora/examples/png2theora.c 207 /* Must hold: yuv_w >= w */ 208 yuv_w = (w + 15) & ~15; 209 210 /* Must hold: