
Recherche avancée
Autres articles (71)
-
Configurer la prise en compte des langues
15 novembre 2010, parAccéder à la configuration et ajouter des langues prises en compte
Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...) -
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Support de tous types de médias
10 avril 2011Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)
Sur d’autres sites (7490)
-
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. -
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.
-
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."