Tagged Questions
The ogg-theora tag has no wiki summary.
19
votes
7answers
33k views
HTML5 video (mp4 and ogv) problems in Safari and Firefox - but Chrome is all good
I have the following code:
<video width="640" height="360" controls id="video-player" poster="/movies/poster.png">
<source src="/movies/640x360.m4v" type='video/mp4; codecs="avc1.42E01E, ...
6
votes
3answers
869 views
Best video format for HTML5?
I've got a set of videos that are going to be posted on a new site I'm developing, using our new html5 player. I know Firefox only supports .ogg format, whereas most others (including eventually IE9) ...
5
votes
2answers
2k views
WebM vs. Ogg Theora
I'm a big fan of open-source video, and with Google's recent decision to drop H.264, I'm unsure about whether I should use Ogg Theora or WebM for HTML5 video.
I've done plenty of searching, but every ...
3
votes
1answer
248 views
C# Theora encoder?
I want to live stream images I receive from a third party service to a HTML5 video.
Looks like the best option is to encode the images in the theora format.
Anyone knows a good theora encoder for c#
3
votes
1answer
3k views
Automatic YUV -> RGB in DirectShow for custom decoder
after hours of searching on the net I'm quite desperate to find solution for this. I've up & running OGG Theora decoder in DirectShow which ouputs YV12 and YUY2 color models. Now, I want to make a ...
2
votes
2answers
255 views
Opera and HTML5 video
On my website, I have video in mp4 and ogv formats.
mp4 plays in webkit browsers.
ogv plays in Firefox, but don't want in Opera.
There is a trivial HTML:
<video poster="my_video.jpg" ...
2
votes
3answers
2k views
Ogg (theora / vorbis) playback in Firefox 3.6
I have this html5 code, with a MP4 for Chrome (working), an OGG for Firefox (failing) and the same ogg via a java applet for Internet Explorer (working):
<video width="848" height="480" ...
1
vote
1answer
45 views
Commercial-friendly video converter/encoder
What is a good, commercial-friendly video encoder w/ .NET or command line interface?
!!--Edit:I decided to go with FFmpeg compiled without GPL.
I'm developing a commercial web software meant for ...
1
vote
4answers
308 views
Best way to implement HTML5 video
I understand that HTML5 video is way more complicated than its proponents would like us to believe. Safari uses the proprietary H.264 codec, whereas Firefox, Chrome and Opera all support the ...
1
vote
1answer
241 views
How to multiplex Vorbis and Theora streams using libogg
I am currently writing a simple Theora video encoder, which uses libogg, libvorbis and libtheora. Currently, I can submit frames to the Theora encoder, and PCM samples to the Vorbis encoder, pass the ...
1
vote
1answer
68 views
Theora granulepos when merging two theora video files without sound
I need merge two files with video (without recompressing video) compressed by theora codec, without sound, to do that i parse each file,
find packets inside, change flag 5 bit in packet header to 0 ...
1
vote
1answer
731 views
Does ffmpeg support encoding of raw video sequence to raw Theora Packets/Elementary bits tream
I have a query regarding using ffmpeg to encode a raw video(yuv sequence) to Raw Theora packets,
i.e. some kind of 'elementary bit-stream' without the Ogg container.
I am able to use ffmpeg to encode ...
1
vote
2answers
992 views
How to write bitmaps as frames to Ogg Theora in C\C++?
How to write bitmaps as frames to Ogg Theora in C\C++?
Some Examples with source would be grate!)
0
votes
0answers
40 views
Ogg Theora End of Stream flag?
I'm making a program that records the screen to a theora/ogg video file. The output video was having some playback issues in Chrome, and I believe it was an issue with the end of stream flag in the ...
0
votes
0answers
21 views
how to use/understand private data of v_theora & a_vorbits in matroska file format?
see i have extracted all frames of v_theora & a_vorbits codec from any matroska file in separate files. now that files are not playable by any player. Now i am concern that to make playable those ...
0
votes
2answers
305 views
OGV works locally in Firefox, not served from S3 in video source as “video/ogg”
Okay, I'm pulling my hair out here. My .ogv file plays back locally in Firefox, but not from amazon s3. When I try to play it from the following video tag, I get the grey box with the lighter grey x ...
0
votes
1answer
253 views
How to write bitmaps as frames to Ogg Theora in C?
Need entire solution for very simple encoder. Encoder must write to external file only 1 frame Theora/OGG, and viewed by VLC
acording to How to write bitmaps as frames to Ogg Theora in C\C++?
i ...
0
votes
1answer
245 views
Improving the visual quality of Theora when using Xuggler
I'm looking for fellow users, who are using Xuggler to produce video encoded with Theora. I've tried a lot of different options to get "good" quality using presets to no avail. I would love to get ...
0
votes
1answer
96 views
How do I split an OGX (video) file?
I'm trying to make a PHP script that will deliver a given .ogx file based on a seek position (transmited as a parameter to the script). The purpose is to make a HTML5 video player with server-side ...
0
votes
3answers
155 views
Reason for output 1 bit differences between Linux-gcc compiled C code output and MS-VS2008 compiled output?
I have a Theora video deocder library and application compiled using VS-2008 on windows(Intel x86 architecture). I use this setup to decode theora bit streams(*.ogg files). The source code for this ...
0
votes
2answers
298 views
Does ffmpeg version 0.5 configured on linux support encoding using Theora codec?
I have configured, compiled a FFmpeg source code version 0.5 with versions as below:
FFmpeg version 0.5, Copyright (c) 2000-2009 Fabrice Bellard, et al.
configuration: --enable-memalign-hack
...