search for: c174

Displaying 20 results from an estimated 32 matches for "c174".

Did you mean: 174
2006 Mar 28
3
Unable to authenticate password - VM
...ed. I created an extension (9000) for access to the voicemail main menu. When I dial it from 100 I get a password prompt. I enter the password as listed in the voicemail.conf file, and get and "invalid password" message. This is the output at the console: -- Executing Wait("SIP/100-c174", "1") in new stack -- Executing VoiceMailMain("SIP/100-c174", "100@default") in new stack -- Playing 'vm-password' (language 'en') -- Incorrect password '' for user '100' (context = default) -- Playing 'vm-incor...
2003 Jun 05
2
newest cvs and mplayer
Hi The newest cvs let's mplayer segfault: ... Opening video decoder: [theora] Theora/VP3 Segmentation fault I don't get any infos more :( A gdb backtrace don't work. (mplayer is compile with --enable-debug=3) When will the encoder_example implemented in mencoder ??? Would be nice because the yuv-data is soooo big on the HD ;) Jens --- >8 ---- List archives:
2003 Jun 10
3
again - newest cvs and mplayer
Hi Again, the newest theora cvs prevents mplayer from compiling: gcc -c -O4 -march=pentium3 -mcpu=pentium3 -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I../loader -o demux_ogg.o demux_ogg.c demux_ogg.c: In function `demux_ogg_open': demux_ogg.c:626: warning: passing arg 2 of `theora_decode_header' from incompatible pointer type
2004 Jul 02
4
Encoding paramaters...
I've got my encoder working now... and i put a proeprty page interface to allow the user to set a few encoding paramters to start off with... but changing the paramters doesn't seem to make barely any difference... These are the defaults i'm using... mTheoraInfo.target_bitrate=400000; mTheoraInfo.quality=30; mTheoraInfo.dropframes_p=0; mTheoraInfo.quick_p=1;
2004 Jun 30
12
New addition to FAQ
Greetings, I was on IRC about 7 hours ago and suggested that the FAQ be updated slightly. Rather than sit on my ass and complain I figured I'd ask a few people, and see if the idea was worth the time. Here's what Ive started with: http://www.dimension.net.nz/theora.html I'll be adding to it over the next 24 hours - mostly in the area of Playback and Encoding. Just threw it together
2006 Oct 06
3
Theora file size
Hi I was surprised with size of Theora files and thought of feedback. Following 1minute duration Theora and Xvid files were made from a y4m file. The resolution is 1280x720: 1. Xvid 17MB 2. Ogg/Theora Q7 31MB 3. Ogg/Theora Q8 38MB 4. Ogg/Theora Q9 49MB 5. Ogg/Theora Q10 61MB The Xvid file was made using mencoder by 2 passes with following options:
2003 Jun 12
3
A/V sync in Theora
...o compensate for A/V sync? That would mean that granulepos does not represent the number of actually played samples any more. Seems like an ugly hack. Any other ideas? David -- GnuPG public key: http://user.cs.tu-berlin.de/~dvdkhlng/dk.gpg Fingerprint: B17A DC95 D293 657B 4205 D016 7DEF 5323 C174 7D40 --- >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 'theora-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe mes...
2009 Aug 22
2
libtheora 1.1beta3 release
All, Thanks to everyone who's been testing the recent releases. Some of you pointed out some real problems with the smoothness of the rate control on a few clips, so now, ten days later, we have some more fixes for you. I give you the beta3 version of the "thusnelda" rewrite. In addition to the smoother rate control, there are a few minor bug fixes and build polishes. Please give
2009 Aug 22
2
libtheora 1.1beta3 release
All, Thanks to everyone who's been testing the recent releases. Some of you pointed out some real problems with the smoothness of the rate control on a few clips, so now, ten days later, we have some more fixes for you. I give you the beta3 version of the "thusnelda" rewrite. In addition to the smoother rate control, there are a few minor bug fixes and build polishes. Please give
2006 Dec 11
2
Theora@GP2X possible?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, I just want to know whether it would be possible to play ogg-theora videos on my favourite Handheld, the GP2X. For those of you who don't know the GP2X yet there's much information about it on Wikpedia or on http://wiki.gp2x.org/wiki/Hardware_Documentation . To make it short, its an ARM-based Handheld which is able to play Xvid and DivX
2018 Feb 19
0
Pulse Secure/Juniper Networks Network Connect (CentOS 7)
...?????? TX packets 487991? bytes 165475903 (157.8 MiB) ??????? TX errors 0? dropped 0 overruns 0? carrier 0? collisions 0 tun0: flags=4305<UP,POINTOPOINT,RUNNING,NOARP,MULTICAST> mtu 1400 ??????? inet 10.30.250.90? netmask 255.255.255.255? destination 10.30.250.90 ??????? inet6 fe80::1ddf:c174:c72c:81e? prefixlen 64? scopeid 0x20<link> ??????? unspec 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 txqueuelen 500? (UNSPEC) ??????? RX packets 0? bytes 0 (0.0 B) ??????? RX errors 0? dropped 0? overruns 0? frame 0 ??????? TX packets 1? bytes 48 (48.0 B) ??????? TX errors 0? dropp...
2006 Jun 21
2
Theora MMX and Mac OS X Intel
hi, i was trying to enable the mmx code on mac os x. to get to that point one has to replace some inline assembler code: .balign 16 -> .p2align 4 and replace .rept .. .endr with #defines. but to makes things more complicated apple's GAS does not support movsx instructions and thus the following line does not work: " movsx %%di, %%edi \n\t" [ more details at
2004 Jul 26
1
theora_info struct question
Hi I'm evaluating Theora for a video communication system and would like some info as to what the following struct members (from the theora_info structure) do and what values one should pass to them: If there is some documentation somewhere that I've missed, please direct me to it. ===== Extract from theora.h ===== int quality; int quick_p; /* quick encode/decode */
2004 Dec 16
0
[patch] ffmpeg2theora A/V sync
...works in all cases, as I don't have much experience with libavcodec... Maybe command-line switches for tuning/disabling the A/V sync algorithm might be a good idea? David -- GnuPG public key: http://user.cs.tu-berlin.de/~dvdkhlng/dk.gpg Fingerprint: B17A DC95 D293 657B 4205 D016 7DEF 5323 C174 7D40 -------------- next part -------------- Index: Makefile.am =================================================================== --- Makefile.am (revision 8373) +++ Makefile.am (working copy) @@ -1,4 +1,4 @@ -AUTOMAKE_OPTIONS = 1.6 dist-bzip2 no-dist-gzip +AUTOMAKE_OPTIONS = 1.6 dist-bzip2...
2005 Dec 15
2
concatenate ogg/theora files
Hi, I have multiple ogg/theora files, with different bitrate. That is the big problem, because I want to broadcast them using ezstream/icecast and the connection between ezstream and icecast is always lost when switching between files. They have the same resolution but different quality. Is there a tool to concatenate/normalize several files to a big homogeneous one? -- A powerfull GroupWare,
2007 Dec 09
1
Experimental release of Ghost/CELT 0.0.1
Hi everyone, I've just made the first public release of some new *experimental* codec work I've been doing (part of the vague Ghost project) with help from Monty and Timothy. This is mainly intended with developers with DSP knowledge, not for doing anything useful with it (but it does encode and decode already). Also, the main idea is *not* to replace either Speex or Vorbis, but to code
2007 Dec 09
1
Experimental release of Ghost/CELT 0.0.1
Hi everyone, I've just made the first public release of some new *experimental* codec work I've been doing (part of the vague Ghost project) with help from Monty and Timothy. This is mainly intended with developers with DSP knowledge, not for doing anything useful with it (but it does encode and decode already). Also, the main idea is *not* to replace either Speex or Vorbis, but to code
2007 Dec 09
1
Experimental release of Ghost/CELT 0.0.1
Hi everyone, I've just made the first public release of some new *experimental* codec work I've been doing (part of the vague Ghost project) with help from Monty and Timothy. This is mainly intended with developers with DSP knowledge, not for doing anything useful with it (but it does encode and decode already). Also, the main idea is *not* to replace either Speex or Vorbis, but to code
2007 Dec 09
1
Experimental release of Ghost/CELT 0.0.1
Hi everyone, I've just made the first public release of some new *experimental* codec work I've been doing (part of the vague Ghost project) with help from Monty and Timothy. This is mainly intended with developers with DSP knowledge, not for doing anything useful with it (but it does encode and decode already). Also, the main idea is *not* to replace either Speex or Vorbis, but to code
2005 Dec 05
1
unified meta-data handling ogg/theora/vorbis
Hey all, I'm working on a media-database art project that basically stores a bunch of sound and video files, which are then navigated based on meta-data. I'm not sure where to start asking these, questions, here seemed like a good start. So I was thinking I should use an open format, like ogg/vorbis/theora. I also thought, will all that coll meta-data stuff in ogg I should be able to