Displaying 20 results from an estimated 2000 matches similar to: "Setup of discontinuous stream demux"
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?
2008 Feb 08
0
Seeking to granules in discontinuous streams
On 2/7/08, ogg.k.ogg.k@googlemail.com <ogg.k.ogg.k@googlemail.com> wrote:
> And this is the crux of the problem, as far as I understand how it works:
> you'll have to do a first bisection to find the page that maps to that
> granulepos,
> then, and only then, you get to know the low bits of the actual granulepos,
> and then you have to do another bisection to find it.
2004 May 08
2
My issues with ogg and directshow...
Listening to the meeting on granule pos tonight/today it became clear that
the issues everyone is concerned with for the most part don't affect my
implementations and the issues i have pretty much don't affect anyone
else... and in the cases where they overlap, the reasoning seems to be
different. And since everyone else has had a lot more time to consider all
these issues and i'm
2004 May 14
2
Timestamps...
Since we've been debating the merits of start or end timestamping... i'm
curious why the page doesn't have both stamps ?
That would solve the problems for all parties wouldn't it ?
It's not like the overhead is huge... less than 0.1%... so on the average
audio file thats 5 megs.... it's a 5k increase, which pretty much
insignificant. Even on a 1gig video file it's
2009 Nov 16
3
Discontinuous graph
Hi,
I wanted to make a graph with the following table (2 rows, 3 columns):
a b c
x 1 3 5
y 5 8 6
The first column represents the start cordinate, and the second column contains the end cordinate for the x-axis. The third column contains the y-axis co-ordinate. For example, the first row in the matrix above represents the points (1,5),(2,5), (3,5). How would I go about making a discontinuous graph
2013 Jan 19
1
Is it possible to create color ramp legend in spplot for discontinuous data ?
Hello All,
I have a discontinuous dataset and I used spplot to plot the points.
I was wondering whether it is possible to show the legend of the plot as
color ramp. I saw that on continuous data. If anyone could tell me that
would be great.
Another thing I would like to know is how can we create the horizontal
legend. By default, the legend is vertical.
I was able to shift the legend inside
2010 Jan 06
1
Initializing vorbis using ov_open_callbacks fail with OV_ENOTVORBIS. But why?
Dear members,
since two weeks I am stuck, trying to demux a physical ogg stream
(theora and vorbis) and play the audio part using vorbisfile.
I hope that one of you can give me a hint or point me to additional
documentation.
I used ogg.h and vorbisfile.h.
The way so far:
- initializing an ogg_sync_state
- inserting data to sync_state using ogg_sync_buffer
- when whole page found
2010 Nov 26
3
how to set default audio track?
Hallo oggs,
i googled it but still can't find any answer: how can i set default
audio track?
I transcode my dvds to ogg, i use gst-launch for it:
gst-launch filesrc location=stream.dump ! mpegpsdemux name=demux \
oggmux name=mux ! filesink location=out.ogg \
demux.audio_80 ! a52dec mode=2 ! audioconvert ! audioresample !
audio/x-raw-float,rate=44100,channels=2 ! audiorate ! \
taginject
2007 Apr 14
0
Discontinuous stream support in libogg1
Hello,
I recently added discontinuous stream support to libogg1. The patch is
attached.
I also wrote Writ codec for libogg1 (based on original code by Arc), and
sample Writ encoder (SubRip to Writ converter) and decoder.
Is anybody interested?
WBR,
Roman.
-------------- next part --------------
Index: include/ogg/ogg.h
===================================================================
---
2011 Jan 18
3
AST-2011-001: Stack buffer overflow in SIP channel driver
Asterisk Project Security Advisory - AST-2011-001
Product Asterisk
Summary Stack buffer overflow in SIP channel driver
Nature of Advisory Exploitable Stack Buffer Overflow
Susceptibility Remote Authenticated Sessions
Severity Moderate
2007 Nov 30
2
nls and discontinuous functions
Folks; I have looked for this subject extensively using all the resources I have available and could not find a solution; therefore I am sending you this email seeking for help. I need to solve a discontinuous nonlinear function, but R 2.6 keeps giving me an error. Below is a simple example:
f <- function (t,k,l,u) { r0<-346.1 x<-t-l if (x<0) r0 else (r0-u)*exp(-k*x)+u
2015 Mar 05
2
VLC only sees a fraction of Speex wrapped in OGG
Friends,
My name is Igor, I am new to this forum.
I have a peculiar problem with my OGG/Speex implementation: I encode a
short PCM stream in OGG/Speex, but the result can not be read by VLC and
MediaInfo <http://mediaarea.net/nn/MediaInfo> reports that the file is too
short (240ms). In reality the file contains about 2.7 sec worth of audio.
Another interesting thing I noticed is that the
2012 Oct 04
2
redmine verification emails not working?
been waiting (and checking spam filters) on 2 accounts i''ve tried to
create in redmine for opening an issue, but yet to see any
verification emails. thought I''d give you guys the heads up as I''m
sure the dev''s don''t register accounts too often!
just eager to open the 3.0 environment issue I''m seeing.
Thanks!
--
Matthew Nicholson
--
You
2011 Aug 18
2
Asterisk 1.8 SIP_CAUSE performance regression
Greetings,
Recently a performance regression in chan_sip was discovered in Asterisk
1.8. The regression is caused by chan_sip setting
MASTER_CHANNEL(HASH(SIP_CAUSE,<chan name>)) after each response received
on a channel. That feature has been made optional in the latest 1.8 SVN
code, but is currently still enabled by default. After some internal
discussion, we decided to consider disabling
2012 Jul 09
3
puppetdb = rise in exection expired notices?
I''m getting more and more "execution expired" as systems checking and
hit puppetdb for the first time (switching from a mysql instance). The
command queue isn''t long (1-5, if anything, all the time), and ym
master itself seems to be dealing well enough. I have seen the
collection time growing higher and higher though. This is a ~2K node
deployment, and one of the few
2008 Feb 07
2
Seeking to granules in discontinuous streams
> No particular answers, but I can at least point out that the way
> things were designed for CMML was to work with the existing Ogg
> seeking algorithm. The idea is that a generic seeking routine can work
> on any Ogg file, as long as it knows the granulepos->time mapping for
> the logical bitstreams in the file. That's why all the
> timestamp-related info is crammed into
2006 Dec 05
2
workspaces/desktops/viewports on top/bottom of cube?
I know this has probably been asked before, but, I'll ask anyways:
Workspaces/Desktops/whatever on the top and bottom of the cube, is there
any chance this will ever happen? I love how in gnome you can have work
spaces in rows/columns, and i tend to have 4-6 workspaces (well 6, but
only 4 gets used all of the time, but its nice to have the "buffer"
workspaces. since using compiz
2004 Mar 21
3
New Directshow filters preview...
I have been developing some directshow filters for ogg, and vorbis and speex... currently i have an ogg demux filter and a speex/vorbis decoding filter. In this pre-release only vorbis is operational... but the speex decoder is pretty much done... i jsut need to tweak the demux filter so that it can negotiate a speex connection with the other filter. Just though some people might find them useful
2011 Dec 15
2
filtering exported resources...
I''m currently searching around/reading up on exported resources, but
figured I''d ping the list to see if someone had a quick answer.
I''m collecting and exporting ssh keys, basically like the example in
ProPuppet and in the wiki etc. I was collecting both rsa and dsa keys,
and exporting all keys.
I''ve stopped collecting dsa keys, we don''t care about
2007 Jan 17
2
libogg++ seeking w/o metric
Hi all,
I started out looking for a multi-stream format, which led naturally to
Ogg. I have been studying your web sites and code, and subscribed to
this list. Eventually we would like to have a multi-stream codec which
would have a discontinuous text component. In the meantime, I am working
on running the transport/en- de-capsulation on a separate thread, and
possibly with each codec on a