
Recherche avancée
Médias (1)
-
Géodiversité
9 septembre 2011, par ,
Mis à jour : Août 2018
Langue : français
Type : Texte
Autres articles (97)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela. -
ANNEXE : Les plugins utilisés spécifiquement pour la ferme
5 mars 2010, parLe site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)
Sur d’autres sites (8176)
-
Compile FFmpeg as iOS 8 Framework
11 juin 2016, par zebeurtonI successfully compiled FFmpeg with iOS 8.2 SDK thanks to https://github.com/kewlbear/FFmpeg-iOS-build-script and last version of gas-preprocessor (https://github.com/libav/gas-preprocessor).
However, I would like to package FFmpeg libraries as a iOS 8 dynamic framework due to legal constraints. I found resources to create iOS 8 dynamic framework however I cannot find any solution for FFmpeg.
Can anyone help me to package these librairies ?
Thanks
David -
why I want use the VLC sdk on my project, when I run the EXE, has some error
29 novembre 2013, par JasonThe procedure entry point could not locate in the dynamic link library GdipCreateBitmapFromStreamICM libvlc.dll.
-
Nodejs based video creation using ffmpeg with multiple images having distinct timegap inbetween
22 novembre 2017, par Aman Kumar AggarwalTrying to create video content out of multiple images.
But need to create video with images on dynamic timelinei.e
image1->0sec
image2->5sec
image3->8sec
... so onAny help will be useful. Currently using below git reference in nodejs but couldn’t achieve above scenario. It asks for loop value we tried to create it dynamic with float value but doesn’t work.
https://github.com/h2non/videoshow
We passed images list of 6 images and total timeline of images is 14seconds of which video is to be created.
But when we create video it depends on loop value under options which push time lag between images content to create video and for an example if we keep it 3 then video length will be 6*3=18sec
Please help of how to manage same.