Displaying 9 results from an estimated 9 matches for "unga888".
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:
2008 Aug 07
1
bsnmp header files question
Hi
Could I know on i386 RELENG_7, what Makefiles install following header files:
1) /usr/include/bsnmp/snmpmod.h
2) /usr/include/bsnmp/snmp_mibII.h
3) /usr/include/bsnmp/snmp_atm.h
Appreciate your reply very much.
Kind regards
Unga
2006 Nov 03
1
Theora in Matroska
Hi all
Currently Theora video in Matroska is not supported by
Mplayer. To enable the support Michael Niedermayer has
made the following proposal sometime back:
http://article.gmane.org/gmane.comp.video.mplayer.nut.devel/214
Appreciate if Theora developers could comment on that.
Best Regards
Unga
____________________________________________________________________________________
Get your
2007 Oct 04
1
encoder_example input formats
Hi all
I have the raw out put of a video camera in following
format: mjpegb, yuvj422p, 1920x1080, 24.00 fps(r).
I cannot directly convert this raw footage to Theora
due to the YUV4MPEG2 only restriction of the
encoder_example.
Isn't it better to support other raw formats in
encoder_example, such as what I have, mjpegb,
yuvj422p?
I presume even if I convert the mjpegb, yuvj422p to
2006 Apr 30
2
How to write a catch all rule?
Hi all
I''m new to Qos and iproute2, but studied well the
documentation.
According to
http://lartc.org/howto/lartc.qdisc.filters.html, catch
all rule should be written as follows:
tc filter add dev eth0 protocol ip parent 10: prio 2
\
flowid 10:2
But it doesn''t work because filtertype is missing.
Can somebody please kindly explain how to write a
catch all rule?
Many
2006 May 02
0
Are VoIP clients supposed to set TOS to minimum delay?
Hi all
Tcpdump shows Kphone UDP traffic has not set as
minimum delay traffic!
This is a tcpdump from My-IP to Other-IP:
13:07:14.704501 IP (tos 0x0, ttl 64, id 813, offset
0, flags [DF], proto: UDP (17), length: 120)
My-IP.32784 > Other-IP.10384: UDP, length 92
0x0000: 4500 0078 032d 4000 4011 0fce db4a
37e4
0x0010: d5ba 3e91 8010 2890 0064 50f7 8008
032e
0x0020:
2006 May 11
0
Settings DS field: Does it make sense?
Hi all
I can set the DS field to EF of outgoing VoIP RTP
packets, but does it makes any sense to routers? Do
routers look at the DS field for routing decisions or
do routers classify packets based on other criteria
and subsequently sets the DS field?
I''m bit of confused here, could somebody give me some
light here.
Thanks.
Regards
Unga
2014 Apr 20
1
Configure error, Ogg not found on Mac OS X
Hi all
I'm trying to compile and install libvorbis 1.3.4 on Mac OS X (Mavericks).
When try to run configure, it shows the following error:
CC=clang ./configure? \
? --prefix=/usr --with-ogg-libraries=/usr/lib \
? --with-ogg-includes=/usr/include --enable-shared --disable-static
checking for Ogg... no
*** Could not run Ogg test program, checking why...
The config.log shows:
2015 Apr 26
3
[LLVMdev] How to compile a simple C program with clang on Windows 8.1?
Hi all
I need a small help to get my first C program to compile on Widows 8.1. I'm an Unix guy but new to Windows.
I installed MS Visual Studio 2013 free version and the LLVM 3.6.0 binary pre-built version.
Here is my sample C program:
#include <stdio.h>
int main() {
printf("hello world\n");
return 0;
}
1.
>clang test1.c -o test1.exe
test1.c:2:10: fatal error: