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
0
votes
1 answer

Some tips to optimize code for background task and metadata task

please help to optimised my code for 1) I want to work my media meta data in background so it wont crash my app. 2) on slower internet connectivity like 3g it take more than 10 sec to start streaming and it stuck on that press event until it plays…
user1597878
0
votes
3 answers

Html5 MP4 file size unknown streaming. Best approach?

Is it possible to create mp4 file/container with out the size. I am using media foundation to convert some file into h264/acc and wrap it around mp4. What happen is that as file finishes up the encoder adds the size of the file. I need to start…
Evren Bingøl
  • 1,306
  • 1
  • 20
  • 32
0
votes
1 answer

Streaming video from multiple cameras to html5 player

Im trying to figure out a way of having a server which has a camera (or multiple cameras) connected via usb (firewire, whatever...) and then streams the video to users. The idea so far is to have a red5 server which streams the camera feed as a…
BineG
  • 365
  • 3
  • 9
0
votes
1 answer

Java - Convert ogg to mp3

I'm writing a Java program and I'd like to convert a ogg file into mp3 file. I've spend a lot of time trying to find a good library to do that, but without success for the moment. I think I'll need a ogg decoder (jorbis ?) and a mp3 encoder (lameOnJ…
Christophe
  • 958
  • 12
  • 20
0
votes
2 answers

Libraries for Playing/Seeking OGG files

I have been tasked to create a GUI program that is to work with Ogg files. The main requirements are as follows: The program must run for both Windows and Mac OS X users. It is best to not force Wine, Boot Camp, etc for non Windows users. The…
Wolfman2000
  • 169
  • 1
  • 9
0
votes
1 answer

How do I strip initial offsets from OGG files?

=== BACKGROUND === Some time ago I ripped a lot of music from an internet radio station. Unfortunately something seems to have went wrong, since the length of most files is displayed as being several hours, but they started playing at the correct…
ntninja
  • 1,204
  • 16
  • 20
-1
votes
1 answer

How to convert wav to mp3 and mp3 to wav while keeping the same size

I cannot find out how I can convert a wav to mp3 and mp3 to wav. Does anyone know how to convert a .wav file into a .mp3 or .ogg and later convert back into .wav while matching 100% same size like untouched (if it can be done in the command line its…
alph4
  • 1
  • 1
-1
votes
1 answer

Looking for example: OGG+Opus Encoder

I looking for basic example how to encode pcm buffer(16kHz/16bit/fixed point) to Opus buffer and pack it OGG-container? I found only vorbis-based examples, not Opus. Thanks for any ideas!)
Natalia
  • 11
  • 2
-1
votes
1 answer

JOrbis can't read ogg file from JAR

I want to play an .ogg file, so i found this piece of code. So it downloads .ogg file from the given url and plays it. I've tried it with external files like ExamplePlayer player = new ExamplePlayer(new…
Armagidon
  • 1
  • 2
-1
votes
3 answers

FLAC or OGG Online Media player

Is there a way to make an audio/video player in Java that can play on a website? I searched around but I don't understand enough yet for this. We are going to setup a server that can stream OGG and FLAC audio files. We need a player that can play…
Mechlar
  • 4,946
  • 12
  • 58
  • 83
-1
votes
1 answer

How do you convert a .wav file to .ogg in C#?

The program I'm writing uses NAudio to convert a .ogg stereo track to mono. The problem is NAudio only seems to export as a .wav format. I can't seem to find a straight forward answer for converting a .wav to .ogg. Any help would be great, thanks.
Anax
  • 1
  • 1
-1
votes
1 answer

Video Encoding with Java

How do I encode video in Java? Should it be OGG or any other open format?
-1
votes
1 answer

Any guides on how to create custom ogg containers

I am trying to add both timestamped input and audio to an ogg file. I am having trouble understanding how to use the ogg format since the only guide seems to be a format specification. https://xiph.org/ogg/doc/libogg/general.html So basically, I…
user1462442
  • 7,672
  • 1
  • 24
  • 27
-1
votes
2 answers

Minecraft Bukkit plugin custom sounds without resource packs

I have never had any experience with java but have managed to get something happening. What I want is to take my custom Minecraft map (Sonic Dash) and instead of making people get a resource pack I want to add the custom .ogg files I have made and…
Daniel Morris
  • 51
  • 1
  • 2
  • 11
1 2 3
33
34