similar to: Video codec for narrow bandwidth streaming

Displaying 20 results from an estimated 1400 matches similar to: "Video codec for narrow bandwidth streaming"

2007 Oct 08
2
Is it possible to debug theora
hi all, please can i know that, is it possible to make the theora with enabling the debugging (use "gdb" to debug) . if it is possible please let me know. i have experience with Mplayer debugging. in Mplayer we can enable debugging when it start configure (./configure ) thanks -- ----------- Regards, Janaka Priyadarshana -------------- next part -------------- An HTML attachment was
2007 Oct 19
2
Debug the encoder_example
hi all, i am trying to debug the encoder_example with gdb. after the line number 669, it will go to a place "ogg_stream_init (os=0xbff0ec84, serialno=1418647043) at framing.c:189" but i couldn't find the file "framing.c" with in the "ibtheora-1.0alpha7" directory. please anyone can tell me where is this file -- ----------- Regards, Janaka Priyadarshana
2007 Jul 13
1
can .ogg files play with any other codec
if i want to play a .ogg file, should i have the theora codec installed in my machine...? is theora the only compatible codec with ogg container format..? i am using Ubuntu 7.04, with the default player (Totem Movie Player 2.18.1), it is not necessary to install theora externally. why is this, with the totem player they included theora codec....? or .ogg can be play with another codec...? --
2007 Jul 23
1
can not connect the the #theora channel
i want to connect with the #theora channel with xchat. but still i was unable to configure my xchat client for this. this is the way i did it. xchat -> NetworkList then select the FreeNode from the network list. the following is my information. nick name: rpjanaka 2nd choice : rpjanaka1 3rd choice : rpjanaka12 username : rpjanaka then connect. but still i can not connect with this. this
2008 Feb 16
3
Gray scale video output from theora
hi all I guess that *Theora* will convert the input color space (RGB or CMYK or any) into YUV before it process and encode. (that means theora can operate on several color space, but it get convert into YUV before process) Is that true...? I want to get a gray scale, encoded video output from the *Theora* encoder while the input video is getting from a web cam (color input and gray scale
2007 Aug 30
1
can not encode a raw video file with "encoder_example"
hi all, i tried to encode a .yuv file with the encoder_example.c but it give an error message as follows ./encoder_example -v 1 file_1.yuv > file_1.ogg Input file file_1.yuv is neither a WAV nor YUV4MPEG2 file. so the error message is understandable for anyone. when this file is play with mplayer it shows as follow
2007 Oct 30
1
Dynamically changeable parameters in theora
hi all, please can anyone tell me that what are the possible parameters in theora codec, that can be changed dynamically in execution time like DCT coefficient matrix frame rate....etc. ( still i do not know whether those are dynamically changeable) -- ----------- Regards, Janaka Priyadarshana
2008 Apr 10
2
Delay occurred when the makefile change
I have tried to add a plunging to the "libtheora-1.0beta2" (network bandwidth measuring component was added) and Got it success for some far now the problem is when it is added the encoding process get extremely slow (around 20 seconds delay). I think that the problem is with my modified Makefile (some flag may have missed). the following is my modified Makefile.am which is in the
2008 Apr 23
1
Theora got extreamly slow (Makefile.am was changed)
I have tried to add a plunging to the "libtheora-1.0beta2" (network bandwidth measuring component was added) and Got it success for some far now the problem is when it is added the encoding process get extremely slow (around 20 seconds delay). I think that the problem is with my modified Makefile (some flag may have missed). the following is my modified Makefile.am which is in the
2007 Oct 03
0
YUV4MPEG2 file and rawvideo file
hi all as the input stream for the "encoder_example", it could give "YUV4MPEG2" file, can we use any other file type.....? insted of "YUV4MPEG2" file, i want to use "rawvideo" file , because i want to compare theora with xvid codec. so that i need to encode a video (same video) using both theora and xvid. but both these codecs does not operate on the
2007 Jul 23
1
Theora and OLPC
Hi guys, My name is Adir. I'm a Google Summer of Code student, and in addition to that I will be working both with Xiph.org and with OLPC on optimizing Theora's performance. I'm in the list to get a shiny B4, but at the moment I can't do anything since sending the laptop to my place involves some difficulties. Until I get the laptop, I would like to hear from any of you, XO users
2008 Apr 21
1
Compile libtheora 1.0beta3 with VS2005
Hi all, I tried to compile the theora source with VS2005. But it asked for the ogg library. error message is as follow. **************************************************************************** Error 1 fatal error C1083: Cannot open include file: 'ogg/ogg.h': No such file or directory c:\Documents and Settings\Manoj\Desktop\libtheora-1.0beta3\include\theora\codec.h 64 Error
2008 Jan 17
1
What are the theora installation files
hi all, I am using Ubuntu 7.04 version. please can anyone tell me what are the files that copy in to a computer when it install. the following are the some of observations i got. After installing the theora it will copy the required files to the following places (default) according to the configure script. libtheora: ................... /usr/local/lib C header files: ..............
2015 Mar 24
0
rpjanaka@gmail.com has indicated you're a friend. Accept?
Hi, rpjanaka at gmail.com wants to follow you. ****** Is rpjanaka at gmail.com you friend? ****** If Yes please follow the link below: http://invites.flipmailer.com/signup_e.html?fullname=Theora+Development+Team&email=theora-dev at
2006 Jun 15
0
Ajax.autocompleter does not narrow down choices
Hello, I was wondering how to get the Ajax.Autocompleter to behave more like Autocompleter.Local where it narrows the drop down as you type. The local autocompleter seems to exhibit this behavior naturally. Am I missing an argument somewhere? Joe _______________________________________________ Rails-spinoffs mailing list
2018 May 23
0
RFC: should CVP always narrow the width of lshr?
Hi. In https://reviews.llvm.org/D46760, Bixia Zheng notes that given the pattern like [1] %za = zext i32 %a to i64 %udiv = udiv i64 %za, <C> %urem = urem i64 %za, <C> %uadd = add i64 %udiv, %urem ret i64 %uadd the CVP will reduce the width of udiv/urem, without considerations for the new instructions, or whether the new width is legal for the target. That was implemented in
2012 Mar 06
2
[LLVMdev] Recent changes to MCRegisterClass fields: uint8_t is too narrow
Hi all, in r152019 (from ctopper), the number of available registers of any type in a machine description is decreased to 256 because it needs to be encoded in uint8_t now. I'm trying to support an experimental embedded architecture with more registers (out of tree), but now that becomes impossible. Anyone knows a solution? Thanks, Bjorn De Sutter Computer Systems Lab Ghent University
2012 Mar 06
0
[LLVMdev] Recent changes to MCRegisterClass fields: uint8_t is too narrow
I changed it to uint16_t in r152100. Is that enough for your architecture? On Tue, Mar 6, 2012 at 12:24 AM, Bjorn De Sutter < bjorn.desutter at elis.ugent.be> wrote: > Hi all, > > in r152019 (from ctopper), the number of available registers of any type > in a machine description is decreased to 256 because it needs to be encoded > in uint8_t now. I'm trying to support an
2004 Aug 06
2
maximum frame-length for narrow, wide and ultrawide encoding
> What is the maximum frame-length that libspeex will produce for narrow, > wide and ultrawide encoding? In normal operation (no in-band side information, like requests, ack, stereo, ...), the max size for a frame is 62 bytes in narrowband, 106 bytes for wideband and 110 bytes for ultra-wideband. Jean-Marc -- Jean-Marc Valin, M.Sc.A. LABORIUS (http://www.gel.usherb.ca/laborius)
2007 Feb 26
1
Reg Fixed point Speex Narrow Band decoding
Hi Marc, I've downloaded the Speex1.2Beta version. In the code still there are some float variables are used for the Narrow band decoding. In the file "nb_celp.c" .93 is getting multiplied with the GAMMA_SCALING [Line number From - 1341 - 1351] Can please tell me weather the 1.2Beta version has complete narrow band decoding in fixed point?? Thanking you, Regards, T