Displaying 20 results from an estimated 21 matches for "libswscal".
Did you mean:
libswscale
2009 Jul 03
3
ffmpeg and zoneminder install problems
...-Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3
-I"/root/software/ffmpeg" -I"/root/software/ffmpeg"
-I"/root/software/ffmpeg"/libavutil -I"/root/software/ffmpeg"/libavcodec
-I"/root/software/ffmpeg"/libavformat
-I"/root/software/ffmpeg"/libswscale
-I"/root/software/ffmpeg"/libavdevice -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE -DHAVE_AV_CONFIG_H -MM vhook/fish.c
vhook/null.c vhook/watermark.c vhook/drawtext.c vhook/imlib2.c
vhook/ppm.c version.h | sed 's,^\([a-z]\),vhook/\1,' > .vhookdep
vhook/drawtext...
2007 Oct 25
1
[PATCH] Fix logic in ffmpeg detection
...eg],
[enable ffmpeg support (default=yes)])],
- enable_ffmpeg=$enableval,
- enable_ffmpeg="yes")
+ enable_ffmpeg=$enableval)
-if test "$enable_ffmpeg" = "yes"; then
+if test "$enable_ffmpeg" != "no"; then
PKG_CHECK_MODULES(FFMPEG, libavcodec libswscale, HAVE_FFMPEG=yes, HAVE_FFMPEG=no)
AC_SUBST(FFMPEG_CFLAGS)
AC_SUBST(FFMPEG_LIBS)
if test "x$HAVE_FFMPEG" = xyes; then
AC_DEFINE(HAVE_FFMPEG, 1, [Define if ffmpeg is enabled])
else
- AC_MSG_ERROR([Couldn't find ffmpeg. You might need to install the libavcodec-dev and libs...
2009 Jul 24
2
ffmpeg2theora: Undefined symbols?
...olVariable() function instead.
File "/Users/jason/ffmpeg2theora/SConstruct", line 24, in <module>
Checking for pkg-config... (cached) yes
Checking for ogg >= 1.1 vorbis vorbisenc theora >= 1.0beta1...
(cached) yes
Checking for libavcodec libavformat libavdevice libpostproc
libswscale... (cached) yes
Checking for C header file libavformat/framehook.h... yes
Checking for oggkate... (cached) no
Could not find libkate. Subtitles support will be disabled.
You can also run ./get_libkate.sh (for more information see
INSTALL)
or update PKG_CONFIG_PATH to...
2007 Jun 26
1
Branch 'as' - configure.ac
configure.ac | 1 +
1 files changed, 1 insertion(+)
New commits:
diff-tree fad705a672d2685cd5572f1bbe4fa9e17776441f (from 0e96b023aba5b5548d22679a5fdffcc0ebce13e5)
Author: Benjamin Otte <otte at gnome.org>
Date: Tue Jun 26 11:31:50 2007 +0200
automake claims we need this
diff --git a/configure.ac b/configure.ac
index aac8129..e76bce0 100644
--- a/configure.ac
+++ b/configure.ac
2013 Nov 13
2
Compiling FFmpeg with libopencore-amrnb and opus-git.
...ldflags=-L/home/user/build/lib --enable-libopencore-amrnb --enable-libopus --enable-version3
libavutil 52. 48.100 / 52. 48.100
libavcodec 55. 39.100 / 55. 39.100
libavformat 55. 19.104 / 55. 19.104
libavdevice 55. 5.100 / 55. 5.100
libavfilter 3. 90.100 / 3. 90.100
libswscale 2. 5.101 / 2. 5.101
libswresample 0. 17.104 / 0. 17.104
Tests were carried out using...
ArchBang Linux OS.
FFmpeg-2.1.
opencore-amr-0.1.3.
Test build scripts...
"bad" is here ---> http://pastebin.com/raw.php?i=vfvEDHG8
"good" is here ---> http://pastebin.co...
2016 May 17
2
Re Centos 7.2 Repos
...libgroupsock.so.0 libjack.so.0
liblirc_client.so.0 libliveMedia.so.0 libmad.so.0 libmp3lame.so.0
libmpeg2.so.0 libmpg123.so.0 libnemesi.so.1 libopenal.so.1
libopencore-amrnb.so.0 libopencore-amrwb.so.0 libportaudio.so.2
libpostproc.so.52 libpostproc.so.52 librtmp.so.0
libschroedinger-1.0.so.0 libswscale.so.2 libswscale.so.2 libtwolame.so.0
libUsageEnvironment.so.0 libvga.so.1 libx264.so.120 libx264.so.142
libxmms.so.1 libxvidcore.so.4 mencoder mplayer-fonts mplayer-skins ; do
yum provides $i
done
It found no match for any of these which required for installing:
yum install mplayer-common-1.1-...
2010 Mar 12
1
ffmpeg to speexenc via pipe
...buildd/ffmpeg-0.5+svn20090706/debian/include
> --enable-shared --disable-static
> libavutil 49.15. 0 / 49.15.
> 0
> libavcodec 52.20. 0 / 52.20. 0
> libavformat 52.31. 0 / 52.31. 0
> libavdevice 52. 1. 0 / 52. 1. 0
> libavfilter 0. 4. 0 / 0. 4. 0
> libswscale 0. 7. 1 /
> 0. 7. 1
> libpostproc 51. 2. 0 / 51. 2. 0
> built on Oct 13 2009 22:15:16, gcc: 4.4.1
> Input #0, mp3, from 'ART_raw.mp3':
> Duration: 01:57:49.77, start: 0.000000, bitrate: 128
> kb/s
> Stream #0.0: Audio: mp3, 48000 Hz, stereo,
> s16,...
2007 Jun 29
5
ffmpeg2theora 0.19 release
New version of ffmpeg2theora,
a command line tool to convert video files to Ogg Theora.
new in version 0.19
- use libswscale api
- add frontend mode and a simple PythonCard Frontend
(only in svn right now or binary for os x *)
- support for output larger than 2GB on 32bit systems
- fix short option -k to output Ogg Skeleton
- other smaller fixes
binaries
http://v2v.cc/~j/ffmpeg2theora/ffmpeg2theora-0.18.l...
2020 Jul 13
3
CentOS 8 & HandBrakeCLI
...4 --enable-libmfx --enable-runtime-cpudetect
? libavutil????? 56. 31.100 / 56. 31.100
? libavcodec???? 58. 54.100 / 58. 54.100
? libavformat??? 58. 29.100 / 58. 29.100
? libavdevice??? 58.? 8.100 / 58.? 8.100
? libavfilter???? 7. 57.100 /? 7. 57.100
? libavresample?? 4.? 0.? 0 /? 4.? 0.? 0
? libswscale????? 5.? 5.100 /? 5.? 5.100
? libswresample?? 3.? 5.100 /? 3.? 5.100
? libpostproc??? 55.? 5.100 / 55.? 5.100
Hyper fast Audio and Video encoder
usage: ffmpeg [options] [[infile options] -i infile]... {[outfile
options] outfile}...
Use -h to get full help or, even better, run 'man ffmpeg...
2014 May 17
1
Error when compiling FFmpeg with speex-git.
On Fri, May 16, 2014 at 06:24:48PM -0400, Tristan Matthews wrote:
> Hi,
>
> On Fri, May 16, 2014 at 1:58 PM, batguano999 <batguano999 at zoho.com> wrote:
>
> >
> > Hi
> > With 32-bit Xubuntu-14.04.
> > When I compile FFmpeg from git using speex-1.2rc1 it builds OK.
> > When I compile FFmpeg from git using speex-git it fails to build.
> >
2013 Nov 13
0
Compiling FFmpeg with libopencore-amrnb and opus-git.
...--enable-libopencore-amrnb --enable-libopus --enable-version3
> libavutil 52. 48.100 / 52. 48.100
> libavcodec 55. 39.100 / 55. 39.100
> libavformat 55. 19.104 / 55. 19.104
> libavdevice 55. 5.100 / 55. 5.100
> libavfilter 3. 90.100 / 3. 90.100
> libswscale 2. 5.101 / 2. 5.101
> libswresample 0. 17.104 / 0. 17.104
>
> Tests were carried out using...
> ArchBang Linux OS.
> FFmpeg-2.1.
> opencore-amr-0.1.3.
>
> Test build scripts...
> "bad" is here ---> http://pastebin.com/raw.php?i=vfvEDHG8
> &...
2013 Nov 13
2
Compiling FFmpeg with libopencore-amrnb and opus-git.
>
>I can do the rename for the next version of libopus.
>
Thanks Jean-Marc
I will stay with opus-1.1-beta for now and keep watch on opus-git summary to see if/when the rename appears.
:-)
2020 Jul 13
0
CentOS 8 & HandBrakeCLI
...untime-cpudetect
> ? libavutil????? 56. 31.100 / 56. 31.100
> ? libavcodec???? 58. 54.100 / 58. 54.100
> ? libavformat??? 58. 29.100 / 58. 29.100
> ? libavdevice??? 58.? 8.100 / 58.? 8.100
> ? libavfilter???? 7. 57.100 /? 7. 57.100
> ? libavresample?? 4.? 0.? 0 /? 4.? 0.? 0
> ? libswscale????? 5.? 5.100 /? 5.? 5.100
> ? libswresample?? 3.? 5.100 /? 3.? 5.100
> ? libpostproc??? 55.? 5.100 / 55.? 5.100
> Hyper fast Audio and Video encoder
> usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options] outfile}...
>
> Use -h to get full help or, even be...
2009 Feb 20
2
segfault on amd64 with ffmpeg
...libspeex --enable-avfilter-lavf --enable-vdpau --disable-altivec
--disable-armv5te --disable-armv6 --disable-vis
libavutil 49.14. 0 / 49.14. 0
libavcodec 52.18. 0 / 52.18. 0
libavformat 52.29. 2 / 52.29. 2
libavdevice 52. 1. 0 / 52. 1. 0
libavfilter 0. 3. 0 / 0. 3. 0
libswscale 0. 7. 0 / 0. 7. 0
libpostproc 51. 2. 0 / 51. 2. 0
built on Feb 20 2009 14:32:43, gcc: 4.3.2
Input #0, mpeg, from 'ffmpeg_pb_jack_test_14.mpg':
Duration: 00:02:18.76, start: 0.500000, bitrate: 510 kb/s
Stream #0.0[0x1e0]: Video: mpeg2video, yuv420p, 432x200 [PAR 1:1 DA...
2010 Apr 30
3
Ogv file only plays in VLC / Can't be used by most tools.
...ht (c) 2000-2010 the FFmpeg developers
built on Mar 2 2010 03:26:44 with gcc 4.2.5 20080919 (prerelease) [Sherpya]
libavutil 50. 9. 0 / 50. 9. 0
libavcodec 52.55. 0 / 52.55. 0
libavformat 52.54. 0 / 52.54. 0
libavdevice 52. 2. 0 / 52. 2. 0
libavfilter 1.17. 0 / 1.17. 0
libswscale 0.10. 0 / 0.10. 0
libpostproc 51. 2. 0 / 51. 2. 0
Input #0, ogg, from 'C:\NG\Source\Tools\OggEncoder\Out.ogv':
Duration: 00:00:14.53, start: 0.000000, bitrate: 3052 kb/s
Stream #0.0: Video: theora, yuv420p, 640x480, 30 tbr, 30 tbn, 30 tbc
File 'test.mpg' already exis...
2009 Mar 12
2
compiling ffmpeg with --enable-libspeex (was Re: from Adobe Flex / Flash Player 10 .flv Speex via Red5 to .wav PCM?)
..."/libavformat
-L"/home/jsalsman/src/ffmpeg"/libavcodec
-L"/home/jsalsman/src/ffmpeg"/libavutil -rdynamic -export-dynamic
-Wl,--warn-common -Wl,--as-needed
-Wl,-rpath-link,"/home/jsalsman/src/ffmpeg"/libpostproc
-Wl,-rpath-link,"/home/jsalsman/src/ffmpeg"/libswscale
-Wl,-rpath-link,"/home/jsalsman/src/ffmpeg"/libavfilter
-Wl,-rpath-link,"/home/jsalsman/src/ffmpeg"/libavdevice
-Wl,-rpath-link,"/home/jsalsman/src/ffmpeg"/libavformat
-Wl,-rpath-link,"/home/jsalsman/src/ffmpeg"/libavcodec
-Wl,-rpath-link,"/home/jsalsma...
2014 May 16
3
Error when compiling FFmpeg with speex-git.
...ay 16 2014 18:49:41 with gcc 4.8 (Ubuntu 4.8.2-19ubuntu1)
configuration: --enable-libspeex
libavutil 52. 83.100 / 52. 83.100
libavcodec 55. 62.100 / 55. 62.100
libavformat 55. 38.100 / 55. 38.100
libavdevice 55. 13.101 / 55. 13.101
libavfilter 4. 5.100 / 4. 5.100
libswscale 2. 6.100 / 2. 6.100
libswresample 0. 19.100 / 0. 19.100
Hyper fast Audio and Video encoder
usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options] outfile}...
---------------------------------------------------------------------
These are the errors when I try to c...
2007 Oct 28
0
9 commits - configure.ac libswfdec/swfdec_as_context.c libswfdec/swfdec_audio_internal.h libswfdec/swfdec_codec_audio.c libswfdec/swfdec_codec_gst.c libswfdec/swfdec_sound.c
...-enable-ffmpeg],
- [enable ffmpeg support (default=yes)])],
+ [enable ffmpeg support (default=no)])],
enable_ffmpeg=$enableval,
- enable_ffmpeg="yes")
+ enable_ffmpeg="no")
if test "$enable_ffmpeg" = "yes"; then
PKG_CHECK_MODULES(FFMPEG, libavcodec libswscale, HAVE_FFMPEG=yes, HAVE_FFMPEG=no)
commit 2aa0918b46d71707d1ca6f1ec22fd47de09bf23b
Author: Benjamin Otte <otte at gnome.org>
Date: Sun Oct 28 22:49:26 2007 +0100
only pop blocks when there's not been an error with the pc before
diff --git a/libswfdec/swfdec_as_context.c b/libswfde...
2009 Mar 12
0
compiling ffmpeg with --enable-libspeex (was Re: from Adobe Flex / Flash Player 10 .flv Speex via Red5 to .wav PCM?)
...L"/home/jsalsman/src/ffmpeg"/libavcodec
> -L"/home/jsalsman/src/ffmpeg"/libavutil -rdynamic -export-dynamic
> -Wl,--warn-common -Wl,--as-needed
> -Wl,-rpath-link,"/home/jsalsman/src/ffmpeg"/libpostproc
> -Wl,-rpath-link,"/home/jsalsman/src/ffmpeg"/libswscale
> -Wl,-rpath-link,"/home/jsalsman/src/ffmpeg"/libavfilter
> -Wl,-rpath-link,"/home/jsalsman/src/ffmpeg"/libavdevice
> -Wl,-rpath-link,"/home/jsalsman/src/ffmpeg"/libavformat
> -Wl,-rpath-link,"/home/jsalsman/src/ffmpeg"/libavcodec
> -Wl,-rpath...
2007 Oct 26
0
6 commits - configure.ac libswfdec/swfdec_codec_audio.c libswfdec/swfdec_codec_gst.c libswfdec/swfdec_codec_video.c player/swfplay.c
...*])
+ AC_MSG_NOTICE([mad audio support was not enabled.])
fi
AM_CONDITIONAL(HAVE_MAD, [test "x$HAVE_MAD" = xyes])
@@ -225,7 +225,7 @@ if test "$enable_ffmpeg" = "yes"; then
AC_MSG_ERROR([Couldn't find ffmpeg. You might need to install the libavcodec-dev and libswscale-dev packages.])
fi
else
- AC_MSG_WARN([*** ffmpeg support was not enabled. ***])
+ AC_MSG_NOTICE([ffmpeg support was not enabled.])
fi
AM_CONDITIONAL(HAVE_FFMPEG, [test "x$HAVE_FFMPEG" = xyes])
AC_ARG_ENABLE(gstreamer,
@@ -243,7 +243,7 @@ if test "$enable_gstreamer" = &qu...