Questions tagged [ogg]

Ogg is free and open bitstream container format designed for streaming and manipulation of audio, video, and other media.

Ogg is a free, open standard container format maintained by the Xiph.Org Foundation. The creators of the Ogg format state that it is unrestricted by software patents and is designed to provide for efficient streaming and manipulation of high quality digital multimedia. -Wikipedia

484 questions
61
votes
1 answer

ffmpeg settings for converting to mp4 and ogg for HTML5 video

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 target all supported browsers these formats are mp4…
betamax
  • 11,591
  • 9
  • 34
  • 55
47
votes
3 answers

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 a library, so I can do something like…
user123003
35
votes
4 answers

converting .wav file to .ogg in javascript

I'm trying to capture user's audio input from the browser. I have done it with WAV but the files are really big. A friend of mine told me that OGG files are much smaller. Does anyone knows how to convert WAV to OGG? I also have the raw data buffer,…
himura
  • 1,436
  • 3
  • 18
  • 29
33
votes
3 answers

Do I need both WebM and ogv formats when using HTML5 video?

From videojs.com's documentation, I had the impression that I needed to include both ogv and webm file formats (in addition to mp4). Then I read http://www.htmlgoodies.com/html5/client/how-to-embed-video-using-html5.html#fbid=erNepglDbZl, from…
nitech
  • 1,792
  • 2
  • 20
  • 33
30
votes
4 answers

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 wondering if there's a specific format that is…
Rok
  • 2,498
  • 4
  • 24
  • 27
18
votes
1 answer

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:
Pippa
  • 241
  • 2
  • 4
  • 8
18
votes
2 answers

Playing an ogg stream in iOS

Has anyone played an ogg stream from iOS? What can I use without having to write my own decoder? I'm using Apple's AVPlayer to play the stream. This question has been asked as part of this thread: iOS online radio streaming questions but it hasn't…
nnyby
  • 4,125
  • 8
  • 45
  • 95
14
votes
3 answers

Real Time Streaming to HTML5 (with out webrtc) just using video tag

I would like to wrap real time encoded data to webm or ogv and send it to an html5 browser. Can webm or ogv do this, Mp4 can not do this due to its MDAT atoms. (one can not wrap h264 and mp3 in real time and wrap it and send it to the client) Say I…
Evren Bingøl
  • 1,167
  • 1
  • 16
  • 29
13
votes
2 answers

How to convert the WAV/OGG file to FLAC file in Android?

EDIT: Incorporated the changed uv001's answer. I can only find that ICS 4.0 support decoding of FLAC, but encode. I need some encoder to convert wav to flac, but currenty I can't find it. I find there is a jFlac avaible , but I don't know how to…
temple
  • 884
  • 12
  • 21
12
votes
4 answers

.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:
11
votes
3 answers

iOS online radio streaming questions

I have to create app that provides online radio streaming (icecast), preferably .ogg format. So I have next questions: How can I play .ogg format audio stream? Are there any supported classes? Because I can't find any, so I think that it is…
Aft3rmath
  • 619
  • 12
  • 21
11
votes
5 answers

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?
hawkeye
  • 31,052
  • 27
  • 133
  • 271
11
votes
1 answer

safari doesn't play .ogg files, so how does it work on wiktionary.org?

Safari does not support .ogg files, but that does not stop wiktionary.org from playing ogg files. I have looked through the source there and I cannot find how they are playing the files. Here is the link where they are using an .ogg file.…
deltaskelta
  • 7,789
  • 10
  • 41
  • 86
11
votes
1 answer

HTML5 video formats - compatibility

So, I'm building a website on which users can upload an watch videos. I'm using the standard HTML5 video player ( ...) Currently, I use multiple sources: MP4, OGG and WEBM, for cross-browser compatibility Due to the fact that…
Flock Dawson
  • 1,762
  • 3
  • 21
  • 32
11
votes
1 answer

Are there any specific requirements to enable "fast-start" progressive download with webm and ogg codecs?

I know that with mp4, the moov atom must be placed at the beginning of the file to enable progressive downloading. That can be done by enabling "faststart" when creating the file. I'm curious if there are any similar requirements when dealing with…
stefmikhail
  • 5,711
  • 12
  • 43
  • 61
1
2 3
32 33