similar to: Theora file extension

Displaying 20 results from an estimated 7000 matches similar to: "Theora file extension"

2004 Jun 10
4
patches for xiph build setup
Hi, I offered some time ago to do some build cleanup. Today I did so and here's my slew of patches. Basically, they - touch ogg, vorbis, vorbis-tools and theora - fix a bunch of autotools issues - uniformize the use of them across the four - fix compile/link flags - use pkgconfig if it's available to detect flags - for vorbis-tools, generate and use config.h - add -uninstalled .pc stuff
2004 Jun 10
4
patches for xiph build setup
Hi, I offered some time ago to do some build cleanup. Today I did so and here's my slew of patches. Basically, they - touch ogg, vorbis, vorbis-tools and theora - fix a bunch of autotools issues - uniformize the use of them across the four - fix compile/link flags - use pkgconfig if it's available to detect flags - for vorbis-tools, generate and use config.h - add -uninstalled .pc stuff
2004 Jun 09
3
libreadanything ?
Is there a library that decodes any file format ? I need a lib to decode ogg-vorbis (of course) and also wavs, mp3s, flac... Using several different libs is not a good solution. I don't like to use a lot of different APIs to do the same thing with different file formats. -- Giuliano.
2004 Aug 05
7
vorbis-tools build install problem
kjoonlee@blacksun:~/xiph/vorbis-tools$ make install Making install in po make[1]: Entering directory `/home/kjoonlee/xiph/vorbis-tools/po' /bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /home/kjoonlee/share /bin/sh: .././mkinstalldirs: No such file or directory make[1]: *** [install-data-yes] Error 127
2017 Jun 01
35
.ogg extension and Theora
>Paul E Wrote [snip] >Windows 2000 (although it's the same for all of them) doesn't read in >any mime-type to correctly identify a file, it just uses the extension. [snip] What if, at least for Windows, someone wrote a simple application which when associated with .ogg files and an .ogg file was opened simply read enough of the ogg stream to identify the type of content and then
2009 May 17
4
ogg, ogm or mkv
hi guys, i'd like to have your opinion on using ogm or mkv containers for theora videos. since you recommend ogg containers for theora and vorbis officially i've been insisting on using .ogg. but for example eightsoft put ogm instead of ogg for theora on the last build of "super" and i send an e-mail to them about this issue. and i didn't get the whole idea on the
2004 Jul 14
4
aspect ratio ?
Can someone enlighten me on what the status is of aspect ratio in theora is ? The ti structure has aspect_num and _den values, which I assume give the intended display aspect ratio (e.g. 4/3). The sample files on the bittorrent seem to say both values are 0 for all files. I'd think it should at least be made impossible to have a 0 as the denominator. The library doesn't check the
2005 Jun 18
2
mailing list headers
For some reason all headers for mails coming from this list are coming from @Xiph.org, not @xiph.org like all the other xiph lists. Any chance this small discrepancy with all the other xiph lists can be fixed for aesthetic and procmail reasons ? :) (This mail is just as much a test for seeing if my changed procmail catches this, btw) Thanks Thomas Dave/Dina : future TV today ! -
2004 Aug 06
4
Newbe: OK so far?
OK, I found LAME's web site and installed it using the source for it. That appears to work. I also found a couple of libxml... packages and either replaced the existing ones and added a few others. That went without problem. However the same problem exists. I found that the lame.h file is in a directory of /root/lame3.70 Perhaps the make can't find it at this directory? IS there
2004 Aug 06
1
connection problem
> Hey there again > > On Wed, Feb 28, 2001 at 12:16:12PM +0100, Thomas Vander Stichele wrote: > > > > The tests I've done in-house were with winamp as a client, and the > > following server/streamer combinations : > > icecast 1.3.0/shout 0.8.0 > > icecast 1.3.7/shout 0.8.0 > > icecast 1.3.8b2/shout 0.8.0 I don't know what it is that causes
2012 Jul 01
2
can't demux with ogminfo / need to re-pac OGV to MKV
Hello, I need to demux video files created with ffmpeg2theora 0.28+svn18147 I have ogminfo v1.5 and getting this error (ogminfo.c) OGG stream 1 is of an unknown type (bad header?) (ogminfo.c) OGG stream 2 is of an unknown type (bad header?) (ogminfo.c) (a1/serial 1092562206) Vorbis audio (channels 2 rate 48000) Is possible, that ogminfo is older then ffmpeg2theora ? Or what can be the reason?
2009 Jul 08
1
AVI Theora?
Hello, It's been a little while, but I've got some new info. I've tried doing this with Mencoder, ffmpeg, VLC player, and AVIdemux. None work. When I try to either convert a theora(ogm/ogv) file to AVI, while using?variations of "-vcodec copy" to keep theora comression, or just compress an AVI with Theora, it does one of several things, depending on settings and the program
2009 Jun 14
3
python bindings to libtheora
Hi, in the past two days I wrote Python bindings to libtheora: http://github.com/certik/python-theora Currently it can read any ogv file (that seems to work quite well) and also encode to ogv (this mostly works, but there are some subtle issues to be fixed, I suspect I still have some bug in the way I half the dimensions of the Cb and Cr planes, so when you read ogv and write ogv, the resulting
2004 Jul 06
13
OGG/OGM media container
Hi all, Xiph aims at developing open-standards media formats. Though xiph.org tells about vorbis/theora/flac/speex, nothing is mentioned about container to use (that is ogg/ogm). I have a few questions Is there a difference between ogg and ogm? I guess its only the extension that is different and everything else is same. Some tools (like ogmtools) are available to create ogm files. What is
2004 Aug 06
5
question about icecast & winamp & media player
Hi, It's been pretty quiet as of late. I have a question. I have an icecast server housed at my provider with a very good internet connection. At work I'm using an ADSL line, which should be sufficient to listen to the 128K streams I'm sending out. However, when I listen with WinAmp, after about half an hour the stream stutters and stops. I can restart it and listen again but it
2005 Jun 18
1
mailing list headers
Hi, > Hmm... I don't see this. At least not with this particular mail, I > haven't checked older ones. > > Oh, I see... the older mail you responded to just before has what > you're talking about - are you sure it wasn't just something specific > to that mail (possibly the original sender having the x capitalised, > and follow-ups preserving that?) Hm, that
2004 Jun 23
2
watching ogg/theora streams on win32 ?
Hi all, I wanted to give watching our stream a try. Illiminable, I downloaded your codecs, and installed them, but Windows Media Player still doesn't recognize the video in my test Theora video clips. It seems to play the audio part of it fine though, although it tends to crash at the end. I tried RealPlayer 10 and after some archive browsing I found the link to the plugins for it (why are
2004 Aug 06
3
connection problem
I have done some tests on the problem I keep having (as well as others) on the connection problem. Here's the message I get when i tail the logfile on the console at debug level 3 : -> [28/Feb/2001:11:58:54] Kicking client 13 [192.168.1.21] [Too many errors (client not receiving data fast enough)] [listener], connected for 21 minutes, 19906336 bytes transfered. 0 clients connected
2004 Jun 20
16
Extension proposal - partly serious
Alright folks, here's the solution. 1) Keep extensions to 3 letters for audio & video. Except for special situations where the user might be doing a codec specific name. Since the official extensions are 3 letters, those can always be used on any 8.3 device. 2) introduce a new extension .OGV for ogg container video. With a strong preference for Xiph only codecs. (If you want 3rd
2004 Aug 06
2
icecast-1.3.12 on SunOS
Hello, I sent the mail below a few days ago to the icecast user discussion and support list. Until now nobody could help me. Maybe this list is a better place for problems of this kind? Titus <p>Anfang der weitergeleiteten E-Mail: > > Hello > > I compiled icecast-1.3.12 on a box with uname -a: SunOS star19 5.6 > Generic_105181-31 sun4u sparc