
Recherche avancée
Autres articles (63)
-
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 -
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...) -
Demande de création d’un canal
12 mars 2010, parEn fonction de la configuration de la plateforme, l’utilisateur peu avoir à sa disposition deux méthodes différentes de demande de création de canal. La première est au moment de son inscription, la seconde, après son inscription en remplissant un formulaire de demande.
Les deux manières demandent les mêmes choses fonctionnent à peu près de la même manière, le futur utilisateur doit remplir une série de champ de formulaire permettant tout d’abord aux administrateurs d’avoir des informations quant à (...)
Sur d’autres sites (6837)
-
I want to develop an application for making vAnimated videos how to proceed ?
12 juillet 2016, par Amit PatilI have done some research on internet about ffmpeg which provides solution for this.
Can anyone suggest me in which technology i should go for desktop based application or web based application would be fine.
Also if there is any other gif image generators available.Thanks.
-
Telling CMake in OpenCV where to find local FFMPEG library
28 août 2014, par UnapiedraI want to install OpenCV with video support, especially ffmpeg.
I installed ffmpeg by hand with the prefix
~/.local
. Primarily that means that the executable can be found under~/.local/bin/ffmpeg
and that the libraries are under~/.local/lib/libavformat.a
etc.I then downloaded OpenCV from the master branch on Github. Running
cmake ..
inbuild
checks the configuration and reports that OpenCV won’t be compiled with FFMPEG support.I tried setting
LD_LIBRARY_PATH
, to no avail. I tried running cmake with-DCMAKE_PREFIX_PATH=/home/.../.local/
, that also doesn’t work. Compiling ffmpeg with shared libraries also hasn’t worked. -
Revision 7e7ae66f74 : Merge "Making vp9_activity_masking() static."
11 février 2014, par Dmitry KovalevChanged Paths :
Modify /vp9/encoder/vp9_encodeframe.c
Modify /vp9/encoder/vp9_onyx_int.h
Merge "Making vp9_activity_masking() static."