Displaying 20 results from an estimated 300 matches similar to: "encoder_example input formats"
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:
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 Sep 09
3
nat=yes
Hi List;
If I set nat=yes, then asterisk will send the packets
to the public IP address or to the private IP address
(which will be for the endpoint that is behind the
nating)?
And by setting the nat=yes, then what exactly will be
ignored at asterisk side when reading the
registeration messages from the endpoint?
Any help.
Regards
Bilal
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
2007 Jul 24
10
What is the best softphone work with Asterisk
Hi List;
I need to configure a softphone to be client and use
it with Asterisk, which is the recommended one? Is it
iax2?
Regards
Bilal
____________________________________________________________________________________
Boardwalk for $500? In 2007? Ha! Play Monopoly Here and Now (it's updated for today's economy) at Yahoo! Games.
2007 May 12
2
compression ratio
hi
i was wondering if it's possible to tell me what the theoretical best
compression ratio the flac encoder can do, because i was wondering
what the future of flac will bring us. So this question is probably
best addressed to Josh: can we suspect much better compression ratio
in the future or is the encoder already at his *almost* peak
compression level.
thx in advance!
2008 Jan 15
2
Encoding with encoder_example
I have encoded successfully a YUV stream by using the encoder_example. Can
We encode a row stream (get from a web cam) by using encoder_example.
If we can not, is there any other way to encode a row stream by using theora
codec.
--
Nuwan Millawitiya
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2008 Jan 15
2
Encoding with encoder_example
I have encoded successfully a YUV stream by using the encoder_example. Can
We encode a row stream (get from a web cam) by using encoder_example.
If we can not, is there any other way to encode a row stream by using theora
codec.
--
Nuwan Millawitiya
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2007 Jul 25
3
FLAC: re-encoding
hi
I have some questions about re-encoding existing FLAC files to FLAC 1.2.0.:
- can older 1.1.x FLAC files be re-encoded to FLAC 1.2.0 by using the FLAC
1.2.0 encoder?
- can FLAC files encoded with the FLAC Flake SVN encoder (or any other
'unofficial' FLAC encoder) be re-encoded by using the FLAC 1.2.0 encoder?
thx in advance!
-------------- next part --------------
An HTML attachment
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
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:
2008 Aug 17
1
Fwd: final changes to mimetypes rfc
On 8/17/08, Silvia Pfeiffer <silviapfeiffer1 at gmail.com> wrote:
> OK, then yuv4mpeg will have the magic number: char[8]: 'YUV4MPEG'.
Which was previously for those not paying attention char[9]: 'YUV4MPEG2'.
> Also, can you put the link to the spec into
> http://wiki.xiph.org/index.php/MIMETypesCodecs ?
AFAIK, that is just a matter of putting a [[OggUVS]] in
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:
2010 Jan 13
3
Live webcam stream with Theora
Hey all,
I've setup a simple page that just displays a live webcam stream of me
at work, and it supposedly falls back onto Cortado if your browser
doesn't support the <video> tag. The URL is here:
http://media.basilgohar.com/stream/
There's been a lot of talk about live streaming and low bitrate
streams. Here is my command line (I've posted this before):
time ffmpeg -f
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 Oct 03
4
Secondary Dialtone and selecting a specific line from Zap/g
I need to select a line from the Zap group channel
using the SIP Phone (not FXO and not FXS ports).
ignorepat does not work?
Also, what is the method to let the second dial tone
has another tone frequency?
Regards
Bilal
----------------
No, ignorepat is for FXS ports (FXS ports use FXO
signaling). Also,
ignorepat does not apply to SIP phones, because SIP
phones provide
their
own dialtone,
2007 May 20
0
Any way to run openssh daemon on a kickstart client (stage2)?
Hi,
Any one have succeeded in firing up a sshd daemon
when a machine is being kickstarted? I know VNC can be
setup to minitor the kickstart process, but it is too
limited and so I can not see the console and other
screens with ALT+Fn keys.
If sshd daemon can be setup at this stage, then we
can remotely ssh into the being kickstarted client(s).
and directly see what things happen during %pre,
2007 Aug 23
0
ASTCC and IVR
Hi list;
ASTCC supports IVR or there is a separate module for
IVR?
Can someone advise me a link to start download and
ready about ASTCC to do the configuration?
Regards,
---------
ITS
IP Telephony and Contact Center Engineer
Bilal Ghayad
Mobile: 00865 9849460
____________________________________________________________________________________
Boardwalk for $500? In 2007? Ha! Play
2007 May 19
0
asterisk and snmp
dear
is any snmp access , for asterisk 1.2.* ?
____________________________________________________________________________________Boardwalk for $500? In 2007? Ha! Play Monopoly Here and Now (it's updated for today's economy) at Yahoo! Games.
http://get.games.yahoo.com/proddesc?gamekey=monopolyherenow