
Recherche avancée
Médias (1)
-
The pirate bay depuis la Belgique
1er avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (48)
-
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...) -
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir
Sur d’autres sites (6770)
-
ffmpeg problem in ubuntu (libavcodec.so)
7 décembre 2016, par lyubaI run Ubuntu and try to use the ffmpeg wrapper in Java from here :
http://code.google.com/p/javacv/It seems to work fine on other systems, but in Ubuntu the project crashes
with the following mistake :
Exception in thread "main" java.lang.UnsatisfiedLinkError : Error looking up
function ’avcodec_decode_video2’ : /usr/lib/i686/cmov/libavcodec.so :
undefined symbol : avcodec_decode_video2ffmpeg is working great from the command line, though.
JavaCV author recommended me to check this link :
http://linux-tipps.blogspot.com/2009/05/pretending-package-is-installed-by.htmlProbably I’m doing something wrong, but it cannot reinstall libavcodec51
like this.So the questions are :
1. Is those solution above a good one so I should bring it to success
somehow ?
2. What are the other ways to solve the problem ?Thank you for your suggestions in advance !
-
Problem on building ffmpeg with libvpx coder - - Windows 10 [on hold]
1er mars 2019, par Alex Derozahave a problem with ffmpeg compil after when —enable-libvpx was added to params. For compilation on Windows 10 I use Msys2, NASM, sources of x264 and ffmpeg 4.1. I’m not fully understand how it all works, can u help me, because I’m very need in vp9 encoder ?
check_pkg_config libvpx_vp8_decoder vpx >= 1.4.0 vpx/vpx_decoder.h vpx/vp8dx.h vpx_codec_vp8_dx
test_pkg_config libvpx_vp8_decoder vpx >= 1.4.0 vpx/vpx_decoder.h vpx/vp8dx.h vpx_codec_vp8_dx
pkg-config --exists --print-errors vpx >= 1.4.0
Package vpx was not found in the pkg-config search path.
Perhaps you should add the directory containing `vpx.pc'
to the PKG_CONFIG_PATH environment variable
No package 'vpx' found -
avformat/hlsenc : fix fmp4_init_filename file name with %v problem
19 janvier 2019, par Steven Liuavformat/hlsenc : fix fmp4_init_filename file name with %v problem
when set option fmp4_init_filename to init_%v.mp4
before patch :
the init file will be init_%v_0.mp4, init_%v_1.mp4
after patch :
the init file will be init_0.mp4, init_1.mp4Reported-By : Gyan Doshi <ffmpeg@gyani.pro>
Signed-off-by : Steven Liu <lq@chinaffmpeg.org>