Main > Free Download Search >

Free ogg vorbis software for windows

ogg vorbis

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1436
Ogg Vorbis 1.1.0

Ogg Vorbis 1.1.0


Official codec for Vorbis OGG audio format - Win32 Binaries and Vorbis library pack more>>
Ogg Vorbis is a new audio compression format. It is roughly comparable to other formats used to store and play digital music, such as MP3, VQF, AAC, and other digital audio formats.
It is different from these other formats because it is completely free, open, and unpatented.
<<less
Download (1.2MB)
Added: 2004-09-23 License: Freeware Price:
1872 downloads
RSP OGG Vorbis Encode OCX 1.7.0

RSP OGG Vorbis Encode OCX 1.7.0


ActiveX OCX to encode wav files to OGG Vorbis format more>>
ActiveX OCX to encode wav files to OGG Vorbis format RSP OGG Vorbis Encode OCX was designed to be an ActiveX control component that will encode wav files to OGG Vorbis format.
Main features:
- Ability to encode wav to OGG Vorbis format
- The encode process occurs in an out-of-process environment , so , the control can have all the control over the process running
- The speed execution is faster than similar encoder tools
- Ability to pause , resume and cancel the encode execution
<<less
Download (262KB)
Added: 2007-10-07 License: Freeware Price:
755 downloads
Shedko Ogg Vorbis Propertysheet 1.0

Shedko Ogg Vorbis Propertysheet 1.0


Adds new sheet to dialog of properties of ogg-files in Explorer. more>>
Shedko Ogg Vorbis Propertysheet 1.0 is an application doing the task of adding new sheet to dialog of properties of ogg-files in Explorer. With help of this page you can view and edit ogg-tags. Furthermore, it is a freeware.
<<less
Download (256KB)
Added: 2009-04-26 License: Freeware Price: FREE
13 downloads
Ogg Vorbis encoder for Windows 1.0 RC2

Ogg Vorbis encoder for Windows 1.0 RC2


Create Ogg Vorbis files (.ogg) out of wave format audio (.wav) or MP3 (.mp3) audio files. more>>

Ogg Vorbis encoder for Windows 1.0 RC2 is an application to make Ogg Vorbis files (.ogg) out of wave format audio (.wav) or MP3 (.mp3) audio files. It applies professional audio encoding and streaming technology with the benefits of Open Source. The encoder is a command line tool and isn't yet fully featured. (command = "oggenc input.wav -o output.ogg").

<<less
Download (170.7KB)
Added: 2000-08-26 License: Freeware Price:
1413 downloads
DirectShow Filters for Ogg Vorbis, Speex, Theora and FLAC 0.72.1838 beta

DirectShow Filters for Ogg Vorbis, Speex, Theora and FLAC 0.72.1838 beta


DirectShow Filters allows you to play Ogg Vorbis, Ogg Speex, Ogg Theora and Ogg FLAC with Media Player more>>
This package allows you to play Ogg Vorbis, Ogg Theora, Ogg Speex and Ogg FLAC with Media Player or any other DirectShow application like BSPlayer, Foobar2000...
The aim of this project is to provide the most complete implementation of the xiph.org codecs for Windows and Directshow. This includes decoders and encoders for all the xiph.org formats as well as annodex. It is released under a BSD license, so they can be used by both open-source and commercial applications.
Besides the directshow filters which many people are familiar with. The source distribution also contains many useful tools, for debugging and validating ogg files, which build on multiple platforms. There is also a .NET media player class which can basically provide an "instant" media player in any .NET application, as well as an early implementation of an apache2 module which can provide server side seeking (currently only of annodex files, but soon also ogg files)
Installation
Uninstall any previous version of these filters.(This is important!)
Go to add remove programs, remove oggcodecs
Make sure media player or any directshow applications are closed.
Run the installer.
<<less
Download (1.36MB)
Added: 2007-04-02 License: Freeware Price:
953 downloads
Ogg-Vorbis 1.1 encoder 1.1

Ogg-Vorbis 1.1 encoder 1.1


Ogg Vorbis is a completely open, patent-free, professional audio encoding and streaming technology with all the benefits of Open Source. This encoder allows to rip CD tracks to Ogg-Vorbis 1.1 files using the Winamp 5 built-in CD ripper (free or pro editions). Resultant files are adjustable through a quality setting (-1.00 to 10.00), although an estimated average bitrate is displayed for information. more>> <<less
Download (313.6Kb)
Added: 2009-03-15 License: Freeware Price: Free
147 downloads
 
Other version of Ogg-Vorbis 1.1 encoder
Ogg-Vorbis 1.1 encoder 1.1Michael Facquet - Encoder to convert CD tracks to Ogg-Vorbis 1.1 files using Winamp 5. Ogg-Vorbis 1.1 encoder. Ogg
License:Freeware
Download (313KB)
845 downloads
Added: 2007-11-26
WinVorbis 1.57

WinVorbis 1.57


Ogg Vorbis comment editor, encoder & decoder. more>> Ogg Vorbis comment editor, encoder & decoder. WinVorbis makes it easy to encode, enter and maintain tags for a whole CD. Features include: filename scanning; file rename templates; re-encode without loosing comments; alphabetical case conversion; UTF-8 unicode compliant; Replay Gain support; drag & drop from Windows; supports encoding from WAV, RAW, AIF, APE.<<less
Download (1004KB)
Added: 2003-12-30 License: Freeware Price:
2440 downloads
VorbisSPI 1.0.3

VorbisSPI 1.0.3


Java Service Provider Interface that adds OGG Vorbis audio format more>> VorbisSPI is a Java Service Provider Interface that adds OGG Vorbis audio format support to Java platform. It supports icecast streaming. It is based on JOrbis Java libraries.
VorbisSPI works nice for local ogg files but streaming support is partially implemented.Vorbis SPI needs JOrbis 0.0.8 (100% Java Ogg Vorbis decoder library). Obviously, JOrbis is not real OO so you will see that VorbisSPI source code is a mess and needs to be optimized.
Vorbis SPI also uses some useful Tritonus classes included in their MpegAudioSPI.
WAV/AU SPI conflict bug fixed.AudioInputStream.available() bug fixed.Custom information available through AudioFileFormat.getType() workaround :
VORBISxNominalBitRateInBpsxLengthInMilliSeconds (e.g. VORBISx128000x282267)
Note that this workaround will be removed in VorbisSPI 1.0. Another workaround
to pass extra parameters (Ogg comments, Bitrates, ... ) will be available and
compliant with JDK 1.5
Design improved :
tritonus_share.jar included (old Tritonus classes removed).
TDebug class used for debugging traces.
(Use -Dtritonus.TraceAudioFileReader=true to enable traces)
jUnit classes included.
JOrbis 0.0.14 included.
File handle lock bug fixed.
SPI compatibility bug fix.
<<less
Download (248KB)
Added: 2008-06-24 License: Freeware Price: Free
488 downloads
Ogg-Vorbis Encoder for Winamp 5 1.1

Ogg-Vorbis Encoder for Winamp 5 1.1


This encoder allows to rip CD tracks to Ogg-Vorbis 1.1 files using the Winamp 5 built-in CD ripper (free or pro editions) more>> This encoder allows to rip CD tracks to Ogg-Vorbis 1.1 files using the Winamp 5 built-in CD ripper (free or pro editions)

Ogg Vorbis is a completely open, patent-free, professional audio encoding and streaming technology with all the benefits of Open Source.
Its currently one of the best candidate to "mp3 successor", and its wide increasing support illustrates its qualities and popularity.
This encoder allows to rip CD tracks to Ogg-Vorbis 1.1 files using the Winamp 5 built-in CD ripper (free or pro editions). Resultant files are adjustable through a quality setting (-1.00 to 10.00), although an estimated average bitrate is displayed for information.
Ogg-Vorbis files can be natively played by Winamp.
The Ogg-Vorbis Encoder setup program is bundled with two versions of the encoder: the stable 1.1 and the experimental Archer B10.
Enhancements:
- Changed the "Estimated bitrate" user interface string to "Nominal bitrate", which is technically-speaking more accurate
- Fixed bad URL to the Vorbis project webpage (shame on me!)
- Turned copyrights information into hypertext links
- Merged the two installers (v1.1 & Archer) into a single one, with the ability for the user to choose one at installation time
- Added SSE processor detection in the setup program, preventing the user to install a version which wouldnt work on his computer

<<less
Download (313KB)
Added: 2008-10-01 License: Freeware Price: FREE
414 downloads
OggCarton for Windows 1.0 Beta

OggCarton for Windows 1.0 Beta


CD ripper, database, and web server for Ogg Vorbis and MP3 Files more>>
OggCarton is a free, open source, home jukebox system that rips, indexes, and manages playlists for Ogg Vorbis music files.
Includes a web server for playing files on your home network. Compatible with existing MP3 files.
<<less
Download (1.36MB)
Added: 2003-05-21 License: Freeware Price:
2347 downloads
Ogg-Vorbis Encoder 1.1 for the Winamp 5

Ogg-Vorbis Encoder 1.1 for the Winamp 5


This encoder allows to rip CD tracks to Ogg-Vorbis 1.1 files using the Winamp 5 built-in CD ripper (free or pro editions) more>>
Ogg Vorbis is a completely open, patent-free, professional audio encoding and streaming technology with all the benefits of Open Source.
It?s currently one of the best candidate to ?mp3 successor?, and its wide increasing support illustrates its qualities and popularity.
This encoder allows to rip CD tracks to Ogg-Vorbis 1.1 files using the Winamp 5 built-in CD ripper (free or pro editions). Resultant files are adjustable through a quality setting (-1.00 to 10.00), although an estimated average bitrate is displayed for information.
Ogg-Vorbis files can be natively played by Winamp.
The Ogg-Vorbis Encoder setup program is bundled with two versions of the encoder: the stable 1.1 and the experimental Archer B10.
Enhancements:
- Changed the "Estimated bitrate" user interface string to "Nominal bitrate", which is technically-speaking more accurate
- Fixed bad URL to the Vorbis project webpage (shame on me!)
- Turned copyrights information into hypertext links
- Merged the two installers (v1.1 & Archer) into a single one, with the ability for the user to choose one at installation time
- Added SSE processor detection in the setup program, preventing the user to install a version which wouldn?t work on his computer
<<less
Download (313KB)
Added: 2005-07-31 License: Freeware Price:
1558 downloads
Vorbis Ogg DSF 0.9.9.5

Vorbis Ogg DSF 0.9.9.5


OGG DirectShow Filter more>>
I started this project because I wanted to use the excellent Ogg Vorbis audio encoder for videos .
The first approach was trying to write an ACM driver but due to the AVI architecture it was nearly impossible to get audio and video in sync. Afterwards I tried it the other way round i.e. instead of embedding Vorbis in AVI embed a video stream into ogg
Features:
- Ogg Splitter (splits Ogg files into the different Ogg streams)
- Ogg Multiplexer (does the mupltiplexing of several Ogg streams into a file)
- Vorbis Encoder (encodes PCM audio to vorbis. CBR and VBR modes)
- Vorbis Decoder (decodes vorbis audio to PCM or IEEE float)
Enhancements:
- Changed everything to Unicode(tm) to ensure that other languages are handled correctly.
- Support for Vorbisgain tags
- The OggSplitter supports now the IAMMediaContent interface to pass some tags like "TITLE" a.s.o. to the player.
- The tray icon shows now also the title instead of "Ogg DSF"
<<less
Download (464KB)
Added: 2004-02-13 License: Freeware Price:
2142 downloads
Vorbis Ogg ACM Codec 1.0

Vorbis Ogg ACM Codec 1.0


Vorbis Ogg ACM Codec - A new audio compression format more>>
Ogg Vorbis is a new audio compression format.
It is roughly comparable to other formats used to store and play digital music, such as MP3, VQF, AAC, and other digital audio formats.
It is different from these other formats because it is completely free, open, and unpatented.
Install Notice
Right-click on vorbisacm.inf and select Install
<<less
Download (123KB)
Added: 2003-07-02 License: Freeware Price:
1316 downloads
 
Other version of Vorbis Ogg ACM Codec
Vorbis Ogg ACM Codec 1.0Vorbis Ogg ACM Codec is designed to be a new yet very effective and useful ...Vorbis Ogg ACM Codec 1.0 is designed to be a new yet very effective and useful
License:Freeware
Download (123KB)
downloads
Added: 2009-10-08
Ogg Media Creator 1.2.0.0

Ogg Media Creator 1.2.0.0


Ogg Media Creator can transform Wave files into Vorbis, Flac and Speex formats more>>
Ogg Media Creator can transform Wave files into Vorbis, Flac and Speex formats.
Ogg Media Creator is presented in the form of a wizard that guides the users every step and is very easy to use.
Internally, it utilizes the command-line encoders from the Xiph.org foundation.
Ogg Media Creator also provides an automatically-tagging module that allows you to get the tag from the filename.
Conversions:
- Wave to OGG Vorbis
- OGG Vorbis to Wave
- Wave to Flac
- Flac t Wave
- Wave to Speex
- Speex to Wave
<<less
Download (941KB)
Added: 2007-03-15 License: Freeware Price:
958 downloads
Blazing Radio 1

Blazing Radio 1


A Fast Streaming Radio Software more>>

Blazing Radio 1 is yet another excellent tool for you to use. It is actually a fast streaming radio that uses a separate dynamic files to stream servers in a 'blazing' speed and can be recorded too...

Major Features:

  1. General features:
    • It's easy to use
    • It has a huge database of radio stations
    • It has a nice visualization
    • You can easily record what you're listening to
    • You can hide it in the system tray
    • You can play back on multiple soundcards
    • Can adjust sound with 9 band equalizer
    • Get updates fully through the program without downloading any
    • Completely free!
  2. Supported Stream Types
    • Shoutcast and Icecast MP3 Streaming
    • Icecast OGG Vorbis Streaming
    • WMA Streaming
    • AAC Streaming
    • AC3 Streaming
  3. Recording Features
    • Recording buffer: Record What you hear
    • Or record the whole song if the playlist changes automatically
    • Direct MP3 Audio stream saving, no loss of quality!
    • Direct OGG Vorbis stream saving, no loss of quality!
    • Or encode OGG Vorbis as MP3 using Lame
    • Encode WMA or AAC to MP3 using Lame

Requirements: no special requirements.

WareSeeker Editor
<<less
Download (3.1MB)
Added: 2009-05-29 License: Freeware Price:
10 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5