similar to: new theora list

Displaying 20 results from an estimated 5000 matches similar to: "new theora list"

2002 Sep 30
3
theora test suite
some of you may find this helpful: I've uploaded a short (5 second) raw clip in yuv4mpeg format, associated audio, and batch files to exercise the encoder & decoder examples. In addition I've included the file as compressed (test.ogg), and a longer version as well to test playback sync. Notes: to use MPlayer with the -vo yuv4mpeg option, you need to get the latest release and compile
2003 Jan 06
0
Re: Ogg questions
At this point, my understanding is as follows. Monty has the final word but I believe this is his intention: * Theora is a video codec. It is a modification of VP3. Presently it is assumed that Theora will be a superset of VP3; ie, VP3 streams can, with a little header magic, be losslessly transcoded into Theora streams. However, we expect future versions of Theora to diverge significantly
2002 Sep 28
0
Theora branch and win/mac codecs
My understanding -- Monty or Emmett, feel free to chime in if you think this is incorrect -- is as follows: www.theora.org is the home for all new releases of the Theora video codec (formally known as VP3). This includes the main OGG/Vorbis integration product, which Monty is working on personally, as well as the QT and Windows codecs, both legacy VP3 versions and new versions reflecting any
2003 May 28
2
autoconf problem
./configure: line 524: syntax error near unexpected token `AM_INIT_AUTOMAKE(libtheora,0.0)' ./configure: line 524: `AM_INIT_AUTOMAKE(libtheora,0.0)' I'm sure I'm doing something pro-stupid, but --- my setup works fine for ogg & vorbis. autoconf ver 2.13 automake (GNU automake) 1.4-p4 if that matters hey let's put tool version numbers into the README -dan
2002 Nov 12
0
Re: [vorbis-dev] ACM codec
My concern is primarly the 'marketing' aspect. If UCI, or MCF, or any other interface, is adopted by the toolmakers, then that's a perfectly good solution. <p>-----Original Message----- From: Christian HJ Wiesner [mailto:christian.hj.wiesner@web.de] Sent: Tue 11/12/2002 10:10 AM To: theora-dev@xiph.org Cc: Subject: [theora-dev] Re: [vorbis-dev] ACM codec
2003 May 28
1
new patch
[standard disclaimer about my mail format] in ftp.vp3.com/theora user: vp3 pass: vp3dev theora_dbm_5-28.zip this implements a bitstream change; the header now contains a compressed huffman tree rather than the frequency counts (as discussed) pardon my inability to use diff correctly. The change in toplevel.c is trivial (new function names & params) huffman.c is the important one. I
2002 Nov 11
3
Theora vs. Nullsoft NSV
How does the Theora project differ from Nullsofts NSV project? Other than the obvious fact they use mp3.... <p><p>--- >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 'theora-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is
2003 Jan 02
0
Re: Ogg Internet Drafts - create application/ogg-vorbis, application/ogg-tarkin, etc.
just for the record -- I think you mean video/theora when you mention vorbis+VP3. Vp3 is becoming Theora. Tarkin is another video codec project at Xiph. As for this whole MIME type issue, can someone enlighten me as to how this problem is addressed with Quicktime, Microsoft, and RealNetworks plug-ins today? Also, does an MPEG4 tag specify which audio codec is used? thanks - dan
2003 Jan 29
1
AW: PlusV algorithm -> CBR
fwiw, there are definitely applications that would use Vorbis but can't until there is a _strict_ CBR mode. Meaning, architecturally the datarate simply cannot exceed X no matter what happens to the quality. Send silence if you have to, but limit the datarate. -dbm -------------- next part -------------- A non-text attachment was scrubbed... Name: winmail.dat Type: application/ms-tnef
2003 Jul 23
2
Question about converting VP3 to Ogg Theora
As I understand it the current plan is to make it possible to losslessly transcode VP3 video to Theora video. In my experience, one of the "features" of VP3 is it drops frames in the event that there is little/no movement in a frame, or if "drop frames" is enabled, to drop frames if the data rate is getting too high. I understand that the way that VP3 does this in
2003 Jun 17
2
theora spec
can anyone confirm that, unlike VP3, Theora in fact decodes images right-side-up? (VP3 managed to turn everything upside down on encode and reverse it on decode) The tests I'm doing indicate that Theora doesn't reverse the image -- the first coefficients encoded correspond to the upper-left corner of the frame. ___ Dan Miller (++,) Founder, On2 Technologies --- >8 ---- List
2009 Jul 04
2
Some questions about Theora IP
Hello Theora developers, I'm doing some cursory research into Theora's IP status in preparation for asking Apple to reconsider the possibility of shipping an implementation. I have a few questions and I'm hoping knowledgeable people can help out. 1) What are the terms of any patent licenses or disclaimers, and do they have field of use restrictions or limitations on code for
2003 Jan 09
1
Multiple Feed Compression
Hi Guys, I have been using the VP3 codec for the last few months to encode a single feed from a video camera. I now need to compress multiple camera feeds simultaneously using the VP3 codec (for Windows). Does anyone know if the codec would support multiple feed compression (i.e. get the inter/intra frame compression per feed right), or if I would need to make some changes? Regards Oliver ---
2002 Oct 29
3
Simple player and encoder binaries for Windows
--- Stephane wrote: VP3 codec uses a lot of CPU for decoding. We will need some optimization because now this codec is way too slow for home uses. --- end of quote --- Actually, the Windows VP3 QuickTime codec runs just fine on a 400MHz Pentium II box, with only occasional glitches on some dodgy Celeron systems. At work, we routinely test 320x240 full-color, full-motion video on low-end boxes.
2003 Mar 09
4
Proof of Concept
Hi, So it took a little while to get here but VP3 through ffmpeg is finally starting to achieve viewable results. It partially works right now. Keyframes only. And monochrome. Oh, and the picture is upside down (something I did not realize about VP3 until I let it fly just now). Anyway, here is a picture of ffmpeg's VP3 decoder in action using xine:
2003 Jun 13
1
theora bitstream spec
question for the crowd: In writing the bitstream spec, I need to decide how to name various fields. I can go with names equivalent or very similar to the existing C code, or I can go with a similar set of labels that are more intuitive. Many of the C variables are named in cryptic or confusing ways. Presently, I'm changing the names to be more descriptive whenever it seems to make sense,
2002 Oct 04
5
Theora support in ffdshow a ffvfw
Hi, I'm developing ffdshow and ffvfw codecs for Windows. You can read more about them at http://cutka.szm.sk and http://sourceforge.net/projects/ffdshow. Stéphane Bérubé asked me recently if I could implement Theora support. I knew about first Theora release, downloaded its sources and tested it. I liked the results add decided to support it. I implemented encoding functionality into ffvfw,
2002 Oct 18
3
Quicktime Vs Windows encoding with VP3
I found out about vp3 from the new winamp and coincidentally i also happen to be trying to find a suitable solution to broadband streaming. I have used flaskmpeg to create a 17mb .avi file from an 82mb Mpeg 1 file and it looks great it took about twenty minutes to encode. It runs for eight minutes and the audio is also fantastic using the lame encoder. However when I try to do the same in
2003 Apr 10
0
Review of Mpeg-4 & on2's vp3...
The site: http://www.techimo.com/articles/index.pl?photo=33&SID=12&tag=SNnb323 has a review & comparison of several mpeg-4 codecs, and they also include vp3. (Be warned, it's a very big web page, due to all of the image examples!) Not really all that informative, but I thought somebody might be interested in hearing about it. *** On2 VP3 3.2.5.0 Positive: extreme low bitrate
2004 Feb 01
2
Where's TrueCast5?
Supposedly On2 transferred their Video Recorder and TrueCast5 streaming server into opensource along with VP3. Theora is obviously the VP3 project, and while I can find nothing on Xiph about it, the recorder source is offered on vp3.com; but I can find nothing on Xiph or vp3.com about what happened to Truecast5. I contacted On2 about whether TrueCast5 was really going to be open source, and they