search for: 45kbps

Displaying 9 results from an estimated 9 matches for "45kbps".

Did you mean: 15kbps
2003 Apr 06
1
quantum message
Hey all, When I run my scripts to manage my ungodly slow school connection, I get messages about the quantum size being small and suggesting a r2q change. What is this all about, and should I do anything? my link is effectively 45kBps and I have it set to limit to 42kBps. Thanks, Jay _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2009 Jul 08
2
Theora 1.1 rate controller
Hello everyone, I'm currently developing an adaptive videoconferencing application based on Ekiga which uses TFRC as a congestion control mechanism to adapt the video encoding rate according to the quality of the network experienced. My goal was to use the open-source Theora codec for video transmission. Unfortunately, it seemed that Theora 1.0 did not properly implement any correct CBR mode.
2005 Aug 04
1
libtheora Bitrate Problem
...mpting to use libtheora and I have been looking through the examples in the distribution Excerpt from encoder_example.c -- case 'V': video_r=rint(atof(optarg)*1000); if(video_r<45000 || video_r>2000000) { fprintf(stderr,"Illegal video bitrate (choose 45kbps through 2000kbps)\n"); exit(1); } video_q=0; break; I assume 'kbps' is Kilobits Per Second (kbit/s) and *theora_info.target_bitrate* is in Bits Per Second. If this is true then shouldn't the argument (optarg) be multiplied by 1024 and not 1000? Or do...
2006 Mar 12
1
ffmpeg2theora conveter problem
...ra-0.16.exe -V 16000 Astro.avi Input #0, avi, from 'Astro.avi': Duration: 00:00:04.0, start: 0.000000, bitrate: 19604 kb/s Stream #0.0, 12.00 fps(r): Video: cinepak, yuv420p, 1280x768 Stream #0.1: Audio: pcm_s16le, 44100 Hz, stereo, 1411 kb/s Resize: 1280x768 0:00:04.00 audio: 45kbps video: 1kbps The audio in the ogg file is fine, but I got a blank image. I have to reduce the resolution to 1024x768 to make the image correct. It seems that the limit of the bit rate is too small. Can any body tell me how to make large resolution ogg file. Thank you. Steve
2007 Sep 08
1
problems with various settings
...think Vorbis sounds good with its "quality" settings, I have a few problems when I set the format to constrain the bitrate so it doesn't go any higher than 128KBPS, for example. This problem only occurs with stereo files, not mono. Let's say I set the format to use bitrates up to 45KBPS. Well, the low-pass filter has this problem, the closer the volume gets to 0DB, the lower the cutoff, by 0DB I think it's around 4KHZ cutoff but when the volume gets quiet it sounds like the cutoff is where it should be. The higher I let the bitrate go, the less the lowpass filter acts up, by 8...
2007 Oct 27
2
quality -2 in vorbis?
Hi again, I was just looking at reviews on vorbis and reading some listening test results when I came across several web sites that were saying something about Vorbis quality -2. From what I read a few programs have Vorbis going down to quality -2 and I even think hydrogen audio forums mentions it in a speech compression topic. Does this quality really exist and has anyone even heard of it? I
2006 Mar 05
0
tweaked shaping rules
...0 -j RETURN # clear the qdisc tc qdisc del dev eth1 root #add the root qdisk tc qdisc add dev eth1 root handle 1: htb default 10 #add main rate limit class and 2 leafs tc class add dev eth1 parent 1: classid 1:1 htb rate 105kbps ceil 105kbps tc class add dev eth1 parent 1:1 classid 1:10 htb rate 45kbps ceil 105kbps prio 0 tc class add dev eth1 parent 1:1 classid 1:11 htb rate 40kbps ceil 105kbps prio 1 tc class add dev eth1 parent 1:1 classid 1:12 htb rate 20kbps ceil 105kbps prio 2 #filter traffic into classes tc filter add dev eth1 parent 1:0 prio 0 protocol ip handle 1 fw flowid 1:10 tc f...
2003 Feb 26
1
traffic shaper with htb and imq ==> bad latency
...1:0 classid 1:1 htb rate 86kbps ceil 86kbps prio 0 # Gamevoice tc class add dev $IMQIF parent 1:1 classid 1:11 htb rate 3kbps ceil 84kbps prio 0 # Bnet tc class add dev $IMQIF parent 1:1 classid 1:12 htb rate 7kbps ceil 84kbps prio 1 # Normal tc class add dev $IMQIF parent 1:1 classid 1:13 htb rate 45kbps ceil 84kbps prio 6 # Edonkey tc class add dev $IMQIF parent 1:1 classid 1:14 htb rate 24kbps ceil 50kbps prio 7 # Gamevoice tc filter add dev $EXTIF parent 1: prio 0 protocol ip handle 11 fw flowid 1:11 # Bnet tc filter add dev $EXTIF parent 1: prio 0 protocol ip handle 12 fw flowid 1:12 # Edo...
2003 Nov 06
4
KPFA live vorbis stream
...ithin reach of a dialup audience, but 32k is really pushing the limits >of what *most* dialup connections can handle - especially in areas where >the phone lines aren't the most up to date or free of noise. And I have >to wonder if the resulting loss of fidelity (32 kbps/14 kHz vs. >45kbps/44 kHz) is really worth the small handful of dialup users that >can actually receive 32k free of drop-out. You already have dialup users >covered with your 24k and 16k streams. My guess is that most dialup >users prefer stability and a better sounding mono signal over a lo-fi >stereo si...