Tagged Questions

Ogg is a file extension primarily associated with 'Ogg Vorbis'. It is a free and open bitstream container format designed for streaming and manipulation.

learn more… | top users | synonyms

12
votes
2answers
10k views

ffmpeg settings for converting to mp4 and ogg for HTML5 video [closed]

Despite all the hype, in reality the HTML5 video tag has a bit of a problem. In order to use it and for it to be cross browser compatible, you have to include more than one format of the video. To ...
7
votes
4answers
3k views

Playing small sounds in Java game

For the computer game I'm making, I obviously want to play sound. So far, I've been using AudioClip to play WAV files. While this approach works fine, the WAV files tend to be gigantic. A few seconds ...
6
votes
2answers
4k views

.ogg video not playing in firefox

We're just getting started with html5 video, and cannot seem to get .ogg files to play in Firefox, any tips? Here is the source we are using: <video width="640" height="360" ...
5
votes
1answer
2k views

streaming audio with html5 `<audio>` tag

I am trying to stream audio on a site hosted by Dreamhost from a lecture series using the <audio> tag in html5, but without much success. The actual code is <audio id="playerTwo" ...
4
votes
2answers
215 views

LWJGL and Ogg/Mp3

I want to ask for resources on how to load ogg/mp3 files and play them using the OpenAL facilities in LWJGL. The problem is I want/need a pure java solution Would nice if necessary libs are in a ...
4
votes
3answers
2k views

Can FFmpeg be used as a library, instead of a standalone program?

I'd like to add video conversion capabilities to a program I'm writing. FFmpeg's command line interface for doing this is simply ffmpeg -i InputFile OutputFile, but is there a way to make use of it as ...
4
votes
1answer
4k views

How do you do true streaming with the video tag (i.e. not progressive download)? (html5)

I have I have cheap Apache PHP hosting. I have mp4 and or Ogg video file. I want to dinamicaly stream this video to users. And let that users see it thru html 5 video player. How do you do true ...
3
votes
1answer
169 views

Working with Ogg Vorbis C#

I have an ogg vorbis file and I have to do two operations with it: cutting a part of a file from one position to another merging another file with existing one How can I realize these two ...
3
votes
2answers
196 views

Html5 Video and Flash Approach

Looking into HTML5 video tag, and researching which browsers support which video file types, and my initial thought is things just got harder than just using flash. I am wondering if there is some ...
3
votes
3answers
897 views

Does the html5 audio tag encompass .mid (MIDI) unofficially?

It seems clear that officially the html5 audio tag is intended for use with the ogg format. Does the html5 audio tag encompass .mid (MIDI) unofficially?
3
votes
2answers
292 views

How do you play ogg files in Python in Linux?

Could someone provide a short code or pseudocode example of how to play ogg files in Python 2.7.1 or Python 3.1.3 in Linux (along with a list of any dependencies from the Synaptic Package Manager, or ...
3
votes
5answers
4k views

Using Ogg Vorbis in Flash/Flex applications

I am looking to use ogg vorbis, instead of mp3s to stream audio. It seems that Flash player does not natively support ogg. Is there a codec engine that can be embedded with the app itself that can ...
2
votes
1answer
88 views

Is there a way to decode Ogg audio data in Firefox (Audio Data API) without using the audio tags?

I get a stream of ogg encoded audio data from a server via WebSockets. I want to feed this stream to Mozilla's Audio Data API without using HTML5 audio tags. It is possible to write audio data but it ...
2
votes
1answer
79 views

Updating Android application. Small Update

I have a soundboard application that I occasionally update by adding more .ogg files. As of now the application is 8MB which is not a small application for the user. The problem I have is that when I ...
2
votes
2answers
400 views

How to serve OGG video to Firefox 3.6 and WEBM video to Firefox 4?

My code looks like this: <video> <source src="movie.webm" type="video/webm" /> <source src="movie.ogv" type="video/ogg" /> </video> or, like this: <video> ...
2
votes
1answer
232 views

FFMPEG conversion

I was looking at FFMPEG, and also specifically FFMPEG PHP, and found that FFMPEG PHP had all the features I needed for some other sections of my website, (such as images) however it lacked the ability ...
2
votes
3answers
2k views

Recommended Android music format - mp3, ogg or other?

I've been asked which format I need the music for my project in and, looking through the documentation, it seems that the Android platform offers a good choice. Audio is certainly not my forte so I'm ...
2
votes
1answer
259 views

Is there a way to tell the file size of an .ogg video before it is fully loaded?

I know one difference between ogg video and mp4 video is that ogg video doesn't have metadata describing the file size, so when an ogg video is loaded, the controls can't show the time remaining until ...
2
votes
2answers
363 views

Good MP3 or OGG Decoder written in C

Hey, I was looking for a good MP3 or OGG decoder that use the BSD license or public domain and that is also light-weight (something that comes with sources without the need of platform specific ...
2
votes
3answers
508 views

Play ogg inside a page?

I was pretty surprised when i saw http://www.vorbis.com/music/Hydrate-Kenny_Beltrey.ogg link not give me a download option but had a player that was not flash playing the audio back. (FireFox) Is ...
2
votes
4answers
658 views

Audio Video (ogg) Generation using Javascript

is it possible to generate/send video/audio using javascript ?? for example, see jspdf - http://jspdf.googlecode.com/svn/trunk/examples/basic.htm generate client side generated pdf file using base64 ...
1
vote
2answers
58 views

Java ID3 audio tags lib

I'm looking for a good libraries to edit .mp3 tags ID3v(22,23,24) (like author, title, track and this kind of stuff), write in java or clojure, any ideas ? There is some standard "de facto" in this ...
1
vote
3answers
74 views

Using .NET to detect .ogg file properties? Number of channels, bits per channel, sample rate?

Basically the title says it all, Does anyone know how to detect various .ogg file properties such as the number of channels, bits per channel, and the sample rate? I would like to do this without ...
1
vote
1answer
29 views

My converted .ogv (html5) video is downloaded in several requests not a single request, what is causing this?

I am seeing, in firebug, that my .ogv video(770KB) is being downloaded in several partial content requests while if I replace this with another video(1.7 MB) that I got from somewhere else then this ...
1
vote
1answer
72 views

Sequentially concatenate multiple ogg vorbis files into a single file with .NET?

Assuming I have multiple .ogg files which I need to combine sequentially into a single file, can anyone recommend a library or some code for doing so using .NET? Also assume they all have the same ...
1
vote
2answers
45 views

Cross browser OGG audio

I have to play an ogg audio file in the background when the user hits a "Music On" button. Currently the page uses an AUDIO tag, and it works in Firefox, but not in IE (confirmed by this table). Is ...
1
vote
2answers
51 views

Playing raw PCM held in an array with GStreamer

I am working in C++ with ogg/vorbis I have an array with raw PCM data decoded from a vorbis file (.ogg). The .ogg file has been decoded using libvorbis using vorbis_synthesis_pcmout. This fills a ...
1
vote
1answer
35 views

How do I compile Alure with OGG support in Windows?

In Linux, it was cake. I simply ran make, and the OGG libraries were already installed in the right place and everything. I can play OGG files with Alure in Linux no problem. Now, I am working on the ...
1
vote
1answer
116 views

Ogg to Riff/Wave encoding with acm

My task is to record wave file, convert it to ogg and pack it to the riff container. First two parts were done, but I have problems with the third part. I've found a source code which can solve my ...
1
vote
1answer
75 views

HTML5 video: How many video formats should I support?

I'm developing a site where users can upload their videos. I'm trying to go the "best practices" route and support playing back these videos using the <video> element, however it seems that ...
1
vote
1answer
58 views

How to process mp3s in a commercial application without paying outrageous license fees

I have an application that uses a version of sox compiled with lame for mp3 support. The application won't generate enough revenue to justify the $15000 a year minimum license fee for mp3 processing. ...
1
vote
1answer
865 views

Video file .ogv plays locally in Firefox, but not from server

I'm not having any problems playing this video in Chrome, Safari or Opera. When I try to play it in Firefox, I get a grey box with no video. Here is my code: <video width="640" ...
1
vote
1answer
624 views

can not play ogg on android

does somenone knows what this means? the ogg is played with phonegap`s Meda, which uses MediaPlayer 05-26 15:41:50.007 1160 3631 E AudioFlinger: no more track names available 05-26 15:41:50.007 ...
1
vote
1answer
471 views

How to convert iphone's caf to ogg on ubuntu

i really need your support to solve that problem: We developed an iOS application that sends a sound file to our server and then, we share this audio. The problem is we didnt find any solution to ...
1
vote
1answer
436 views

Safari won't play <audio> if .ogg file is first in the list?

I have an audio object with two sources, in M4A and OGG formats. The code is as follows: <audio id="audio1" controls="controls" preload="none"> <source src="music.m4a" /> <source ...
1
vote
0answers
76 views

Java API to Split Oggs

I'm looking for a Java API to split Ogg vorbis files. JCraft seems good for playing oggs; seems like there should be a good way to utilize that to split them, but I don't see any documentation on the ...
1
vote
0answers
347 views

Firefox loads and plays same .ogv file twice concurrently when with 'autoplay'

I have an ogg vorbis file set up with the HTML5 <audio> tag. The file is requested twice by Firefox (3.6.13), but with the 'autoplay' option both of the requested files play. When I pause, one ...
1
vote
1answer
282 views

< video > with h264/ogg/webm and flash with h264 fallback, or just < video > with h264 and flash with h264 fallback?

This excellent article explains how to do fully compatible video on the web. http://diveintohtml5.ep.io/video.html However, I'm bothered that it requires the video to be encoded and stored three ...
1
vote
0answers
451 views

OGG Vorbis in iPhone sdk

i wont to know if it's possible to play ogg vorbis audio file with iphone sdk or if exist a library or a framework that allow this. I've read something about OpenAl but i don't find any tutorial... ...
1
vote
1answer
92 views

Exist some lib to play ogg songs with speed changed?

I'm doing a application in Ruby/SDL to run only on Windows and I need to play OGG files (or some thing similar, like MP3) with speed changed, where I can specify how much faster or slower the song ...
1
vote
1answer
103 views

Relative merits of encoding video with H.264 vs Ogg

What are the technical merits of using H.264 vs. Ogg for encoding video? Feel free, also, to chime in on business/user advantages (e.g., penetration) -- assuming the responses remain on topic. ...
1
vote
0answers
420 views

Android: Ogg Files Not Looping while set as Ringtone

I am developing a SoundBoard application. From my application when I set any ogg file as default ringtone. They stop playing once while ringing. I tried Adding ANDROID_LOOP metadata set to true. But ...
1
vote
1answer
41 views

Advice - How To Start Converting Video / Audio

I have been using C++ for the last five years now. During this time, I never had to work with audio nor video files. One thing I want to write is an application that will take a AVI/MPEG file and ...
1
vote
1answer
325 views

Best way to stream mp3

I need to organize mp3-streaming from my machine to the rest of the world. People advised me to use MPD with Icecast2 as frontend. Everything is ok except one thing — music is being streamed as Ogg ...
1
vote
2answers
182 views

Get length of ogg theora video

I'm currently playing around with libtheoradec but I cannot find an easy way of finding out the playing time of an ogg theora file. There are several examples in the libtheoradec distribution but none ...
1
vote
1answer
302 views

Using finch first time. How to play mp3,ogg or other formats (wav files to big)?

My *.wav's work as expected. But wav files are to big, so I want to play *.mp3 or *.ogg but it doesn't work. I use this lines of code found in the finch Demo project engine = [[Finch alloc] init]; ...
1
vote
2answers
215 views

PHP: Class to parse OGG and .ogv files?

I am looking for a php class that can parse ogg and .ogv files so that I can get some of the metadata out of the files, such as comments, bitrate, length, etc. I have found this: ...
1
vote
2answers
981 views

Playing video (OGG Theora) in a C# WinForms application?

I'm looking for a GPL-compatible solution for playing a video file in a Windows Forms control, specifically with the OGG Theora codec? I was looking into using the VLC player library. A Google ...
1
vote
2answers
598 views

Best library for audio file meta data?

I am looking for a library to read meta data from compressed and uncompressed audio files (i.e. mp3, ogg, etc.). In the past I have used libvorbis and id3lib, but I'm wondering if there are better ...
0
votes
0answers
23 views

Play ogg stream with android MediaPlayer

My app plays an OGG stream via http using the MediaPlayer class in android. The ogg stream plays fine on my own device (HTC desire (v2.2.2 with HTC sense)), but many of my users are complaining as i ...

1 2