similar to: Changing frame rate in an ogg

Displaying 20 results from an estimated 600 matches similar to: "Changing frame rate in an ogg"

2004 May 20
0
theora header bitmap for alpha3
below is an rfc-style bitmap of the initial theora header. I've checked it against the spec and the code in libtheora; please double check :) I'm posting it here for those implementing demux stages (which necessarily don't use libtheora), and hence offering it for the spec. A typical demux stage just needs to pick out the FRN, FRD and KFGSHIFT fields, without going through the whole
2004 Jul 24
0
rbind()
hi. I'm merging two datasets. one of them is 51 rows, and a typical row looks like this: midwar[midwar$dispnum==89,] dispnum synch sanum saname sbnum sbname year1 yearn ainit binit fatala 158 89 0 220 FRN 230 SPN 1822 1823 1 1 4 fatalb key1 keyn warnum year1.war yearn.war awon 158 5 2202301822 2202301823 1 1823 1823
2009 Jul 14
3
Fixing ogg vorbis corruption caused by bad metadata
On Tue, Jul 14, 2009 at 9:48 AM, Adam Rosi-Kessel<adam at rosi-kessel.org> wrote: > The only issue I'm noticing is ogginfo reports: > > Warning: sequence number gap in stream 1. Got page 14 when expecting > page 2. Indicates missing data. > Warning: discontinuity in stream (1) I'd guess this is flagging the data that was overwritten by the bad tagging code. Some
2012 Jan 18
1
Non-linear Least Square Optimization -- Function of two variables.
Dear All, In the past I have often used minpack (http://bit.ly/zXVls3) relying on the Levenberg-Marquardt algorithm to perform non-linear fittings. However, I have always dealt with a function of a single variable. Is there any difference if the function depends on two variables? To fix the ideas, please consider the function f(R,N)=(a/(log(2*N))+b)*R+c*N^d, where a,b,c,d are fit parameters. For
2009 Sep 06
2
selecting columns based on values of two variables
Dear R-list, I am having troubles selecting rows from a very large data-set containing distances between capitals. The structure of the data-set looks like this: numa ida numb idb kmdist midist 1 2 USA 20 CAN 731 456 2 2 USA 31 BHM 1623 1012 3 2 USA 40 CUB 1813 1130 I want to select a subset of these dyads, and have
2009 Jul 14
2
Fixing ogg vorbis corruption caused by bad metadata
Monty Montgomery wrote, on 7/14/2009 1:44 AM: > On Tue, Jul 14, 2009 at 1:41 AM, Erik de Castro > Lopo<mle+la at mega-nerd.com> wrote: >> Monty Montgomery wrote: >> >>> Yes. Without the first three packets (which hold all the codec >>> settings and all the instruction how to handle the subsequent packets) >>> the rest of the stream is gibberish.
2009 Jul 14
2
Fixing ogg vorbis corruption caused by bad metadata
ogg.k.ogg.k at googlemail.com wrote, on 7/14/2009 7:16 AM: >> easy to replace. The second packet is the metadata, which we can lose. >> It's just the third packet that needs to be reconstructed. After that, >> you could start at any packet division in the rest of the file and it >> would play fine? So this generic restore tool that I'm positing would >> just
2009 Jul 06
3
What is the best way to share extension state
Greetings. I wonder what is the best way in your opinion to share real-time extension state with applications outside of asterisk? What I'm after is the best way to have Asterisk update a central repository with the state of each extension configured in the local Asterisk setup. To try and explain what I am trying to achieve, Imagine for example if asterisk would call a url like this:
2013 Jul 09
1
tips/nest practices for gluster rdma?
Hey guys, So, we're testing Gluster RDMA storage, and are having some issues. Things are working...just not as we expected them. THere isn't a whole lot in the way, that I've foudn on docs for gluster rdma, aside from basically "install gluster-rdma", create a volume with transport=rdma, and mount w/ transport=rdma.... I've done that...and the IB fabric is known to be
2009 May 26
5
Maximum cable length for analog phone from FXS port
Hello. I am looking for details of the maximum allowed/usable/effective wire/cable length of the connection from a FXS port of Digium analog cards to the analog telephone handset. To clarify my intention, I need to have an analog telephone connection to my asterisk box that is 3000 meters (3km) away at least. If you have any details of ATA boxes or other similar devices that I could use to
2007 Oct 24
4
How to get TCP access to CDR Master.csv
Hi. I'd like to get access to the CDR's generated by Asterisk (1.4) in real-time from a remote connection coming in on TCP. Basically what I have is a Windows application that is used to process incoming, outgoing and missed call records putting them into a database for some analysing etc. This app can connect to a TCP server and read from this connection the CDR's as they are
2018 Nov 16
4
How to concatenate Ogg in the browser JS?
Please see the documentation: https://xiph.org/ogg/doc/framing.html I would encourage you to use random serial numbers, as intended, also, as any downstream consumers of your files will face limitations similar to the ones you are facing if they want to do anything more with them. But before you go too far down the route of changing the serial numbers, can you tell us what software is
2007 Jun 09
2
How to tell what codec is used for each end of a call MD110->H323->SIP
Hi. Calling from Ericsson MD110 via H.323 trunk to an asterisk 1.4.4 I get the call established but no sound heard on either end. What is the best/correct way to try and see what codecs Asterisk is using on each end of the call as it passes through Asterisk? And is there any way to see that voice is in fact being passed through Asterisk during the call (some counters etc.)? Thank you
2018 Nov 23
1
How to concatenate Ogg in the browser JS?
I found how to build CRC32 table for Ogg in JS, if anyone interested: function _makeCRC32Table() { // From https://stackoverflow.com/questions/53438815/hot-to-build-crc32-table-for-ogg const polynomial = 79764919; const mask = 2147483648; const CRCTable = new Uint32Array(256); for (let i = 256; i--;) { let char = i << 24; for (let j = 8; j--;) {
2007 Apr 12
2
laptop install centos 5
Hi all, I was just installing centos 5 on my new dv9000 hp laptop. Installed fine. on first boot, I got through welcome, firewall, selinux was on date time screen and did Forward to goto next screen (Create User) and the machines locks up. can ping any more or anything.... Any ideas? Jerry
2007 Oct 23
2
Vorbis granule position
I have a technical question about the vorbis granule position, but I would like to put the question into context. When a ogg vorbis stream is ripped using wget, fetch, or streamripper under Linux or FreeBSD, the resulting file has problems both with granule position and with a missing EOS. I think I can figure out how to add an EOS, but is there a way to determine the granule position in a stream
2006 Nov 17
2
[LLVMdev] Registering '-march=' option for LLC
2018 Nov 15
2
How to concatenate Ogg in the browser JS?
Yes, I found that serials of my Oggs is all zeros, thank you, I will try to alter serial. 15.11.2018, 19:39, "Ralph Giles" <giles at thaumas.net>: > On 2018-11-15 4:22 a.m., Vitaly Zdanevich wrote: > >>  Note: Stream 1 has serial number 0, which is legal but may cause problems with some tools. > > Note if *both* files have the same serial number, it's
2005 Jun 06
1
RTP and jitter buffer relationship
Good question. I'm coming to the conclusion that using plain UDP and "home-grown" packet construction for transmitting the speex data (with timestamp/sequence counter) and implementing jitter control on the receiver end is an adequate implementation for a VoIP application. Assuming of course that I don't care about any interoperability issues with other applications etc. I was
2007 Nov 05
1
Please explain the correct LED color for B410P
Hi. I have installed B410P in Europe and the cards works more or less ok. My question is what color should the LED's on the back of the card be when connected to the PSTN NT box? Is there anywhere some information on the expected LED color in any given state (idle, call active, cord unplugged etc.)? On my card the lights are shining Red(orange-ish) but flashing to green every now and