
Recherche avancée
Médias (1)
-
SPIP - plugins - embed code - Exemple
2 septembre 2013, par
Mis à jour : Septembre 2013
Langue : français
Type : Image
Autres articles (65)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
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" (...) -
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 (11270)
-
Anomalie #4506 : Supprimer les CSS inline des modèles de documents
9 juin 2020J’ai testé l’astuce de @tcharlss qui fonctionne bien
C’est effectivement la seule solution qui fonctionne bien. Les autres solutions inline-flex, flex, translate, .... ont toujours une limiteReste donc à voir si :
- on reste sur l’existant avec sa largeur en dur qui marche bien et qui est robuste
- sur la solution de @tcharlss qui est plus élégante car ne produit pas de style-inline mais qui réclame une css-dist avec l’astuce sur les captions. -
FFMPEG : Auto restart the script when stuck
25 mai 2020, par F O Xi'm running various scripts with ffmpeg like streaming on youtube, recording camera ip etc.
Sometimes my running scripts just stuck or stop working, there is no info about any errors or smth, they just got stuck, numbers doesn't change and i need to login to my server and click ctrl+z to stop it and then run it again.



So... is there any way to make it automatic ?



I tried many solutions founded in the web but most of them are based on errors but my scripts usually dont show any errors, they just stuck.



I'm using Raspbian OS on Raspberry 3b+


-
FFMPEG How can i add watermark h264 [closed]
15 mai 2020, par othmane merrounI have this command to convert my videos but i need to add a watermark , i try many solutions but nothing work (no logo showing or comande stops in middle) .



$cmd1 = "ffmpeg -i $input -vcodec libx264 -preset veryslow -crf 18 -vf scale=-2:480 output.mp4 ";




Thanks in adevance