
Recherche avancée
Médias (1)
-
The Great Big Beautiful Tomorrow
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
Autres articles (46)
-
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" (...) -
MediaSPIP en mode privé (Intranet)
17 septembre 2013, parÀ partir de la version 0.3, un canal de MediaSPIP peut devenir privé, bloqué à toute personne non identifiée grâce au plugin "Intranet/extranet".
Le plugin Intranet/extranet, lorsqu’il est activé, permet de bloquer l’accès au canal à tout visiteur non identifié, l’empêchant d’accéder au contenu en le redirigeant systématiquement vers le formulaire d’identification.
Ce système peut être particulièrement utile pour certaines utilisations comme : Atelier de travail avec des enfants dont le contenu ne doit pas (...) -
Installation en mode ferme
4 février 2011, parLe mode ferme permet d’héberger plusieurs sites de type MediaSPIP en n’installant qu’une seule fois son noyau fonctionnel.
C’est la méthode que nous utilisons sur cette même plateforme.
L’utilisation en mode ferme nécessite de connaïtre un peu le mécanisme de SPIP contrairement à la version standalone qui ne nécessite pas réellement de connaissances spécifique puisque l’espace privé habituel de SPIP n’est plus utilisé.
Dans un premier temps, vous devez avoir installé les mêmes fichiers que l’installation (...)
Sur d’autres sites (8683)
-
How can I find video rotation and rotate the clip accordingly using moviepy ?
26 mars 2017, par GloinI’m using moviepy to import some videos, but the videos that should be in portrait mode are imported in landscape. I need to check whether the rotation has been changed, and if it has, rotate it back.
Is this functionality built into moviepy ? If not, how else can I check it ?
-
How do I find the pixel format of an image given the raw data ?
29 décembre 2016, par Gokul NCI have a raw file which is definitely a picture..
(Here it is)
(It is actually a payload that’s loaded by a SoC when it’s booted, to display logo of manufacturer)How do I recognize what pixel format it is, so I can change/edit the picture ??
I don’t know the resolution of the picture.. (might be 720x1280px)
(Also, the first 512bytes maybe the file header, so maybe that’s supposed to be skipped)Is there any way I can detect/recognize the format using some tools like ffmpeg ?
Or how can I do it manually ? -
Compile ffserver or where can I find a prebuilt ffserver for android
18 décembre 2016, par yeahmanI want to run ffserver on my android tv box. (arm processor)
Any idea how to compile ffserver for android tv box (I am on a windows machine) ? or is there a prebuilt ffserver for android ?I am already using a prebuilt ffmpeg for android which runs great.