Displaying 20 results from an estimated 710 matches for "ffmpeg".
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 to assist me. I am not a C programer so I...
2009 Feb 20
2
segfault on amd64 with ffmpeg
Hi,
and thank to you all for this great codec !
I have this bug on Debian Lenny with compiled packages of last svn versions of
ffmpeg and libtheora. This seems to append only on the amd64 arch. Here is a
valgrind log :
pre-barreau at augustins:~/video$ export LD_LIBRARY_PATH=/usr/local/lib
pre-barreau at augustins:~/video$ valgrind
/home/pub/apps/ffmpeg_dev/ffmpeg_svn/ffmpeg -i ffmpeg_pb_jack_test_14.mpg
-vcodec libtheora -f ogg...
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 o...
2007 Oct 25
1
[PATCH] Fix logic in ffmpeg detection
If neither --enable-ffmpeg nor --disable-ffmpeg was given, try to find
ffmpeg. If it wasn't found, print the warning, but don't fail.
If --enable-ffmpeg was given, fail if ffmpeg is not found. If
--disable-ffmpeg was given, don't print the warning, as the user already
knows that ffmpeg won't be enabled.
I...
2010 Mar 04
2
libavcodec vp3 / theora decoder speedup
The vp3 / theora decoder in FFmpeg project received a major speedup:
http://multimedia.cx/eggs/profiling-and-optimizing-theora/#comment-150751
http://git.ffmpeg.org/?p=ffmpeg;a=commit;h=6e8061980c9a18a0eb9802f5dc5becc349066680
http://git.ffmpeg.org/?p=ffmpeg;a=commit;h=8476744ba50d26a3e188def192cd9086b0f781d7
http://git.ffmpeg.org...
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 --enable-libamr-nb --enable-nonfree...
2019 Aug 27
5
Anyone using ffmpeg as a source-client?
As described here in ffmpeg's documentation:
http://ffmpeg.org/ffmpeg-all.html#Icecast
--
That Jack Elliott
(541) 848 7021
KPOV 88.9 FM High Desert Community radio
Host, The Sunday Classics
2015 Aug 20
6
RFC: New dependency on FFmpeg?
...me examples.
Most games that use the xaudio2 API use a version of Microsoft's WMA
codec. Wine doesn't currently have the ability to decode this audio
for playback. In order for the xaudio2 implementation to be useful for
most games, we'll need some way to convert it. I chose to use the
FFmpeg library to decode WMA audio.
This means for most games, Wine's built-in xaudio2 will require that
the 32-bit FFmpeg library be available on the system to successfully
play audio.
The new code only uses the audio decoding features of FFmpeg,
specifically linking only against libavcodec and lib...
2014 May 23
2
Newer version of ffmpeg for EL6?
We're trying to build a rich media website, and will need to re-encode
the video content with ffmpeg. Unfortunately, the ffmpeg version that
comes with the most common repos are rather out of date. As in 0.6.5 vs
2.21 being the most current version. However, ffmpeg looks to be a
pretty thorny thing to compile with all the options we need. It appears
that the FFMPEG with rpmfusion for Fedora is...
2019 Aug 28
3
Anyone using ffmpeg as a source-client?
How are you capturing the audio-in?
Jack Elliott
On 8/27/2019 5:25 PM, webmaster at berean-biblechurch.org wrote:
> Yes, I'm using it to capture the audio-in and pushing to Icecast.
>
> On 2019-08-27 10:33, Jack Elliott wrote:
>> As described here in ffmpeg's documentation:
>>
>> http://ffmpeg.org/ffmpeg-all.html#Icecast
2003 Oct 02
2
GNOME 2 port is broken?
...nh323
===> Building for openh323-1.12.0_1
gmake P_SHAREDLIB=0 opt
gmake[1]: Entering directory `/usr/ports/net/openh323/work/openh323'
set -e; gmake -C src opt; gmake -C samples/simple opt;
gmake[2]: Entering directory `/usr/ports/net/openh323/work/openh323/src'
c++ -I/usr/local/include/ffmpeg -DP_FREEBSD=501000 -I/usr/local/include
-I/usr/local/include -D_REENTRANT -pthread -Wall -DP_FREEBSD=501000
-DP_USE_PRAGMA -DPHAS_TEMPLATES
-I/usr/ports/devel/pwlib/work/pwlib/include/ptlib/unix -DPTRACING
-I/usr/ports/net/openh323/work/openh323/include -DHAS_OSS -DPTRACING
-I/usr/ports/devel/pwlib...
2011 Aug 10
5
ffmpeg
This is annoying. I've been trying to get motion working correctly on
CentOS 6. First, there was no ffmpeg rpms. Now, I try to install it, and
it's found on rpmfusion... except that it will not install. It insists
that libfaad.so.0 is required, and tells me faad2-libs-2.6.1-5 from el5 is
available. (I've done some stuff with my repos to try to get what I need
for motion.)
I installed faad2-libs...
2009 Jun 20
3
DVD NTSC video plays twice as fast when encoded with libtheora
https://roundup.ffmpeg.org/roundup/ffmpeg/issue1197
I had originally encountered this problem using ffmpeg2theora. I
switched to ffmpeg proper in an attempt to identify where the problem
was at, and found that the problem persisted. As a result I had
thought this was a problem with ffmpeg, but the ffmpeg folks seem to
i...
2014 May 23
2
Newer version of FfMpeg
We're trying to build a rich media website, and will need to re-encode
the video content with ffmpeg. Unfortunately, the ffmpeg version that
comes with the most common repos are rather out of date. As in 0.6.5 vs
2.21 being the most current version. However, ffmpeg looks to be a
pretty thorny thing to compile with all the options we need. It appears
that the FFMPEG with rpmfusion for Fedora is...
2009 Jul 24
2
ffmpeg2theora: Undefined symbols?
Compiling ffmpge2theora from SVN appears to die while complaining
about undefined symbols?
This documents my attempt to build ffmpeg2theora from SVN on Mac OS X
version 10.5.7. I'm using libogg 1.1.4, libvorbis 1.2.3 and Thusnelda
built from SVN...
jason$ svn co http://svn.xiph.org/trunk/ffmpeg2theora/
...
Checked out revision 16330.
jason$ cd ffmpeg2theora;curl -C - -O http://www.ffmpeg.org/releases/ffmpeg-0.5.tar.bz2...
2019 Jul 11
2
Need help with streaming to Icecast
...ied name
server_type audio/mpeg
slow_listeners 0
source_ip 192.168.11.61
stream_start Thu, 11 Jul 2019 15:56:46 +0100
stream_start_iso8601 2019-07-11T15:56:46+0100
total_bytes_read 877800
total_bytes_sent 0
user_agent Lavf/58.20.100
*Code:*
int ret;
_pOutputFormatContext = ffmpeg.avformat_alloc_context();
fixed (AVFormatContext** ppOutputFormatContext =
&_pOutputFormatContext)
{
ret =
ffmpeg.avformat_alloc_output_context2(ppOutputFormatContext, null, "webm",
configuration.Destination);
if (ret < 0)...
2010 Jan 03
1
Swfdec and Ffmpeg only
Hi,
I'm the founder and still very active developer of Puppy Linux, and a
variant named Quirky. Puppy is a cut-down distro, typically 100MB
live-CD. We have always used the Adobe Flash player, though I have
stayed with the Flash 9 player (9.0.48.0) due to its smaller size.
Puppy also has ffmpeg, xine-lib and gxine.
Recently I have been experimenting with Swfdec and Swfdec-mozilla. I
started with the latest stable releases and Gstreamer, but I could
only get Flash videos to play the video, no sound.
However, I don't want Gstreamer, it's too big. Ffmpeg alone has become
extremely...
2006 Feb 21
5
ffmpeg/ffmpeg2theora &vhooks
...m 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
ffmpeg's vhook functionality. We ultimately need this footage to be
in theora, because we're using annodex to index the footage. So - a
couple of questions:
I've noticed some activity on the ffmpeg changelog w/r/t decoding
theora content - is there any hope of ENcoding via ffmpeg?
thi...
2009 May 20
3
ffmpeg + mp3 convert
Hi all,
I am using paperclip plugin to upload mp3''s. Before I save the mp3 I
would like to convert it to a smaller size.
I am using ffmpeg library and in my Track model I am calling:
before_save :convert_mp3
def convert_mp3
system("ffmpeg -i #{mp3.to_file.path} -vn -ar 44100 -ac 2 -ab 64 -f
mp3 #{mp3.to_file.path}")
end
But this fails. Am I missing something?
Thanks Pete
--
Posted via http://www.ruby-forum.com/.
2009 Nov 06
3
screwed up dependencies
Subsequent to trying to "yum update"-- it failed--, I tried to resolve
the dependencies piecemeal:
# yum update faad2
....
--> Processing Dependency: libfaad.so.0 for package: ffmpeg
---> Package faad2.i386 0:2.7-1.el5.rf set to be updated
--> Finished Dependency Resolution
ffmpeg-0.5-2.el5.rf.i386 from installed has depsolving problems
--> Missing Dependency: libfaad.so.0 is needed by package
ffmpeg-0.5-2.el5.rf.i386 (installed)
Error: Missing Dependency: libfaad.so...