Displaying 20 results from an estimated 3000 matches similar to: "archive of legacy oggenc/oggenc2 encoders for windows?"
2009 Aug 06
1
archive of legacy oggenc/oggenc2 encoders for windows?
For what its worth, there are archives of prebuilt ffmpeg version of ogg.
http://ffmpeg.arrozcru.org/builds/ <http://ffmpeg.arrozcru.org/builds/>
On Wed, Aug 5, 2009 at 6:58 PM, Ralph Giles <giles at xiph.org> wrote:
> On Wed, Aug 5, 2009 at 8:11 AM, Ethan Bordeaux<ethan.bordeaux at gmail.com>
> wrote:
>
> > Hi, I was wondering if there's anywhere I could find
2009 Aug 06
2
archive of legacy oggenc/oggenc2 encoders for windows?
Interesting - is there any easy way to tie each of these builds to a windows
application? I'm really not so familiar with how to do those types of
things - didn't even know what DSF was until a few minutes ago!
Ethan
On Thu, Aug 6, 2009 at 12:13 AM, Silvia Pfeiffer
<silvia at silvia-pfeiffer.de>wrote:
> All old builds of the DS filters are at
>
2009 Aug 07
1
archive of legacy oggenc/oggenc2 encoders for windows?
Thanks for all the info - I was able to find exactly what I was looking for
here:
http://codecs.ex-sounds.net/ogg/vorbis/oggenc/
As for what I'm up to, I have a memory-limited port of the Tremor Vorbis
decoder that I want to test on some older vorbis encoders for backwards
compatibility purposes. Nothing too nefarious. ;)
On Thu, Aug 6, 2009 at 8:59 PM, Silvia Pfeiffer
<silvia at
2009 Aug 07
0
archive of legacy oggenc/oggenc2 encoders for windows?
I think if you are only interested in applications, your best bet for
theora encoders is probably ffmpeg2theora, which I believe was used
for most encoding tasks in past years. Note that it uses libtheora
directly, while plain ffmpeg has its own theora encoder. The Theora
files that ffmpeg used to create until recently were not of great
quality, so I hope there aren't that many of those files
2009 Apr 26
3
What is OggPCM
uans <engineering at wwrn.net> wrote:
> I was looking at the wiki's sites and I came across some to the effect
> of OggOCM. Is this already implemented in Ogg. How can I get some more
> information on how to access it.
I don't believe anyone has yet implemented it.
Regards,
Martin
--
Martin J Leese
E-mail: martin.leese stanfordalumni.org
Web:
2011 Apr 23
1
Windows Encoder
Hi at Vorbis
I've downloaded the following:
a.. Windows 32/64-bit Installer: opencodecs_0.85.17777.exe 2,53MB, containing 30 files. Could you tell me which one do you click on to start the encoder?
Yours Sincerely
Stephen Robinson
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2010 Jul 20
1
OpenCodecs release 0.84.17338
OpenCodecs release 0.84.17338
-----------------------------
OpenCodecs is a set of DirectShow filters for playing Ogg Vorbis, Speex,
Theora, FLAC, and WebM files in Windows Media Player and other players.
This release added WebM support (using versioned snapshots provided
by The WebM Project), which determined the change of project's name
from "Ogg Codecs" to "Open
2010 Jul 20
1
OpenCodecs release 0.84.17338
OpenCodecs release 0.84.17338
-----------------------------
OpenCodecs is a set of DirectShow filters for playing Ogg Vorbis, Speex,
Theora, FLAC, and WebM files in Windows Media Player and other players.
This release added WebM support (using versioned snapshots provided
by The WebM Project), which determined the change of project's name
from "Ogg Codecs" to "Open
2010 Jul 20
1
OpenCodecs release 0.84.17338
OpenCodecs release 0.84.17338
-----------------------------
OpenCodecs is a set of DirectShow filters for playing Ogg Vorbis, Speex,
Theora, FLAC, and WebM files in Windows Media Player and other players.
This release added WebM support (using versioned snapshots provided
by The WebM Project), which determined the change of project's name
from "Ogg Codecs" to "Open
2010 Sep 04
9
I think vorbis codec group have a new target
I compared quicktime aac and vorbis,i think quicktime aac is better than
vorbis at 80Kbps.
please tell me if i'm wrong.
using command:
qtaacenc.exe --tvbr 31 --highest --samplerate keep test.wav qt.m4a
oggenc2.exe --raw -q 1.6 test.wav -o vorbis.ogg
the version:
qtaacenc version 20100725 with QuickTime 7.6.7
OggEnc v2.87 (libvorbis 1.3.1)
links:
2008 Jun 30
1
building theora for windows
Hi,
I?m trying to build a static theora library for windows from sources with
Visual Studio Express.
Building the ogg-library was a piece of cake, but after converting the
project-files for theora, I still get numerous errors, such as:
fatal error C1083: Datei (Quelle) kann nicht ge?ffnet werden:
"..\..\..\lib\dec\x86_vc\x86state.c": No such file or directory mmxstate.c
Probably
2009 Dec 13
2
Reading framerate, height, width from Theora file
I'd like to get basic information about a Theora file using C# .NET. How can
I get started on this?
I know there's oggz-info and other utilities, but I'd like to do this
straight from in .NET. What's the documentation page to find more on this?
Can I just read the first x bytes of the video corresponding to each field?
I found this page which I think is what I need, but I'm
2004 Dec 28
5
bitrate limits don't work with -q settings?
I'm sorry if this question has been asked before; I've looked through
the archives and haven't seen anything.
The problem I'm seeing is that oggenc's VBR encoding doesn't seem to pay
attention to any sort of bitrate limitation, either the -m or
bitrate_hard_min settings. It isn't that it temporarily dips below the
minimum; the average for the whole (in this case,
2013 Jul 09
2
Pre-compiled OS X binaries?
From: bumblebritches57 at gmail.com (Marcus Johnson)
Date: Mon, 10 Jun 2013 10:03:52 -0400
Subject: [flac-dev] (no subject)
Message-ID: <CAFWGNQW0aa6+dGzdSk120PWcTMv+vjPjmsVQmT-p4NN2N9kjVw at mail.gmail.com>
Are there precompiled binaries for OS X? if not I could provide them.
***
From: john.edwards33 at ntlworld.com (John Edwards)
Date: Mon, 10 Jun 2013 15:06:39 +0100
Subject: [flac-dev]
2006 Aug 18
6
Ogg Player Code
Hello,
In one of my recent assignments, I was asked to develop a ogg player.
I am not able to find the right repository of the source code. There are few repositories on vorbis but I am not clear which one is the right one for Windows environment.
If somebody has successfully compiled any ogg player ever, his ideas will be helpful to me.
In one of the code set, I was able to compile the
2004 Aug 01
3
Binaries for Visual Studio.NET?
I apologize for what's surely a common question, but the Xiph
archive-searcher seems broken, and all my other searches have come up
dry. Anyway, my question is:
Are there any Theora binaries available for Visual Studio.NET?
Alternatively, how do I build Theora using Visual Studio.NET? I tried
using "\win32\theora_static.dsp", but VS.NET claimed it was corrupt
and couldn't
2010 Mar 07
1
Bordeaux 2.0.0 Beta 2 for Mac Released
The Bordeaux Technology Group released Bordeaux 2.0.0 Beta 2 for Mac today. Bordeaux 2.0.0 Beta 2 marks major progress over the older Beta 1 release. With this release we now support Leopard and Snow Leopard. We have improved support for Microsoft Office 2007 (Word, Excel and PowerPoint) and preliminary support for Internet Explorer 7 in this release, there has also been many small bug fixes and
2013 Jul 12
1
Pre-compiled OS X binaries?
Stephen F. Booth, the author of a number of audio progs for OS X (sbooth.org), is a subscriber to this list too and he might be able to provide an OS X build of FLAC 1.3.0.
However, I can understand the Xiph policy of only supplying officially blessed versions compiled by themselves. I guess we'll have to wait for 1.3.1...
Michael
On 9 Jul 2013, at 13:50, John Edwards <john.edwards33 at
2013 Sep 22
2
GCC generates slow code for IA32
I measured encoding speed of 24-bit WAV files. It turns out that 32-bit
encoder made by GCC is ~1.7x times slower than 32-bit encoder made by MSVS.
It seems that GCC creates inefficient code for 32bit * 32bit -> 64bit multiplication
for 32-bit architecture. This problem affects FLAC__lpc_compute_residual_from_qlp_coefficients_wide() and FLAC__lpc_restore_signal_wide() functions.
Is there any
2010 May 16
2
Oggcodecs release 0.83.17220
Oggcodecs release 0.83.17220
----------------------------
Oggcodecs is a set of DirectShow filters for playing Ogg Vorbis, Speex,
Theora and FLAC files in Windows Media Player and other players.
This release has improved file and networking support, offered by
default DirectShow filters. More bug fixes, particularly to Theora and
FLAC, and updates for Internet Explorer's HTML5