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

508 questions
-1
votes
2 answers

Getting error during ogg to mp3 conversion

I used RecordRTC and implemented with Angular.js, audio recording is working fine in Mozilla and recorded blob type is ogg, so I saving file in server in ogg format. But I need it in MP3 format as we have to support in different phone OS. So I…
-1
votes
1 answer

Displaying a video file on a website

I have a website that will involve the user uploading a video file which can then be viewed on the website, will i have to convert the file into different formats so it can be viewed in different browsers? or can i just play mp4, ogg and mov files…
-1
votes
2 answers

Mobile firefox and mp3 support

I'm trying to build a website where user uploads mp3 files. When testing, the mobile firefox player disappears when the play button in clicked. I understand that firefox can only play ogg files. What can i use to convert uploaded mp3 files to ogg…
-1
votes
1 answer

How to force Opera play mp3s with jPlayer?

How to force Opera play mp3s? I use jPlayer, In mozilla - all good, play mp3, but Opera dont wont :( If I use ogg, Opera play, but mp3... :( oggSupport: Boolean : (Default: false) : Enables ogg support in HTML5 with OGG format browsers. But if I…
COSTADOR
  • 309
  • 2
  • 10
-1
votes
2 answers

Where can I find precompiled Ogg,Speex and Vorbis libraries for iOS?

I need them compiled with i386, armv7 and also armv7s (the hardest to find). I found a compilation for only Speex (which I haven't tested yet) here: http://iosdeveloperzone.com/2013/04/09/precompiled-speex-libraries-for-ios/ Does anyone know where I…
Idan
  • 9,880
  • 10
  • 47
  • 76
-1
votes
1 answer

.ogg-files are not working on my website

". ogg" files will not play on my website. The browser displays a 404.3-error. It has probably something to do with the configuration of the server. When I asked the server administrator, he referred to…
Munken
  • 11
  • 5
-2
votes
0 answers

Detect Time of audio inside another audio

I am trying to get the anime intro start date and ending in the anime episode, I have an anime episode audio file (Parent Audio), and an anime intro audio file (Original Audio), Is there a way to get the start and end time of the intro in the…
-2
votes
1 answer

How to convert OGG, MP3 or WAV to MIDI?

I search all over the place and find nothing. Is there any softwere that can help me with the task? I need it for sound and music in our Android Game. Thanks!
A.M.
  • 67
  • 3
  • 13
-3
votes
1 answer

OGG Converter Issues - Can't Contact Online-Convert

I’ve been trying to contact the help desk at https://www.online-convert.com/help about an issue with their MIDI to OGG converter. Their web site doesn’t have a telephone number, e-mail or snail mail address, just an online form to communicate with…
aksarben
  • 588
  • 3
  • 7
-3
votes
1 answer

Checking ogg file properties with C# (especially the loop timecode) - possible?

Basically: Is there a way to check the properties of an ogg file with C#... Especially the loop timecode is what i want to read.
DesMondesBlut
  • 69
  • 1
  • 7
-3
votes
1 answer

I need to integrate a gif player on a website to play gif and ogg file together

Am currently looking at integrating a player on a website that will play a gif file and an ogg file simultaneously and i need to be able move forward, backward, play and stop
chukwuka mark
  • 154
  • 2
  • 11
-5
votes
1 answer

Am I loading this Music correctly with Bass.dll?

Based on Bass's documentation, I'm trying to load an ogg file with the code that follows: var FFile : string; Music: HSAMPLE; ch: HCHANNEL; OpenDialog1 : TOpenDialog; begin Dynamic_Bass.Load_BASSDLL('Library/Bass.dll'); …
Guill
  • 350
  • 5
  • 17
1 2 3
33
34