Displaying 7 results from an estimated 7 matches for "swscaler".
2007 Mar 30
0
Re: A little question about swfdec 0.4.3 and ffmpeg's swscaler
...e not writing to propper mailing list but I saw mostly
> commit reports there.
> I was just trying to compile swfdec + swfdec-mozilla 0.4.3 tarballs, but
> finally the compilation died on 'undefined reference to `img_convert''.
> My distro (PLD Linux) has ffmpeg built with swscaler and therefore
> img_*, marked as deprecated, don't work. Now I don't want to build a
> separate ffmpeg library set, cause it's a real pain in the butt since
> ffmpeg and gcc started to bite each other badly on my box (i built
> ffmpeg without swscaler and rebuilt swfdec to u...
2007 Mar 30
0
Re: A little question about swfdec 0.4.3 and ffmpeg's swscaler
...e not writing to propper mailing list but I saw mostly
> commit reports there.
> I was just trying to compile swfdec + swfdec-mozilla 0.4.3 tarballs, but
> finally the compilation died on 'undefined reference to `img_convert''.
> My distro (PLD Linux) has ffmpeg built with swscaler and therefore
> img_*, marked as deprecated, don't work. Now I don't want to build a
> separate ffmpeg library set, cause it's a real pain in the butt since
> ffmpeg and gcc started to bite each other badly on my box (i built
> ffmpeg without swscaler and rebuilt swfdec to u...
2005 Sep 23
5
Re: [OT] Rails intro video MOVs - what Open Source, player to use?
> Slightly OT question here, but I have a friend who needs to watch the Rails
> intro movs, but is on Linux and has no way of using an actual Quicktime
> player.
VLC? I assumed everyone used that anyway.
http://www.videolan.org/vlc/
2009 Apr 14
5
.GSM -> .WAV (or ,MP3) Conversion
....conv.wav resample
as ffmpeg borks at it:
tim at freee-meee:~/dmc/call recordings$ ffmpeg -i 1239101491.30.conv.wav
1239101491.30.conv.mp3
FFmpeg version r11872+debian_3:0.svn20080206-12ubuntu3.1, Copyright (c)
2000-2008 Fabrice Bellard, et al.
configuration: --enable-gpl --enable-pp --enable-swscaler
--enable-x11grab --prefix=/usr --enable-libgsm --enable-libtheora
--enable-libvorbis --enable-pthreads --disable-strip --enable-libfaad
--enable-libfaadbin --enable-liba52 --enable-liba52bin
--enable-libdc1394 --disable-armv5te --disable-armv6 --disable-altivec
--disable-vis --enable-shared --...
2010 Apr 30
3
Ogv file only plays in VLC / Can't be used by most tools.
...lanar YV12)
VDec: using Planar YV12 as output csp (no 0)
Movie-Aspect is undefined - no prescaling applied.
[theora @ 00B77270]Theora bitstream version 30201
[theora @ 00B77270]408 bits left in packet 81
[theora @ 00B77270]Theora bitstream version 30201
[theora @ 00B77270]408 bits left in packet 81
SwScaler: using unscaled 0x32315659 (21VY) -> 0x32315659 (21VY) special converter
x264 [info]: using SAR=1/1
x264 [info]: using cpu capabilities MMX MMXEXT SSE SSE2
New_Face failed. Maybe the font path is wrong.
Please supply the text font file (~/.mplayer/subfont.ttf).
subtitle font: load_sub_face faile...
2010 Feb 22
5
FFMPEG2THEORA 0.26 / BIG Theora testing / BUG in players or Lib
I tested the new FFMPEG2THEORA 0.26 and some players.
1. Biggest bug:
http://freefile.kristopherw.us/uploads/temp/push5tru.zi7
encodes into
http://freefile.kristopherw.us/uploads/temp/push5tru.ogv
the problem: it doesn't play well. MPLAYER reacts very badly, reports
"invalid frames" and HANGS (known issue ???). But in VLC there is also
a problem, less severe:
2007 Jun 27
0
Branch 'as' - 16 commits - configure.ac libswfdec/Makefile.am libswfdec/swfdec_as_context.c libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame.h libswfdec/swfdec_as_function.c libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_script_function.c
...HAVE_FFMPEG" = xyes; then
diff-tree 00d9cad4c135dba8df2cffea271d0ad5935440b1 (from 27f2f8fe232d392ddf50e97116724f507cc05a43)
Author: Benjamin Otte <otte at gnome.org>
Date: Tue Jun 26 13:35:01 2007 +0200
initialize the struct with 0ed members
Avoids SEGV when assuming the swscaler context is empty.
diff --git a/libswfdec/swfdec_codec_ffmpeg.c b/libswfdec/swfdec_codec_ffmpeg.c
index 8b7463c..c80f117 100644
--- a/libswfdec/swfdec_codec_ffmpeg.c
+++ b/libswfdec/swfdec_codec_ffmpeg.c
@@ -280,7 +280,7 @@ swfdec_video_decoder_ffmpeg_new (SwfdecV
if (ctx == NULL)
return...