Displaying 20 results from an estimated 900 matches similar to: "Header structure for "video" stream ?"
2005 Apr 14
3
ogm file format
----- Original Message -----
From: "Arc" <arc@Xiph.org>
To: "renan [aestesis]" <renan@aestesis.org>
Cc: <ogg-dev@Xiph.org>
Sent: Thursday, April 14, 2005 3:00 PM
Subject: Re: [ogg-dev] ogm file format
> I suggest you try out Ogg Theora for Ogg-based video. It's fully
> documented and, well, patent-free (whereas OGM requires a MPEG-4 license
>
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?
2004 Sep 10
2
[Flac-users] Matroska open source A/V container format officially released
Hi,
i have the big pleasure to officially announce that the matroska
multimedia container project has finally left alpha status and turned
into public beta status last night. By following the links below you
will be able to obtain various tools to create, edit and play matroska
audio and video files on your computers. Supported Operating Systems are
currently Windows and Linux, but it seems
2002 Sep 07
3
Website for Ogg/Vorbis support for MPEG4IP
Hi
I have created a small website trying to document my Ogg/Vorbis support for MPEG4IP.
You can find it here.
http://www.maersk-moller.net/mpeg4ip/index.html
Kind regards
Peter Maersk-Moller
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-request@xiph.org'
containing
2004 Sep 10
2
UCI Project Announcement
Greetings all.. I'm sending this message out here because I suspect that some
folks involved in this project might be interested in the following. If this
is not the case (or this is not an appropriate forum for this sort of thing) I
apologize in advance..
Project Announcement and Call for Participation
-----------------------------------------------
The
2004 Sep 10
3
Project Announcement : New Media Container Format 'matroska'
Please allow me to announce the creation of a new open source Media
Container Format, named 'matroska'
Project page is here http://sf.net/projects/matroska ; homepage is
http://matroska.sourceforge.net , HTML should be online soon.
Steve 'robux4' LHomme and myself have left the MCF project because of
incompatibilities of our work with the project goals defined by the founder
of
2004 Sep 10
3
Project Announcement : New Media Container Format 'matroska'
Please allow me to announce the creation of a new open source Media
Container Format, named 'matroska'
Project page is here http://sf.net/projects/matroska ; homepage is
http://matroska.sourceforge.net , HTML should be online soon.
Steve 'robux4' LHomme and myself have left the MCF project because of
incompatibilities of our work with the project goals defined by the founder
of
2002 Oct 20
3
OCX for playing ogg files in MS windows perform
Hi All,
I was wondering if anyone could point me to the right direction to get a OCX which can play the ogg file in MS windows perform?
Thanks all
Wai
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org'
containing only the word 'unsubscribe' in
2002 Oct 20
3
OCX for playing ogg files in MS windows perform
Hi All,
I was wondering if anyone could point me to the right direction to get a OCX which can play the ogg file in MS windows perform?
Thanks all
Wai
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org'
containing only the word 'unsubscribe' in
2002 Aug 28
5
Analogue artifact estimation
Hi List,
Just batting a few ideas around here, but would it be possible to include in to the codec, estimation for common video artifacts that occur in the analogue world?
For example, anything that's gone through a composite stage will likely have dot-crawl and false colour - if we can recognise this effect in the encoder, we can treat it as a special case.
Other artifacts that come to
2002 Sep 10
2
Skipping with vorbisfile playback using DirectSound
I'm having a problem trying to write a simple vorbis file player using
DirectSound. The decoding portion is pretty much straight from the
vorbisfile sample code. The pcm data gets put into one half of a
DirectSound buffer, and as that half is playing, the next half gets filled.
The problem is, there's skipping and some noise when the file is being
played (although some of the music is
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
2013 Nov 24
11
[Bug 10290] New: Regression since 3.0.9: send_xattr_request: Assertion `f_out >= 0' failed
https://bugzilla.samba.org/show_bug.cgi?id=10290
Summary: Regression since 3.0.9: send_xattr_request: Assertion
`f_out >= 0' failed
Product: rsync
Version: 3.1.0
Platform: x64
OS/Version: Linux
Status: NEW
Severity: regression
Priority: P5
Component: core
AssignedTo:
2013 Nov 05
2
[LLVMdev] Compiling issues: undefined reference to `.Lline_table_start1'
Hello LLVM,
I encountered the following bugs when I compiled my program in debug version.
Could someone help me with that ? Really appreciate that. Thanks,
Take the mcf program in SPEC2K6 as example. The compiling options are :
clang -O0 -c -emit-llvm -o obj/mcf.o -g -DSPEC_CPU mcf.c
llvm-link -o mcf.bc obj/mcf.o
opt -o mcf.opt.bc mcf.bc -O2
llc -O0 -relocation-model=static -o mcf.s
2013 Nov 05
2
[LLVMdev] Compiling issues: undefined reference to `.Lline_table_start1'
What do you mean by test case please ? Using the following commands to compile mcf program
can reproduce such issue all the time.
Probably it is my version's problem. Because I checked out 3.3version from SVN before published.
Could you tell me where Manman modified ? I cannot port to new version very quickly after changing
it a lot already.
Thanks,
- Pengcheng
On Nov 5, 2013, at
2013 Nov 05
0
[LLVMdev] Compiling issues: undefined reference to `.Lline_table_start1'
This is from work that Manman did. I thought she'd fixed this particular
issue though. Can you file a bug with a test case please?
On Nov 5, 2013 10:10 AM, "lipengcheng" <pli at cs.rochester.edu> wrote:
> Hello LLVM,
>
> I encountered the following bugs when I compiled my program in debug
> version.
> Could someone help me with that ? Really appreciate that.
2013 Nov 05
0
[LLVMdev] Compiling issues: undefined reference to `.Lline_table_start1'
Hi,
What version of clang are you using? I think r174785 is the fix.
Manman
On Tue, Nov 5, 2013 at 11:04 AM, lipengcheng <pli at cs.rochester.edu> wrote:
> What do you mean by test case please ? Using the following commands to
> compile mcf program
> can reproduce such issue all the time.
>
> Probably it is my version's problem. Because I checked out 3.3version from
2013 Nov 05
1
[LLVMdev] Compiling issues: undefined reference to `.Lline_table_start1'
Also r174479.
Manman
On Tue, Nov 5, 2013 at 11:11 AM, Manman Ren <manman.ren at gmail.com> wrote:
> Hi,
>
> What version of clang are you using? I think r174785 is the fix.
>
> Manman
>
>
> On Tue, Nov 5, 2013 at 11:04 AM, lipengcheng <pli at cs.rochester.edu> wrote:
>
>> What do you mean by test case please ? Using the following commands to
2004 Sep 10
2
ACM for FLAC.
Josh Coalson wrote:
> --- engdev <engdev@ozemail.com.au> wrote:
>
>>Hi,
>>
>>Has there been any progress on the ACM for FLAC
>>that was being looked at by Steve Lhomme?
>
>
> Haven't heard anything here about it for a long time.
Sorry, I sent my reply to engdev privately (because there's no good
reply to). In short I haven't worked on
2012 Sep 28
1
blank plot----how do I make symbols appear
Hi,
I am trying to create a scatterplot, coding each point to one of 5
populations. I was successful when I did this for one set of data, yet
when I try plotting other data a blank plot appears (although the axes are
labelled and I can fit the regression lines from each population). I have
tried a variety of things to fix this but nothing seems to work.
I can plot the points if I do not