"Logo" subfilter doesn't working under Gentoo.

*nix specific usage questions
Sergey_Sidorin
New Cone
New Cone
Posts: 7
Joined: 24 Sep 2008 13:36

"Logo" subfilter doesn't working under Gentoo.

Postby Sergey_Sidorin » 06 Oct 2008 13:16

I'm running 0.9.3 on Gentoo. Via "extended settings" I switched on "logo" subfilter. There is fragments from .config/vlc/vlcrc:
sub-filter=logo
[logo] # Logo sub filter
logo-file=/home/sergey/shot/logo-overlay.png
logo-x=100
logo-y=100
logo-transparency=154
logo-position=0

But when I running vlc there is no logo on video. In console I see:
[00000430] main filter debug: looking for sub filter module: 1 candidate
[00000430] main filter debug: creating access '' path='/home/sergey/shot/logo-overlay.png'
[00000433] main access debug: looking for access module: 7 candidates
[00000433] vcd access debug: trying .cue file: /home/sergey/shot/logo-overlay.cue
[00000433] vcd access debug: could not find .cue file
[00000433] access_mmap access debug: opening file /home/sergey/shot/logo-overlay.png
[00000433] main access debug: using access module "access_mmap"
[00000433] main access debug: TIMER module_Need() : 0.411 ms - Total 0.411 ms / 1 intvls (Avg 0.411 ms)
[00000435] main stream debug: Using AStream*Block
[00000435] main stream debug: pre buffering
[00000435] main stream debug: received first data for our buffer
[00000433] access_mmap access debug: at end of memory mapped file
[00000433] access_mmap access debug: at end of memory mapped file
[00000433] main access debug: removing module "access_mmap"
[00000436] main decoder debug: looking for decoder module: 26 candidates
[00000436] main decoder debug: using decoder module "png"
[00000436] main decoder debug: TIMER module_Need() : 0.091 ms - Total 0.091 ms / 1 intvls (Avg 0.091 ms)
[00000437] main filter debug: looking for video filter2 module: 12 candidates
[00000437] main filter debug: TIMER module_Need() : 1.736 ms - Total 1.736 ms / 1 intvls (Avg 1.736 ms)
[00000437] main filter debug: no video filter found
[00000436] main decoder debug: removing module "png"
[00000430] logo filter warning: error while loading logo /home/sergey/shot/logo-overlay.png, will be skipped
[00000430] logo filter debug: logo file name /home/sergey/shot/logo-overlay.png, delay -1, alpha -1
[00000430] main filter debug: using sub filter module "logo"


Code: Select all

VLC media player 0.9.3 Grishenko [00000001] main libvlc debug: VLC media player - version 0.9.3 Grishenko - (c) 1996-2008 the VideoLAN team [00000001] main libvlc debug: libvlc was configured with ./configure '--prefix=/usr' '--host=i686-pc-linux-gnu' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--datadir=/usr/share' '--sysconfdir=/etc' '--localstatedir=/var/lib' '--enable-a52' '--disable-aa' '--enable-faad' '--disable-alsa' '--disable-altivec' '--disable-arts' '--disable-asademux' '--disable-atmo' '--disable-bonjour' '--enable-fribidi' '--enable-cdda' '--enable-cddax' '--disable-libcddb' '--enable-libcdio' '--disable-csri' '--disable-dbus' '--disable-dbus-control' '--disable-dirac' '--disable-directfb' '--disable-dc1394' '--disable-debug' '--enable-dca' '--disable-dv' '--disable-dvb' '--enable-dvdread' '--enable-dvdnav' '--disable-esd' '--disable-fb' '--enable-avcodec' '--enable-avformat' '--disable-swscale' '--enable-imgresample' '--enable-postproc' '--enable-flac' '--disable-fluidsynth' '--disable-fontconfig' '--disable-ggi' '--disable-gnomevfs' '--enable-gnutls' '--disable-hal' '--enable-httpd' '--enable-id3tag' '--disable-jack' '--disable-kate' '--disable-libass' '--disable-caca' '--enable-libgcrypt' '--disable-notify' '--disable-libproxy' '--disable-libtar' '--disable-lirc' '--enable-live555' '--disable-lua' '--enable-mkv' '--disable-mmx' '--disable-mod' '--enable-mad' '--enable-libmpeg2' '--disable-mpc' '--enable-ncurses' '--disable-mozilla' '--with-mozilla-pkg=' '--enable-ogg' '--disable-glx' '--disable-opengl' '--disable-galaktos' '--disable-optimize-memory' '--disable-oss' '--enable-png' '--disable-portaudio' '--disable-pulse' '--disable-pvr' '--enable-qt4' '--enable-realrtsp' '--disable-smb' '--disable-schroedinger' '--disable-sdl' '--enable-sdl-image' '--enable-shout' '--disable-speex' '--disable-sse' '--disable-svg' '--enable-svgalib' '--disable-taglib' '--enable-theora' '--disable-freetype' '--enable-twolame' '--enable-upnp' '--disable-v4l' '--disable-v4l2' '--enable-vcd' '--disable-vcdx' '--enable-vorbis' '--disable-loader' '--enable-x11' '--enable-screen' '--disable-x264' '--disable-xinerama' '--disable-libxml2' '--enable-xosd' '--enable-xvideo' '--disable-xvmc' '--disable-zvbi' '--disable-snapshot' '--disable-growl' '--disable-optimizations' '--enable-fast-install' '--enable-vlm' '--enable-sout' '--disable-skins2' '--disable-remoteosd' '--build=i686-pc-linux-gnu' 'build_alias=i686-pc-linux-gnu' 'host_alias=i686-pc-linux-gnu' 'CFLAGS=-O2 -march=i686 -pipe' 'CPPFLAGS=' 'CXXFLAGS=-O2 -march=i686 -pipe'

The DJ
Cone Master
Cone Master
Posts: 5987
Joined: 22 Nov 2003 21:52
VLC version: git
Operating System: Mac OS X
Location: Enschede, Holland
Contact:

Re: "Logo" subfilter doesn't working under Gentoo.

Postby The DJ » 06 Oct 2008 22:10

You should compile with swscale support for ffmpeg (ergo, kick your distro's maintainer :D )
Don't use PMs for support questions.

Sergey_Sidorin
New Cone
New Cone
Posts: 7
Joined: 24 Sep 2008 13:36

Re: "Logo" subfilter doesn't working under Gentoo.

Postby Sergey_Sidorin » 07 Oct 2008 06:34

You should compile with swscale support for ffmpeg (ergo, kick your distro's maintainer :D )
Swscale support depends on ffmpeg version. There are lines from 0.9.3.ebuild:
vlc_ffmpeg_scaling_api() {
if use ffmpeg ; then
if has_version ">=media-video/ffmpeg-0.4.9_p20070616-r20" || has_version "=media-video/ffmpeg-0.4.9_p20070616-r2" || has_ve
rsion "=media-video/ffmpeg-0.4.9_p20070616-r1"; then
echo "--enable-swscale --disable-imgresample"
else
echo "--disable-swscale --enable-imgresample"
fi
else
echo "--disable-swscale --disable-imgresample"
fi
}

But my distro has only 0.4.9_p20070616 version of ffmpeg.


Return to “VLC media player for Linux and friends Troubleshooting”

Who is online

Users browsing this forum: Google [Bot] and 14 guests