ogg Questions

1

I am using ffmpeg to convert audio and video on my website. Ffmpeg is properly converting to other formats like mp3, mp4, etc. but not converting properly to ogg. Although ffmpeg is creating ...
Hartford asked 28/7, 2011 at 17:54

1

Solved

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" height="360" au...
Lamere asked 26/5, 2011 at 14:10

1

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 c...
ogg
Kimberleykimberli asked 16/10, 2010 at 2:52

1

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" class="p...
Pulchi asked 28/9, 2010 at 3:38

1

Solved

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 vide...
Bolen asked 25/6, 2010 at 16:42

3

Solved

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...
Deerstalker asked 8/3, 2010 at 13:59

1

Solved

I have cheap Apache PHP hosting. I have a mp4 and or Ogg video file. I want to dynamically stream this video to users. And let those users see it through HTML 5 video player. How do you do true st...
Waken asked 31/1, 2010 at 10:27

4

Solved

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 secon...
Tax asked 28/10, 2008 at 18:46

© 2022 - 2024 — McMap. All rights reserved.