Displaying 20 results from an estimated 6000 matches similar to: "Can't find the setup code"
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 Jul 17
3
More introductions
--- "Tabuleiro" wrote:
Hi, guys. I was working with the VP3 code, planning to integrate it with Ogg
for a self-contained solution for video playback, platform independant, no
installation required, no QT, no AVI runtimes. My main interest is CD-based
work using local files and portability/performance, not really into
streaming or anything fancy (network error correction, prediction,
2002 Oct 11
5
Changing video quality during encoding
I don't know how to change a video quality on the fly - I want to provide a slider with a preview window, so user could see the result immediately in this window. I tried to send ICM_COMPRESS_FRAMES_INFO to encoder or calling ICSetState() - with no success however. Am I doing something wrong ? How can I set 'lDataRate', 'dwRate', 'dwScale' parameters ? I tried every
2002 Sep 27
2
Using Theora Micro-HOWTO
Okay, thanks to some stubbornness on my part and helpfulness on the part
of people on this mailing list, I got the Ogg Theora alpha compiled up
and installed and running.
Yesterday, I went to the Prelinger archives (the public-domain video
archive at www.archive.com) to find a high-quality original to re-encode
as a test. The encoder worked just fine, and playback as well, and I thought
I'd
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.
2001 Dec 07
8
acm codec
does there exist anywhere a useful source version of an ACM for vorbis
audio? I've seen the binary one somewhere in Japan, and there's an
abandoned project at SourceForge, but I'm having a helluva time building
it.
I know all the caveats about CBR vs. VBR, ACM/AVI problems etc. but I need
it anyway.
Thanks in advance -
___ Dan Miller
(++,) Founder, CTO, On2.com
--- >8 ----
2002 Jul 17
1
Introduction, questions
First, an introduction: I work in a group that makes educational software. In the coming months, we're planning to release our entire Mac/Windows runtime under the GPL. We currently encode our audio with MP3 and our video with VP3. For playback, we rely on QuickTime 5 on MacOS and Windows.
In the short run, we'd like to help maintain the VP3 QuickTime codecs, preferably without
2002 Oct 22
1
compglobals.c
pls let me know if/when you have theora compiling & running on Windows.
-----Original Message-----
From: Tabuleiro [mailto:beta@tabuleiro.com]
Sent: Tue 10/22/2002 3:13 PM
To: theora-dev@xiph.org
Cc:
Subject: [theora-dev] compglobals.c
I believe this file is no longer used and contains functions that are no
2002 Sep 02
2
Installing vp31vfw.dll - how?
Hello,
We put the DirectShow filters on hold till the release of our software
(next week) and will integrate it into the first patch. Till then, our
customers will ahve to live with a VP31 vfw hack.
Now, my problem is that I need to integrate the vp31vfw.dll setup into a
MSI file, because spawning another installer is not exactly an option.
Can anyone post a list of complete registry keys that
2003 Feb 13
5
Ogg MIME types scheme
Hello everybody,
I hope to finish this MIME types discussion with these conclusions -
it's taken enough bandwidth on these lists :). So here's a generic MIME
types scheme that we all seem to be able to agree on and all that is
needed for the moment.
---
1) Ogg encapsulated files:
Any data that is encapsulated in an Ogg container will us the MIME type:
application/ogg
(as already
2003 Feb 13
5
Ogg MIME types scheme
Hello everybody,
I hope to finish this MIME types discussion with these conclusions -
it's taken enough bandwidth on these lists :). So here's a generic MIME
types scheme that we all seem to be able to agree on and all that is
needed for the moment.
---
1) Ogg encapsulated files:
Any data that is encapsulated in an Ogg container will us the MIME type:
application/ogg
(as already
2003 Feb 13
5
Ogg MIME types scheme
Hello everybody,
I hope to finish this MIME types discussion with these conclusions -
it's taken enough bandwidth on these lists :). So here's a generic MIME
types scheme that we all seem to be able to agree on and all that is
needed for the moment.
---
1) Ogg encapsulated files:
Any data that is encapsulated in an Ogg container will us the MIME type:
application/ogg
(as already
2003 May 07
2
VP30
Hi,
Can anyone tell me the significant differences between VP30 and
VP31 (or are you allowed to)? Are there different token and quantizer
tables? Are there algorithmic differences? I have a VP30-encoded file that
plays with the VP3 VfW DLL but not with the open source decoder.
Thanks...
--
-Mike Melanson
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project
2003 Jun 11
5
question about ogg mapping
Question: is it permissible to put more than one frame packet into a page? At 30 fps, Ogg page overhead is on the order of 8 - 10 kbits/sec. At low datarates, this is going to be unacceptable.
If I shove a few frames into a page, how does this affect the granulepos stuff?
___ Dan Miller
(++,) Founder, On2 Technologies
<p>--- >8 ----
List archives: http://www.xiph.org/archives/
2002 Aug 20
5
Using the VP3 ENCODER in a DIRECTSHOW GRAPH wit defined quality and BANDWIDTH - HOW?
Hello,
Due to some licensing changes (and because I actually want to promote
this, too) I want to replace our usage of Intel Indeo 5 with VP3 in a
video conferencing pplication we are just developing (check:
http://www.stnadby24.no/ for infos (english language) on the
application).
My problem is this: I need to define at least the bandwidth. I am
feeding full frames from the camera with a given
2003 May 24
5
Win32 experimental player/encoder
it appears your encoder/player do not yet reflece the changes rillian introduced wrt theora headers, which have been split into three parts -- header proper, comment, and tables (see toplevel.c).
It's strange that your code works at all linked against the new libs; presumably since the tables still have the hard-coded values, if you encode & decode from the same lib compile you won't
2002 Sep 16
2
AW: Keyframe seeking in Ogg and spec
Hi all,
> One problem I see with your proposed implementation is that it does
not
> specify how audio and video would be synchronized, since there are no
> absolute time stamps for the video frames. So it is difficult to
account
> for
> audio latency on different systems, much like when you play an AVI
file.
> Ideally it would be wonderful to have timestamps that could be used
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
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
2002 Oct 14
1
timeline
good question. I would think beta means the bitstream is more or less stable. Monty?
>If June is the goal for public release, is the second milestone the
first beta/rc1? Guess what I'm asking is, whats a good estimate for
when the codec will be frozen as far as backwards compatability..
-----Original Message-----
From: Arc [mailto:arc@indymedia.org]
Sent: