Displaying 20 results from an estimated 200 matches similar to: "[LLVMdev] ffmpeg on fedora core 8"
2013 Nov 13
2
Compiling FFmpeg with libopencore-amrnb and opus-git.
Hi
Any idea what's causing these errors:-
/home/user/build/lib/libopencore-amrnb.a(preemph.o): In function `preemphasis':
/home/user/build/opencore-amr-0.1.3/amrnb/../opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/preemph.cpp:193: multiple definition of `preemphasis'
/home/user/build/lib/libopus.a(celt_encoder.o):/home/user/build/opus/celt/celt_encoder.c:455: first defined here
2009 Mar 12
2
compiling ffmpeg with --enable-libspeex (was Re: from Adobe Flex / Flash Player 10 .flv Speex via Red5 to .wav PCM?)
I am having trouble compiling ffmpeg to support speex, which didn't
work with the ubuntu libspeex-dev package, but looks like it might
with the Speex version 1.2rc1 tarball from http://speex.org/downloads/
How do I tell ffmpeg's configure and/or make to use the 1.2rc1 version
of libspeex in /usr/local/include instead of the older debian/ubuntu
libspeex-dev package in /usr/include/speex?
2013 Nov 13
0
Compiling FFmpeg with libopencore-amrnb and opus-git.
It appears that both Opus and amrnb have a function called
preemphasis(). In the short term, your options are:
1) Not building statically
2) Renaming that function in the Opus code
3) Renaming that function in the amrnb code
I can do the rename for the next version of libopus.
Cheers,
Jean-Marc
On 11/13/2013 05:51 PM, batguano999 wrote:
>
> Hi
> Any idea what's causing these
2009 Mar 12
0
compiling ffmpeg with --enable-libspeex (was Re: from Adobe Flex / Flash Player 10 .flv Speex via Red5 to .wav PCM?)
This is resolved:
apt-get remove libspeex-dev
cd ~/src/speex-1.2rc1/
./configure --prefix=/usr
make; make install
cd ../ffmpeg
./configure --enable-libspeex
make; make install
worked; then I was able to decode a Speex .flv file:
~/flvs$ ffmpeg -i SpeexQ6R16Efalse.flv foo.wav
FFmpeg version SVN-r17174, Copyright (c) 2000-2009 Fabrice Bellard, et al.
configuration: --enable-libspeex
2006 Feb 21
5
ffmpeg/ffmpeg2theora &vhooks
Hi theora-list,
I'm involved in in a project to redistribute C-SPAN's floor footage
from the US house and senate that we're capturing and converting*.
This footage is in the public doman, however there's a C-SPAN overlay
which is a registered trademark - we're having to overlay a "public
domain" graphic on top of it. We're currently doing this with
2009 Jul 03
3
ffmpeg and zoneminder install problems
CentOs zoneminder users,
I have been trying to install zoneminder on Centos 5.3
(2.6.18-128.1.16.el5xen) and have hit a brick wall with ffmpeg
which zoneminder has as a dependancy.
There were no rpm's in centos or rpmforge so I have followed the
instructions on the zoneminder website for a CentOs install.
I have posted a note on the zoneminder list, but have not been able to
get any takers
2010 Mar 12
1
ffmpeg to speexenc via pipe
I am transcoding mp3 to wave using ffmpeg
I am then piping it to speexenc for speex encoding
but the speex file size is 496 bytes after the command ends
https://lists.ubuntu.com/archives/ubuntu-users/2010-March/212927.html
https://lists.ubuntu.com/archives/ubuntu-users/2010-March/212949.html
https://lists.ubuntu.com/archives/ubuntu-users/2010-March/212954.html
what am I doing wrong?
bellow is
2008 Oct 20
1
compile klibc problem (EABI version error)
Dear all,
I am using initramfs and from the kernel document, I know klibc.
So i decide to use it.
We are working on marvell pxa310 (bought from Intel), and with
the tools chain from marvell, I comple klibc as follows:
klibc-1.5> ln -s
/home/zjujoe/svn/mhlv_2.6/working/songlixin/20081007_kernel_tflashupdate/
linux
klibc-1.5>cat 1.sh
export KLIBCARCH=arm
export
2016 May 09
2
LLVM issuse:AArch64 TargetParser
Hi all,
Actually,I found there is a same problem for arm.For this case,I think
> maybe we can play a trick in the clang.
> Checking whether the given arch valid or not,before we throw it to the
> parser,which can be used for both arm
> and aarch64.
For the actions I mentioned above,I wrote a check function as below, basing
on the naming rules of the arm architecture.
+//Only if
2016 Jan 19
4
Monitor Dummy Device
When i do presentation i have this workflow:
I connect the beamer on my notebook so i have dualscreen. On my notebook
screen i have all icons/windows i need. The things i want to show i move
to the 2. desktopscreen (the beamer).
If i want to be independent of the cable-end of the beamer i do this:
i connect a second monitor to my notebook and i stream the screen of the
2. monitor with ffmpeg
2005 Apr 11
2
Semantics of chaining...
Just been thinking about this lately... but what exactly is a chain meant to
represent ?
I can see two alternatives... it's merely an "invisible" join... as is used
by say vcut. In other words 2x 1 minute chains should be treated as 1x 2
minutes. Or it is a chapter, say putting a whole album in one file, where
each chain is one song, but they are intended to be played chainwise
2008 Sep 13
3
question on sending mail with 5.2
I made a little file with a From:, To: and body.
I execute the command cat file.txt | sendmail -t -O MinQueueAge=1m
thinking that the message would try every minute to send instead of the
default 30m. (if the initial attempt failed of course).
This doesnt seem to have any effect?
In the event I have an important email and I want it try perhaps every
minute (1minute)
to send the email how do I
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:
2010 Apr 30
3
Ogv file only plays in VLC / Can't be used by most tools.
Hi,
I'm new here - thanks for having me. (Sorry if I'm in the wrong place or a noob.)
I downloaded the Theora encoder sample (ver 1.1.1), modified it to encode a sequence of bitmaps, and created an OGV file.
The OGV file plays fine in the latest VLC (1.0.5), but I can't do much else with it:
I tried uploading to YouTube, and the video just comes out really corrupt:
2005 Jul 01
1
MPlayer problem
Hi,
I have installed MPlayer from dag repo on my CentOS 4.1 and codecs from
MPlayer site.
When I try to watch some movie file I get an error:
-----------------------------------------------------------------------
Error opening/initializing the selected video_out (-vo) device.
-----------------------------------------------------------------------
When I start MPlayer from console (gmplayer
2013 Sep 27
1
pop3-login problem
Hi!
I have dovecot-2.2.5 installed as part of postfix+dovecot+mysql+amavisd.
My server has two NICs (Internet and local). /etc/resolv.conf point to ISP DNS. Local names are not resolved.
If ISP link goes to down state I see (after about 1minute) a following error:
Sep 26 15:44:29 pop3-login: Error: master(pop3): Auth request timed out (received 0/12 bytes)
and following informational message:
2016 Jan 31
0
[ANNOUNCE] pixman major release 0.34.0 now available
A new pixman release 0.34.0 is now available. This is a major release,
following three development releases in the past six months. It contains
all the changes detailed in the last three development releases in the 0.33
series.
Please note that this release doesn't contain any changes since the previous
development version (0.33.6) was released.
For those who didn't follow the
2013 Jun 17
4
Javascript source client
Am 17.06.2013 11:12, schrieb Daniel James:
> Airtime
After several weeks of trying and calling my provider and talked to your
support i gave up on
airtime, because it does not work on a virtualized system, it seems the
installtion script has
dependencies.
http://forum.sourcefabric.org/discussion/15323/airtime-install-on-ubuntu-error-in-installation-script
2016 May 05
2
LLVM issuse:AArch64 TargetParser
On 5 May 2016 at 13:01, Bradley Smith <Bradley.Smith at arm.com> wrote:
> Allowing -march=aarch64/arm64 is somewhat misleading I think, -march is used
> for specifying an architecture version to target whereas aarch64/arm64 don’t
> convey any information to that effect, does it mean armv8a, armv8.1-a, etc?
Hi Bradley,
That's a good point. But also, what does "armv8a"
2006 May 16
2
new assembler port
Hello,
I'm trying to use speex for implementing a VoIP demo application using
linphone
on an embedded system. At the moment I'm not really able to do real time
encoding,
and thinking about making an assembler port for speex to the AVR32
architecture.
The AVR32 is a new hybrid MCU/DSP fixed point processor running at
120Mhz in
my application.
Does anyone have experiences/info about the